From b625644e508010eba9ba9b89c339434b81dbd4aa Mon Sep 17 00:00:00 2001 From: barco Date: Wed, 15 Jan 2025 15:12:05 +0100 Subject: [PATCH 1/2] chore: update openfga from v1.5.2 to v1.8.4 --- charmcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index 82efe12..64efc79 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -62,7 +62,7 @@ resources: oci-image: type: oci-image description: OCI image for OpenFGA - upstream-source: ghcr.io/canonical/openfga:1.5.2 + upstream-source: ghcr.io/canonical/openfga:1.8.4 config: options: From df68ef6b4de37c33b6e16bdccf171eacd439f98b Mon Sep 17 00:00:00 2001 From: barco Date: Fri, 17 Jan 2025 15:46:03 +0100 Subject: [PATCH 2/2] test: switch to channel latest/stable for traefik --- tests/integration/test_charm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 44c8466..7353765 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -64,13 +64,13 @@ async def test_build_and_deploy(ops_test: OpsTest, charm: str, test_charm: str) await ops_test.model.deploy( TRAEFIK_CHARM, application_name=TRAEFIK_GRPC_APP, - channel="latest/edge", + channel="latest/stable", config={"external_hostname": "grpc"}, ) await ops_test.model.deploy( TRAEFIK_CHARM, application_name=TRAEFIK_HTTP_APP, - channel="latest/edge", + channel="latest/stable", config={"external_hostname": "http"}, ) await ops_test.model.wait_for_idle(