-
Notifications
You must be signed in to change notification settings - Fork 108
Bump grafana.grafana colection to version 6.0.5 #1669
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
base: master
Are you sure you want to change the base?
Conversation
|
This PR is a draft because it involves a major version bump, so I have to double-check in the release notes that nothing else needs attention before upgrading. |
| collections: | ||
| - name: community.general | ||
| version: 8.0.2 | ||
| version: 8.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes dependency resolution.
ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:
* community.general:8.0.2 (direct request)
* community.general:>=8.2.0 (dependency of grafana.grafana:6.0.5
Fixes dependency resolution. ``` ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements: * ansible.posix:>=1.5.4 (dependency of grafana.grafana:6.0.5) * ansible.posix:1.5.2 (dependency of ansible.posix:*) ```
| - name: ansible.posix # required by `grafana.grafana` | ||
| source: https://github.com/ansible-collections/ansible.posix.git | ||
| version: 1.5.2 | ||
| version: 1.5.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes dependency resolution.
ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:
* ansible.posix:>=1.5.4 (dependency of grafana.grafana:6.0.5)
* ansible.posix:1.5.2 (dependency of ansible.posix:*)
In order to upgrade, the config needs to be adapted so it matches the changes from this PR: grafana/grafana-ansible-collection#232 Since this PR is only "aesthethic" let's defer this upgrade for now. |
PR #1635 was a workaround to fix https://github.com/usegalaxy-eu/issues/issues/784, and it was needed because grafana/grafana-ansible-collection#414 was not merged.
Revert #1635 and update the Grafana collection to version 6.0.5, which includes the upstream fix.