Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t_systems_mms.icinga_director should have been remove from Ansible 11 #458

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 10/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-09-10'
10.5.0:
changes:
deprecated_features:
- The collection ``t_systems_mms.icinga_director`` has been renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible. The content in ``t_systems_mms.icinga_director``
has been replaced with deprecated redirects to the new collection in Ansible
9.0.0, and these redirects will be removed from Ansible 11. Please update
your FQCNs from ``t_systems_mms.icinga_director`` to ``telekom_mms.icinga_director``.
6 changes: 6 additions & 0 deletions 10/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@ collections:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
removal:
major_version: 11
reason: renamed
new_name: telekom_mms.icinga_director
announce_version: 10.5.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are announce versions different for each major version? Why isn't is also 9.0.0a1 here? Isn't that when it was first announced?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically this says when the announcement appears in the changelog of this major Ansible version. We need this information to be able to render the changelog.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it

redirect_replacement_major_version: 9
telekom_mms.icinga_director:
changelog-url: https://github.com/telekom-mms/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
Expand Down
1 change: 0 additions & 1 deletion 11/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ purestorage.flashblade
sensu.sensu_go
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware
vmware.vmware_rest
Expand Down
6 changes: 0 additions & 6 deletions 11/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,6 @@ collections:
repository: https://github.com/sensu/sensu-go-ansible
splunk.es:
repository: https://github.com/ansible-collections/splunk.es
t_systems_mms.icinga_director:
changelog-url: https://github.com/T-Systems-MMS/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
telekom_mms.icinga_director:
changelog-url: https://github.com/telekom-mms/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,11 @@ collections:
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
removal:
major_version: 10
major_version: 11
reason: renamed
new_name: telekom_mms.icinga_director
announce_version: 9.0.0a1
redirect_replacement_major_version: 9
telekom_mms.icinga_director:
changelog-url: https://github.com/telekom-mms/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
Expand Down