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

fix(container): update docker.io/vaultwarden/server ( 1.32.2 → 1.32.3 ) #96

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

commit-commander[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
docker.io/vaultwarden/server patch 1.32.2-alpine -> 1.32.3-alpine

Release Notes

dani-garcia/vaultwarden (docker.io/vaultwarden/server)

v1.32.3

Compare Source

Notable changes

  • Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL (#​5100)
  • Fixed SMTP issues with some providers which send erroneous response to QUIT messages (Like QQ) (Thanks to @​paolobarbolini)
  • Fixed a long standing collection management issue where collections were not able to be managed via the Password Manager overview

What's Changed

Full Changelog: dani-garcia/vaultwarden@1.32.2...1.32.3


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.

@commit-commander
Copy link
Contributor Author

--- kubernetes/main/apps/vaultwarden/vaultwarden/app Kustomization: flux-system/vaultwarden HelmRelease: vaultwarden/vaultwarden

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

@@ -55,13 +55,13 @@

     eventsDayRetain: 14
     iconBlacklistNonGlobalIps: true
     image:
       pullPolicy: IfNotPresent
       registry: docker.io
       repository: vaultwarden/server
-      tag: 1.32.2-alpine@sha256:7d69bfbf51b74a93e951f9949e7ce772e22ef0161afca8f1403d7144b2bc868d
+      tag: 1.32.3-alpine@sha256:14d02649c1ed978911103894dd0863ce16a53a671aa5900d4a17c8f04b8c5a44
     ingress:
       additionalAnnotations:
         external-dns.alpha.kubernetes.io/target: external...PLACEHOLDER..
         nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
         nginx.ingress.kubernetes.io/auth-signin: https://vaultwarden...PLACEHOLDER../outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
         nginx.ingress.kubernetes.io/auth-snippet: |

@commit-commander
Copy link
Contributor Author

--- HelmRelease: vaultwarden/vaultwarden Deployment: vaultwarden/vaultwarden

+++ HelmRelease: vaultwarden/vaultwarden Deployment: vaultwarden/vaultwarden

@@ -32,13 +32,13 @@

         - secretRef:
             name: vaultwarden-secret
         image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
-      - image: docker.io/vaultwarden/server:1.32.2-alpine@sha256:7d69bfbf51b74a93e951f9949e7ce772e22ef0161afca8f1403d7144b2bc868d
+      - image: docker.io/vaultwarden/server:1.32.3-alpine@sha256:14d02649c1ed978911103894dd0863ce16a53a671aa5900d4a17c8f04b8c5a44
         imagePullPolicy: IfNotPresent
         name: vaultwarden
         envFrom:
         - configMapRef:
             name: vaultwarden
         env:

@d4rkfella d4rkfella merged commit ced997d into main Oct 27, 2024
10 checks passed
@commit-commander commit-commander bot deleted the renovate/main-docker.io-vaultwarden-server-1.x branch October 27, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant