From 2e64709f88e291a5640244d1208751ff5f22635d Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Wed, 27 Nov 2024 19:50:29 +1300 Subject: [PATCH] chore: update charm pins (#1461) This is an automated PR to update pins of the external repositories that the operator framework is tested against Co-authored-by: github-actions --- .github/workflows/db-charm-tests.yaml | 8 ++++---- .github/workflows/observability-charm-tests.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/db-charm-tests.yaml b/.github/workflows/db-charm-tests.yaml index b6f1e5604..4feb33c78 100644 --- a/.github/workflows/db-charm-tests.yaml +++ b/.github/workflows/db-charm-tests.yaml @@ -15,13 +15,13 @@ jobs: matrix: include: - charm-repo: canonical/postgresql-operator - commit: 283463b6df9fd6c81c3221668cbcd4de9927a58d # rev503 rev502 2024-10-22T11:52:52Z + commit: 564932c23370b9848b19c4f136673f972050787b # 2024-11-26T15:33:51Z - charm-repo: canonical/postgresql-k8s-operator - commit: fb0276647d1409c67e12459f8b64acca881d0b4a # 2024-10-24T11:26:42Z + commit: 97c77472a661d4207c458ba7ef92cbb78baf661b # rev467 rev466 2024-11-26T10:45:43Z - charm-repo: canonical/mysql-operator - commit: 30d63e8d96f8730b5189d95a3f4c0214351801c0 # 2024-10-18T15:50:23Z + commit: a235a9918a50832005f66d9925c086a07f22f88e # rev308 rev307 2024-11-26T14:03:28Z - charm-repo: canonical/mysql-k8s-operator - commit: b9da8fccd108780bdb551b6dbcac7017f7908990 # 2024-10-18T15:49:54Z + commit: 30dd0d4a16db7bb61cd511784ad9a162b988efb2 # 2024-11-19T13:36:57Z steps: - name: Checkout the ${{ matrix.charm-repo }} repository uses: actions/checkout@v4 diff --git a/.github/workflows/observability-charm-tests.yaml b/.github/workflows/observability-charm-tests.yaml index 0887929c1..a82520971 100644 --- a/.github/workflows/observability-charm-tests.yaml +++ b/.github/workflows/observability-charm-tests.yaml @@ -16,12 +16,12 @@ jobs: matrix: include: - charm-repo: canonical/alertmanager-k8s-operator - commit: fe233592f9324a6cf4aa9dbc71577ee170cf9eb3 # rev138 2024-10-18T12:11:02Z + commit: c640a9ae31e942522911c1d351b3fea6de5165a8 # 2024-11-25T12:26:55Z - charm-repo: canonical/prometheus-k8s-operator - commit: 7518ec8343941ca91248614fd8f2d50fdd9e068c # rev135 2024-09-06T12:10:02Z + commit: 6d22620a68c388095cde8c76bbf7256447918aec # rev217 2024-11-26T11:12:26Z disabled: true # Waiting for an upstream PR: https://github.com/canonical/prometheus-k8s-operator/pull/639 - charm-repo: canonical/grafana-k8s-operator - commit: 07a52a65f272e115ab786f30cdb3b53be6b34bb7 + commit: 5b6e32c7ab1e58c248c30265d2f5c474e2db755d # rev124 2024-11-26T12:06:49Z steps: - name: Checkout the ${{ matrix.charm-repo }} repository uses: actions/checkout@v4