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

chore: update charm pins #1540

Merged
merged 1 commit into from
Jan 30, 2025
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: 4 additions & 4 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
include:
- charm-repo: canonical/postgresql-operator
commit: d6aa178cdd5655c83a96cb638e319f1b549795db # 2024-12-24T17:48:41Z
commit: 1872cc713bc058f4cec768242640361c1f2099a3 # 2025-01-28T15:07:11Z
- charm-repo: canonical/postgresql-k8s-operator
commit: 0a1c1493c30e77960d977bd79cf115eb05a333ef # rev473 rev472 2024-12-19T08:37:04Z
commit: 2b75c1e50de640708e0c9f0cbbeef7776974c725 # 2025-01-28T15:07:14Z
- charm-repo: canonical/mysql-operator
commit: e645946b88ab7f20c39f8ca8225f8c0fcd6f9e75 # rev325 rev324 2024-12-19T15:06:21Z
commit: 5507e955f8847ad3d2fb16a42e0ddf8046548a07 # 2025-01-28T19:25:35Z
- charm-repo: canonical/mysql-k8s-operator
commit: cec46a0bbf972a6b685d599544030d6047c3978d # 2024-12-19T15:06:31Z
commit: e1be970a14a71ee4c9cc078d63661b75defe4cdf # 2025-01-28T19:25:58Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
matrix:
include:
- charm-repo: canonical/alertmanager-k8s-operator
commit: 083c0a2ab2a14e9c9aa4fd95f1d8ad51eb0abb13 # rev144 2024-12-20T12:11:09Z
commit: 76a98ac2e8eb94d2ef714039c2b8f365f937dedc # rev149 2025-01-25T12:09:32Z
- charm-repo: canonical/prometheus-k8s-operator
commit: 62cd2d9b8c3a528910ce12c553209817e1b7a889 # rev226 2024-12-19T16:01:25Z
commit: aaa14059fe0b5926f707a35fba95ea60d70fc1f0 # 2025-01-23T20:01:25Z
disabled: true # Waiting for an upstream PR: https://github.com/canonical/prometheus-k8s-operator/pull/639
- charm-repo: canonical/grafana-k8s-operator
commit: 802a566dd0c801ffa6703ea2c350491bd09d94d8
commit: 3c8db2d5ca7106bb39b5745de44732053888e190 # rev135 2025-01-28T15:24:39Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v4
Expand Down