chore(deps): update ghcr.io/antoniolago/charts/vaultwarden-kubernetes-secrets docker tag to v2 #678
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-antoniolago-charts-vaultwarden-kubernetes-secrets-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.4.01→2.0.0Release Notes
antoniolago/vaultwarden-kubernetes-secrets (ghcr.io/antoniolago/charts/vaultwarden-kubernetes-secrets)
v2.0.0Compare Source
Added
kubectl apply, even without thenamespacescustom field. Usesmetadata.namespacefrom the manifest when no explicit namespace is set.context-namecustom field: Multi-cluster filtering with automatic kubeconfig context detection.stringDatamode: ExtractstringData:blocks from notes as secret key-value pairs, including multiline YAML values.private-key,public-key,fingerprint) from cipher textclient_credentialsflow with API key instead of raw password hash. Usesapiscope for user API key login.databasePathis now configurable via Helm values instead of being hardcoded to/data/sync.db.API_HOST/API_PORTenvsubst.imagePullSecretssupport: Helm chart supports private registry image pulls viaimagePullSecrets.docker-compose.e2e.ymlwith profiles for sync, API, and dashboard services.e2e-helper.pyfor test data seeding and orchestration.mock-k8s-server.pyandmock-kubeconfig.yamlfor isolated K8s API testing.register-user.pyscript for test user registration.scripts/stress-test-memory.shfor memory profiling under load.scripts/diagnose-sync-failures.shfor troubleshooting sync issues.Changed
secret-key-usernameandsecret-key-passwordcustom fields to override.password(was derived from item name)username(was derived from item name)private-key,public-key,fingerprintfor SSH key material.README.mdandEXAMPLES.mdfiles.[MEMORY]and[YAML]log messages fromInformationtoDebuglevel.api-deployment.yamlanddashboard-deployment.yamltemplates updated for configurable image registries.SyncSummarymodel extended with detailed per-secret tracking (created, updated, skipped, deleted).GlobalSyncLockuses configurable lock file names per SyncService instance.Performance
SecretExistsCachewith configurable size (max 10,000 entries) and eviction policy.Removed
ProcessFactoryandProcessRunnerinfrastructure (unreferenced dead code).Serilog.Sinks.Filedependency.register-user.pyreplaced bye2e-helper.py register.settings.json.orig(stale file).Fixed
VerifyK8sStateAsyncto matchSyncSecretAsynchash comparison.GetContentHashnormalizes notes to preventQuickHashalternation on unchanged content.namespacesfield are applied before the sync loop starts.waitForLoadState('networkidle')replaced with targeted selectors, sync-polling beforeAll hooks added.waitForSyncCompleteretry reduced to 1s, modal timeouts increased to 15s, secrets spec timeouts increased.docker-compose.e2e.ymldependency ordering fixed (api should not depend_on sync).Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.