This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `48267ea` -> `2981e80` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (quay.io/vaultwarden/server)</summary> ### [`v1.34.2`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.34.2) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.34.1...1.34.2) #### Notable changes - Updated web vault to 2025.7.0 - Included experimental support for S3 file backend using OpenDAL. This currently requires compiling from source with the `s3` feature flag, check [https://github.com/dani-garcia/vaultwarden/pull/5626](https://redirect.github.com/dani-garcia/vaultwarden/pull/5626) for more details. #### What's Changed - fix css to hide login with passkey by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5890](https://redirect.github.com/dani-garcia/vaultwarden/pull/5890) - fix css for locked screen by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5905](https://redirect.github.com/dani-garcia/vaultwarden/pull/5905) - Abstract persistent files through Apache OpenDAL by [@​txase](https://redirect.github.com/txase) in [https://github.com/dani-garcia/vaultwarden/pull/5626](https://redirect.github.com/dani-garcia/vaultwarden/pull/5626) - Some small admin updates by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5909](https://redirect.github.com/dani-garcia/vaultwarden/pull/5909) - Fix and improvements to password policies by [@​Timshel](https://redirect.github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/5923](https://redirect.github.com/dani-garcia/vaultwarden/pull/5923) - Update Alpine to version 3.22 by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5938](https://redirect.github.com/dani-garcia/vaultwarden/pull/5938) - make css for login-page position independent by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5906](https://redirect.github.com/dani-garcia/vaultwarden/pull/5906) - Minor fixes to copy in `.env.template` by [@​nickgrim](https://redirect.github.com/nickgrim) in [https://github.com/dani-garcia/vaultwarden/pull/5928](https://redirect.github.com/dani-garcia/vaultwarden/pull/5928) - Update crates and web-vault by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5955](https://redirect.github.com/dani-garcia/vaultwarden/pull/5955) - allow signup for invited users by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5967](https://redirect.github.com/dani-garcia/vaultwarden/pull/5967) - fix account recovery withdrawal by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5968](https://redirect.github.com/dani-garcia/vaultwarden/pull/5968) - Fix an issue with yubico keys not validating by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5991](https://redirect.github.com/dani-garcia/vaultwarden/pull/5991) - Misc Updates and favicon fixes by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5993](https://redirect.github.com/dani-garcia/vaultwarden/pull/5993) - Update flags version and enable manual error reporting by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/5994](https://redirect.github.com/dani-garcia/vaultwarden/pull/5994) - Use existing reqwest client for AWS S3 requests by [@​txase](https://redirect.github.com/txase) in [https://github.com/dani-garcia/vaultwarden/pull/5917](https://redirect.github.com/dani-garcia/vaultwarden/pull/5917) - Fix v2025.6.x clients and newer to delete items by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6004](https://redirect.github.com/dani-garcia/vaultwarden/pull/6004) - chore: fix some minor issues in the comments by [@​mountdisk](https://redirect.github.com/mountdisk) in [https://github.com/dani-garcia/vaultwarden/pull/5998](https://redirect.github.com/dani-garcia/vaultwarden/pull/5998) - fix hiding email as 2fa provider by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6026](https://redirect.github.com/dani-garcia/vaultwarden/pull/6026) - Update web-vault and admin resources by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6044](https://redirect.github.com/dani-garcia/vaultwarden/pull/6044) - improve the usage section of the README by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6041](https://redirect.github.com/dani-garcia/vaultwarden/pull/6041) - close unmatched left parenthesis in the README by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6046](https://redirect.github.com/dani-garcia/vaultwarden/pull/6046) - Update crates, workflow and issue template by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6056](https://redirect.github.com/dani-garcia/vaultwarden/pull/6056) - Update release.yml by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/6057](https://redirect.github.com/dani-garcia/vaultwarden/pull/6057) - fix hash reference in release.yml by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6058](https://redirect.github.com/dani-garcia/vaultwarden/pull/6058) - Fix digest SHA extraction step by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/6059](https://redirect.github.com/dani-garcia/vaultwarden/pull/6059) - Hide login form custom fields by [@​Timshel](https://redirect.github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/6054](https://redirect.github.com/dani-garcia/vaultwarden/pull/6054) - Adjust issue template by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6096](https://redirect.github.com/dani-garcia/vaultwarden/pull/6096) - fix: resolve group permission conflicts with multiple groups by [@​DasCanard](https://redirect.github.com/DasCanard) in [https://github.com/dani-garcia/vaultwarden/pull/6017](https://redirect.github.com/dani-garcia/vaultwarden/pull/6017) - Update crates by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6100](https://redirect.github.com/dani-garcia/vaultwarden/pull/6100) - fix account key rotation by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6105](https://redirect.github.com/dani-garcia/vaultwarden/pull/6105) #### New Contributors - [@​txase](https://redirect.github.com/txase) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/5626](https://redirect.github.com/dani-garcia/vaultwarden/pull/5626) - [@​nickgrim](https://redirect.github.com/nickgrim) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/5928](https://redirect.github.com/dani-garcia/vaultwarden/pull/5928) - [@​mountdisk](https://redirect.github.com/mountdisk) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/5998](https://redirect.github.com/dani-garcia/vaultwarden/pull/5998) - [@​DasCanard](https://redirect.github.com/DasCanard) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/6017](https://redirect.github.com/dani-garcia/vaultwarden/pull/6017) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.34.1...1.35.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
155 lines
5.9 KiB
YAML
155 lines
5.9 KiB
YAML
image:
|
|
repository: quay.io/vaultwarden/server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.34.2@sha256:2981e809c332e46d49bd29e6a898ca5ba13fa431befabe52d0ce11ed237cb5ef
|
|
|
|
betaImage:
|
|
repository: ghcr.io/timshel/vaultwarden
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.30.5-9
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10102
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: std
|
|
envFrom:
|
|
- configMapRef:
|
|
name: vaultwardenconfig
|
|
- secretRef:
|
|
name: vaultwardensecret
|
|
database:
|
|
# -- Database type,
|
|
# must be one of: 'sqlite', 'mysql' or 'postgresql'.
|
|
type: postgresql
|
|
# -- Enable DB Write-Ahead-Log for SQLite,
|
|
# disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled
|
|
wal: true
|
|
## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port).
|
|
# url: ""
|
|
## Set the size of the database connection pool.
|
|
# maxConnections: 10
|
|
## Connection retries during startup, 0 for infinite. 1 second between retries.
|
|
# retries: 15
|
|
# Set Bitwarden_rs application variables
|
|
vaultwarden:
|
|
# -- Allow any user to sign-up
|
|
# see: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users
|
|
allowSignups: true
|
|
## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set.
|
|
# signupDomains:
|
|
# - domain.tld
|
|
# -- Verify e-mail before login is enabled.
|
|
# SMTP must be enabled.
|
|
verifySignup: false
|
|
# When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled.
|
|
requireEmail: false
|
|
## Maximum attempts before an email token is reset and a new email will need to be sent.
|
|
# emailAttempts: 3
|
|
## Email token validity in seconds.
|
|
# emailTokenExpiration: 600
|
|
# Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations
|
|
allowInvitation: true
|
|
# Show password hints: https://github.com/dani-garcia/bitwarden_rs/wiki/Password-hint-display
|
|
## Default organization name in invitation e-mails that are not coming from a specific organization.
|
|
# defaultInviteName: ""
|
|
showPasswordHint: true
|
|
# Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting
|
|
enableWebVault: true
|
|
# Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users.
|
|
orgCreationUsers: all
|
|
## Limit attachment disk usage per organization.
|
|
# attachmentLimitOrg:
|
|
## Limit attachment disk usage per user.
|
|
# attachmentLimitUser:
|
|
## HaveIBeenPwned API Key. Can be purchased at https://haveibeenpwned.com/API/Key.
|
|
# hibpApiKey:
|
|
|
|
admin:
|
|
# Enable admin portal.
|
|
enabled: false
|
|
# Disabling the admin token will make the admin portal accessible to anyone, use carefully: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-admin-token
|
|
disableAdminToken: false
|
|
## Token for admin login, will be generated if not defined. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page
|
|
# token:
|
|
# Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration
|
|
smtp:
|
|
enabled: false
|
|
# SMTP hostname, required if SMTP is enabled.
|
|
host: ""
|
|
# SMTP sender e-mail address, required if SMTP is enabled.
|
|
from: ""
|
|
## SMTP sender name, defaults to 'Bitwarden_RS'.
|
|
# fromName: ""
|
|
## Enable SSL connection.
|
|
# security: starttls
|
|
## SMTP port. Defaults to 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL.
|
|
# port: 587
|
|
## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'.
|
|
# authMechanism: Plain
|
|
## Hostname to be sent for SMTP HELO. Defaults to pod name.
|
|
# heloName: ""
|
|
## SMTP timeout.
|
|
# timeout: 15
|
|
## Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!
|
|
# invalidHostname: false
|
|
## Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!
|
|
# invalidCertificate: false
|
|
## SMTP username.
|
|
# user: ""
|
|
## SMTP password. Required is user is specified, ignored if no user provided.
|
|
# password: ""
|
|
## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
|
yubico:
|
|
enabled: false
|
|
## Yubico server. Defaults to YubiCloud.
|
|
# server:
|
|
## Yubico ID and Secret Key.
|
|
# clientId:
|
|
# secretKey:
|
|
## Enable Mobile Push Notifications. You must obtain and ID and Key here: https://bitwarden.com/host
|
|
push:
|
|
enabled: false
|
|
# installationId:
|
|
# installationKey:
|
|
## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging
|
|
log:
|
|
# Log to file.
|
|
file: ""
|
|
# Log level. Options are "trace", "debug", "info", "warn", "error" or "off".
|
|
level: "trace"
|
|
## Log timestamp format. See https://docs.rs/chrono/0.4.15/chrono/format/strftime/index.html. Defaults to time in milliseconds.
|
|
# timeFormat: ""
|
|
icons:
|
|
# Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache). TTL will default to zero.
|
|
disableDownload: false
|
|
## Cache time-to-live for icons fetched. 0 means no purging.
|
|
# cache: 2592000
|
|
## Cache time-to-live for icons that were not available. 0 means no purging.
|
|
# cacheFailed: 259200
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: vaultwarden
|
|
database: vaultwarden
|
|
|
|
ingress:
|
|
main:
|
|
required: true
|