Skip to content

Commit

Permalink
chore: upgrade Zitadel to v2.55.6 (#806)
Browse files Browse the repository at this point in the history
Upgrade to the latest patch of the 2.55.x releases:
https://github.com/zitadel/zitadel/releases/tag/v2.55.6

Additionally, the Staging Terraform workflows have been updated to
trigger when there is an `idp` folder change so that the new image
can be tested and deployed.
  • Loading branch information
patheard authored Sep 5, 2024
1 parent 921fbc9 commit b108e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/terragrunt-apply-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "aws/**"
- "env/common/**"
- "env/cloud/**"
- "idp/**"
- "lambda-code/**"
- ".github/workflows/terragrunt-apply-staging.yml"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terragrunt-plan-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "aws/**"
- "env/common/**"
- "env/cloud/**"
- "idp/**"
- "lambda-code/**"
- ".github/workflows/terragrunt-plan-staging.yml"

Expand Down
2 changes: 1 addition & 1 deletion idp/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/zitadel/zitadel:v2.55.0@sha256:91f6c14d44247c7c575536a0ca6228fc0f7f6b59d8368c122f69ac9d39cd3eec
FROM ghcr.io/zitadel/zitadel:v2.55.6@sha256:8089e7649ccae5d034581c86a2d47639c8c45d35673f4124fa01b7f0de08b06d

# Copy configuration and certificates
COPY ./*.yaml ./certificate.crt ./private.key /app/

0 comments on commit b108e32

Please sign in to comment.