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

Collection Requirements Violation - Semantic Versioning #367

Closed
Tracked by #223
mariolenz opened this issue May 21, 2024 · 1 comment · Fixed by #368 or #370
Closed
Tracked by #223

Collection Requirements Violation - Semantic Versioning #367

mariolenz opened this issue May 21, 2024 · 1 comment · Fixed by #368 or #370

Comments

@mariolenz
Copy link

mariolenz commented May 21, 2024

SUMMARY

According to the changelog (https://github.com/ansible-collections/community.grafana/blob/main/CHANGELOG.rst#v190), the minor 1.9.0 release contains a removed feature which is a breaking change. This is explicitly prohibited by semantic versioning (https://semver.org/) - breaking changes must happen in new major versions.

Semantic versioning is one of the main collection requirements for inclusion in Ansible (https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_requirements.html#versioning-and-deprecation).

In today's Ansible 9.6.0 release, we pinned community.grafana to <1.9.0 to avoid breaking changes.

Please amend this removal / breaking change and create a new 1.9.1 bugfix release without it as soon as possible, or risk freezing community.grafana to <1.9.0 for the remainder of the Ansible 9 release cycle.

The removal / breaking change was introduced here: #355 Better return the removed message argument until the next major release.

ISSUE TYPE
  • Bug Report
@mariolenz
Copy link
Author

Thanks @Nemental!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants