Skip to content

Commit 2fc7aa5

Browse files
Merge pull request #516 from netscaler/newrelase
New version release 2.9.1
2 parents 55b40f3 + 978e0ea commit 2fc7aa5

947 files changed

Lines changed: 956 additions & 947 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 1 deletion

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Citrix Systems, Inc.
1+
Copyright (c) 2025 Cloud Software Group, Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a
44
copy of this software and associated documentation files (the "Software"),

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
ansible-galaxy collection build --force
4040

4141
galaxy_importer: build
42-
python3 -m galaxy_importer.main netscaler-adc-2.9.0.tar.gz
42+
python3 -m galaxy_importer.main netscaler-adc-2.9.1.tar.gz
4343

4444
# build_docs:
4545
# rm -rf _built_docs

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: netscaler
77
# The name of the collection. Has the same character restrictions as 'namespace'
88
name: adc
99
# The version of the collection. Must be compatible with semantic versioning
10-
version: 2.9.0
10+
version: 2.9.1
1111
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1212
readme: README.md
1313
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)

plugins/connection/ssh_netscaler_adc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Netscaler Systems, Inc.
1+
# Copyright (c) 2025 Cloud Software Group, Inc.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the "Software"),

plugins/doc_fragments/netscaler_adc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2020 Citrix Systems, Inc.
3+
# Copyright (c) 2025 Cloud Software Group, Inc
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function

plugins/module_utils/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2023 Cloud Software Group, Inc.
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function

plugins/module_utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2023 Cloud Software Group, Inc.
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function

plugins/module_utils/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2023 Cloud Software Group, Inc.
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function

plugins/module_utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2023 Cloud Software Group, Inc.
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
44
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
55

66
from __future__ import absolute_import, division, print_function

0 commit comments

Comments
 (0)