Skip to content

Commit

Permalink
Bump to 3.0.0 (#610)
Browse files Browse the repository at this point in the history
* Bump upstream to 3.0.0

* Bump the deprecation version of fetch_nested and nested_attributes

* Add changelog
  • Loading branch information
mnecas committed Oct 27, 2022
1 parent 842990e commit e8a7d91
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="2.3.1"
VERSION="3.0.0"
MILESTONE="master"
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/610-bump-info-deprecation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- info modules - Bump the deprecation version of fetch_nested and nested_attributes (https://github.com/oVirt/ovirt-ansible-collection/pull/610).
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "@NAMESPACE@"
name: "@NAME@"
version: 2.3.1
version: 3.0.0
authors:
- Martin Necas <mnecas@redhat.com>
license:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_affinity_label_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_cluster_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_datacenter_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_disk_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_event_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_external_provider_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_host_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_host_storage_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_network_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_nic_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_permission_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_quota_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_scheduling_policy_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_snapshot_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_storage_domain_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_storage_template_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_storage_vm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_system_option_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_tag_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_template_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_vm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_vm_os_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_vmpool_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ovirt_vnic_profile_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main():
if module.params['fetch_nested'] or module.params['nested_attributes']:
module.deprecate(
"The 'fetch_nested' and 'nested_attributes' are deprecated please use 'follow' parameter",
version='3.0.0',
version='4.0.0',
collection_name='ovirt.ovirt'
)

Expand Down

0 comments on commit e8a7d91

Please sign in to comment.