From db90b83179d5df8063b394479548eaf4d9607bab Mon Sep 17 00:00:00 2001 From: ivanch Date: Sun, 20 Sep 2026 15:35:28 +0000 Subject: [PATCH] Update ghcr.io/charlesthomas/bitwarden-cli Docker tag to v2026.9.0 (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/charlesthomas/bitwarden-cli](https://github.com/charlesthomas/bitwarden-cli) | minor | `2026.8.0` → `2026.9.0` | --- ### Release Notes
charlesthomas/bitwarden-cli (ghcr.io/charlesthomas/bitwarden-cli) ### [`v2026.9.0`](https://github.com/charlesthomas/bitwarden-cli/releases/tag/2026.9.0) [Compare Source](https://github.com/charlesthomas/bitwarden-cli/compare/2026.8.0...2026.9.0) 2026.9.0
--- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). --------- Co-authored-by: Renovate Bot Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/13 --- apps/infra/bitwarden-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/bitwarden-cli.yaml b/apps/infra/bitwarden-cli.yaml index f12fbae..6b53be4 100644 --- a/apps/infra/bitwarden-cli.yaml +++ b/apps/infra/bitwarden-cli.yaml @@ -60,7 +60,7 @@ spec: kubernetes.io/arch: amd64 containers: - name: bitwarden-cli - image: ghcr.io/charlesthomas/bitwarden-cli:2026.8.0 + image: ghcr.io/charlesthomas/bitwarden-cli:2026.9.0 imagePullPolicy: IfNotPresent # Override the baked entrypoint so --disable-origin-protection is # actually passed (it was commented out in the image's entrypoint.sh,