diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6c22e3b7..c89036113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,6 +68,9 @@ jobs: cloud: lxd juju-agent-version: ${{ matrix.juju.agent }} libjuju-version-constraint: ${{ matrix.juju.libjuju }} + _beta_allure_report: ${{ matrix.juju.allure }} + permissions: + contents: write # Needed for Allure Report beta secrets: integration-test: | { diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 344a34096..baf01aeed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: ./.github/workflows/ci.yaml secrets: inherit permissions: - actions: write # Needed to manage GitHub Actions cache + contents: write # Needed for Allure Report beta build: name: Build charm diff --git a/src/constants.py b/src/constants.py index 16fa4e9e6..98702a945 100644 --- a/src/constants.py +++ b/src/constants.py @@ -15,7 +15,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "97", "x86_64": "102"}, "channel": "14/stable"}, + {"revision": {"aarch64": "110", "x86_64": "111"}, "channel": "14/stable"}, ) ]