Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update image ghcr.io/zitadel/zitadel to v2.48.1 #1226

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

ro-bott[bot]
Copy link
Contributor

@ro-bott ro-bott bot commented Mar 21, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/zitadel/zitadel patch v2.48.0 -> v2.48.1

Release Notes

zitadel/zitadel (ghcr.io/zitadel/zitadel)

v2.48.1

Compare Source

Bug Fixes
  • add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#​7593) (0416153)
  • allow login by email case-insensitive (#​7578) (3c2789c)
  • fill resourceowner of project into usergrant projection (#​7605) (8f3c91a)
  • login: display username after registration with idp (#​7598) (09fcbb6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| docker     | ghcr.io/zitadel/zitadel | v2.48.0 | v2.48.1 |
@ro-bott ro-bott bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels Mar 21, 2024
@ro-bott
Copy link
Contributor Author

ro-bott bot commented Mar 21, 2024

--- kubernetes/main/apps/security/zitadel/app Kustomization: flux-system/zitadel HelmRelease: security/zitadel

+++ kubernetes/main/apps/security/zitadel/app Kustomization: flux-system/zitadel HelmRelease: security/zitadel

@@ -42,13 +42,13 @@

       valueFrom:
         secretKeyRef:
           key: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
           name: zitadel-secret
     image:
       repository: ghcr.io/zitadel/zitadel
-      tag: v2.48.0
+      tag: v2.48.1
     ingress:
       annotations:
         external-dns.alpha.kubernetes.io/target: external.
       className: external
       enabled: true
       hosts:

@ro-bott
Copy link
Contributor Author

ro-bott bot commented Mar 21, 2024

--- HelmRelease: security/zitadel Deployment: security/zitadel

+++ HelmRelease: security/zitadel Deployment: security/zitadel

@@ -30,13 +30,13 @@

         runAsNonRoot: true
         runAsUser: 1000
       enableServiceLinks: false
       containers:
       - name: zitadel
         securityContext: {}
-        image: ghcr.io/zitadel/zitadel:v2.48.0
+        image: ghcr.io/zitadel/zitadel:v2.48.1
         imagePullPolicy: IfNotPresent
         args:
         - start
         - --config
         - /config/zitadel-config-yaml
         - --masterkeyFromEnv
--- HelmRelease: security/zitadel Job: security/zitadel-setup

+++ HelmRelease: security/zitadel Job: security/zitadel-setup

@@ -28,13 +28,13 @@

         runAsUser: 1000
       enableServiceLinks: false
       restartPolicy: OnFailure
       containers:
       - name: zitadel-setup
         securityContext: {}
-        image: ghcr.io/zitadel/zitadel:v2.48.0
+        image: ghcr.io/zitadel/zitadel:v2.48.1
         imagePullPolicy: IfNotPresent
         args:
         - setup
         - --masterkeyFromEnv
         - --config
         - /config/zitadel-config-yaml

@rodent1 rodent1 merged commit 905de26 into main Mar 23, 2024
10 checks passed
@ro-bott ro-bott bot deleted the renovate/main-ghcr.io-zitadel-zitadel-2.x branch March 23, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant