From ee74d03b9ac798f44a263a8005edcdf953c14a99 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Nov 2025 22:20:06 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/charm?= =?UTF-8?q?cli/soft-serve=20v0.10.0=20=E2=86=92=20v0.11.0=20(#41501)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/charmcli/soft-serve](https://redirect.github.com/charmbracelet/soft-serve) | minor | `9a0761c` -> `8967af7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
charmbracelet/soft-serve (docker.io/charmcli/soft-serve) ### [`v0.11.0`](https://redirect.github.com/charmbracelet/soft-serve/releases/tag/v0.11.0) [Compare Source](https://redirect.github.com/charmbracelet/soft-serve/compare/v0.10.0...v0.11.0) #### Changelog ##### New! - [`ea8799b`](https://redirect.github.com/charmbracelet/soft-serve/commit/ea8799b5eb7a67d84a43994f11c18733dd593a66): feat: add CORS headers ([#​654](https://redirect.github.com/charmbracelet/soft-serve/issues/654)) ([@​fetsorn](https://redirect.github.com/fetsorn)) ##### Security - [`d963932`](https://redirect.github.com/charmbracelet/soft-serve/commit/d9639320b8d0ccd76fe6836a042c042b0ebde549): sec: strip ansi from user input ([@​caarlos0](https://redirect.github.com/caarlos0)) ***
Verifying the artifacts First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/soft-serve/releases/download/v0.11.0/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.11.0/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.11.0/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.11.0/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified!
The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@​charmcli), [Bluesky](https://bsky.app/profile/charm.land).
--- ### 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. --- - [ ] 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). --- charts/stable/soft-serve/Chart.yaml | 5 +++-- charts/stable/soft-serve/values.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index 50d0f9217b8..ae8945c3d75 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.10.0 +appVersion: 0.11.0 dependencies: - name: common version: 28.26.3 @@ -35,8 +35,9 @@ maintainers: name: soft-serve sources: - https://github.com/charmbracelet/soft-serve + - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/soft-serve - https://hub.docker.com/r/charmcli/soft-serve type: application -version: 9.12.3 +version: 9.13.0 diff --git a/charts/stable/soft-serve/values.yaml b/charts/stable/soft-serve/values.yaml index 5467b3d951d..8a33002ac2e 100644 --- a/charts/stable/soft-serve/values.yaml +++ b/charts/stable/soft-serve/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/charmcli/soft-serve pullPolicy: IfNotPresent - tag: v0.10.0@sha256:9a0761c7a68a245b43fd278a19802ea74660ff05e4b5b0126e5d99947bcd459e + tag: v0.11.0@sha256:8967af7a72a39c8c1857eee91b0c1e55ca92822852c3cc6d5872b8992ffce935 softserve: host: localhost key_path: /.ssh/soft_serve_server_ed25519