ansible 7.1.0 ansible 6.7.0 (new formula)#116476
Conversation
|
Should we also provide |
|
Works for me, adding a |
|
added a placeholder |
114a71c to
e5b0869
Compare
e5b0869 to
aeabcbd
Compare
Note that our minimum deprecation period before disabling is 3 months (otherwise there's no point shipping a 6.7.0 if it's disabled immediately and people can't upgrade), and the 6.7.0 release is coming I think next week. |
yeah, that is what I was thinking to add |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
aeabcbd to
8f252b0
Compare
|
Not sure if we want to add a quick fix for #115922 by downgrading ❯ rg 'MAXIMUM_SDK_VERSION =' ansible-7.0.0/ansible_collections/openstack/cloud/plugins/module_utils/openstack.py
80:MAXIMUM_SDK_VERSION = '0.98.999'
❯ rg 'MAXIMUM_SDK_VERSION =' ansible-6.6.0/ansible_collections/openstack/cloud/plugins/module_utils/openstack.py
80:MAXIMUM_SDK_VERSION = '0.98.999'A followup discussion/fix may be needed on how we want to handle Ansible plugins as we aren't able to track/maintain these well. It is possible that some of the resources may be no longer used, but it is hard to tell as we use Based on https://opendev.org/openstack/ansible-collections-openstack#breaking-backward-compatibility-warning, there is a separate release series for newer |
|
Isn't it ready for merge? |
Signed-off-by: Rui Chen <rui@chenrui.dev>
ansible@6: fix typo Co-authored-by: Patrick Linnane <patrick@linnane.io> Signed-off-by: Rui Chen <rui@chenrui.dev>
8f252b0 to
8c30af7
Compare
|
Updating to ansible 7.1.0 and ansible@6 6.7.0 and making the final run. |
Created by
brew bumpCreated with
brew bump-formula-pr.