From 8df4ccccbad0ba1b94f3fdafc545632b01c85d26 Mon Sep 17 00:00:00 2001 From: Novak Zaballa <41410593+novakzaballa@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:22:04 -0400 Subject: [PATCH] deps: bump rbac version to 0.6.0 (#3211) --- .github/workflows/api-deploy-production-ecs.yml | 2 +- .github/workflows/api-deploy-staging-ecs.yml | 2 +- .github/workflows/api-tests-with-private-packages.yml | 2 +- .../workflows/platform-docker-publish-all-features-image.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-deploy-production-ecs.yml b/.github/workflows/api-deploy-production-ecs.yml index 2a82372dc8bf..ee7c532e9ddc 100644 --- a/.github/workflows/api-deploy-production-ecs.yml +++ b/.github/workflows/api-deploy-production-ecs.yml @@ -39,7 +39,7 @@ jobs: flagsmith_saml_revision: v1.1.0 flagsmith_workflows_revision: v1.2.5 flagsmith_auth_controller_revision: v0.0.1 - flagsmith_rbac_revision: v0.5.0 + flagsmith_rbac_revision: v0.6.0 sse_pgp_private_key: ${{ secrets.SSE_PGP_PRIVATE_KEY }} - name: Deploy task processor to Production diff --git a/.github/workflows/api-deploy-staging-ecs.yml b/.github/workflows/api-deploy-staging-ecs.yml index aab02694291a..859ee4f68711 100644 --- a/.github/workflows/api-deploy-staging-ecs.yml +++ b/.github/workflows/api-deploy-staging-ecs.yml @@ -40,7 +40,7 @@ jobs: flagsmith_saml_revision: v1.1.0 flagsmith_workflows_revision: v1.2.5 flagsmith_auth_controller_revision: v0.0.1 - flagsmith_rbac_revision: v0.5.0 + flagsmith_rbac_revision: v0.6.0 sse_pgp_private_key: ${{ secrets.SSE_PGP_PRIVATE_KEY }} - name: Deploy task processor to Staging diff --git a/.github/workflows/api-tests-with-private-packages.yml b/.github/workflows/api-tests-with-private-packages.yml index 3b25203f8e00..8e39f838767c 100644 --- a/.github/workflows/api-tests-with-private-packages.yml +++ b/.github/workflows/api-tests-with-private-packages.yml @@ -14,7 +14,7 @@ defaults: working-directory: api env: - FLAGSMITH_RBAC_REVISION: v0.5.0 + FLAGSMITH_RBAC_REVISION: v0.6.0 jobs: test: diff --git a/.github/workflows/platform-docker-publish-all-features-image.yml b/.github/workflows/platform-docker-publish-all-features-image.yml index 854d5069c82a..be48e294390a 100644 --- a/.github/workflows/platform-docker-publish-all-features-image.yml +++ b/.github/workflows/platform-docker-publish-all-features-image.yml @@ -7,7 +7,7 @@ on: env: FLAGSMITH_SAML_REVISION: v1.1.0 - FLAGSMITH_RBAC_REVISION: v0.5.0 + FLAGSMITH_RBAC_REVISION: v0.6.0 FLAGSMITH_WORKFLOWS_REVISION: v1.2.5 FLAGSMITH_AUTH_CONTROLLER_REVISION: v0.0.1