Skip to content

Conversation

@kysrpex
Copy link
Contributor

@kysrpex kysrpex commented Oct 14, 2025

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.

@kysrpex kysrpex self-assigned this Oct 14, 2025
@kysrpex kysrpex changed the title Revert "Update Grafana YUM repo URLs" Bump grafana.grafana colection to version 6.0.5 Oct 14, 2025
@kysrpex
Copy link
Contributor Author

kysrpex commented Oct 14, 2025

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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:*)

@kysrpex
Copy link
Contributor Author

kysrpex commented Oct 14, 2025

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants