From 4995871b5c8f33969c4354722bcb5e1e23595162 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 29 Aug 2025 22:49:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/charm?= =?UTF-8?q?cli/soft-serve=20v0.9.1=20=E2=86=92=20v0.10.0=20(#38856)?= 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 | `c1baa7e` -> `9a0761c` | --- > [!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.10.0`](https://redirect.github.com/charmbracelet/soft-serve/releases/tag/v0.10.0) [Compare Source](https://redirect.github.com/charmbracelet/soft-serve/compare/v0.9.1...v0.10.0) #### Changelog ##### New Features - [`52f7a9e`](https://redirect.github.com/charmbracelet/soft-serve/commit/52f7a9ee5aa9d8921b7948ae1f1e7664781419a4): feat(tui): yank the patch/diff to clipboard ([#​725](https://redirect.github.com/charmbracelet/soft-serve/issues/725)) ([@​ChausseBenjamin](https://redirect.github.com/ChausseBenjamin)) - [`6856877`](https://redirect.github.com/charmbracelet/soft-serve/commit/6856877cd42acf302776258142009c4ffc0d0fa0): feat: add readiness and liveness probes for self healing ([#​734](https://redirect.github.com/charmbracelet/soft-serve/issues/734)) ([@​Jay-Madden](https://redirect.github.com/Jay-Madden)) ##### Bug fixes - [`397288d`](https://redirect.github.com/charmbracelet/soft-serve/commit/397288d590d84378b178889447332e4a3ff66c3e): fix(ui): help menu on file list view ([#​719](https://redirect.github.com/charmbracelet/soft-serve/issues/719)) ([@​eldondev](https://redirect.github.com/eldondev)) - [`5a2bde5`](https://redirect.github.com/charmbracelet/soft-serve/commit/5a2bde5882610b0ba08bf8d9cf339fe2c487e665): fix: check that commit is a SHA1 ([#​737](https://redirect.github.com/charmbracelet/soft-serve/issues/737)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`fa175c7`](https://redirect.github.com/charmbracelet/soft-serve/commit/fa175c719178ff618c3fb613d5be4928305eb0a1): fix: repo commit help ([#​736](https://redirect.github.com/charmbracelet/soft-serve/issues/736)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Other work - [`5d9034c`](https://redirect.github.com/charmbracelet/soft-serve/commit/5d9034c4da24b189f2994b6a718da768d369d114): ci: sync dependabot config ([#​741](https://redirect.github.com/charmbracelet/soft-serve/issues/741)) ([@​charmcli](https://redirect.github.com/charmcli)) - [`844f175`](https://redirect.github.com/charmbracelet/soft-serve/commit/844f17596853bc804093a70444c2138f78e3f0f8): ci: sync golangci-lint config ([#​732](https://redirect.github.com/charmbracelet/soft-serve/issues/732)) ([@​github-actions](https://redirect.github.com/github-actions)\[bot]) - [`e5edfd5`](https://redirect.github.com/charmbracelet/soft-serve/commit/e5edfd576d2bbd1c885750f94c57704b61894801): sec: update git-module ([#​742](https://redirect.github.com/charmbracelet/soft-serve/issues/742)) ([@​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.10.0/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.10.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.10.0/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.10.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 [Twitter](https://twitter.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.technology/@​charm).
--- ### 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 | 4 ++-- charts/stable/soft-serve/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index 51386f71c4c..37bc86a60bd 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.9.1 +appVersion: 0.10.0 dependencies: - name: common version: 28.16.2 @@ -36,5 +36,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://hub.docker.com/r/charmcli/soft-serve type: application -version: 9.3.2 +version: 9.4.0 diff --git a/charts/stable/soft-serve/values.yaml b/charts/stable/soft-serve/values.yaml index 6ea59d2857d..5467b3d951d 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.9.1@sha256:c1baa7e942a6f9f06515705fabb58b721d8a7c71de700d8f2f95e9c951b10add + tag: v0.10.0@sha256:9a0761c7a68a245b43fd278a19802ea74660ff05e4b5b0126e5d99947bcd459e softserve: host: localhost key_path: /.ssh/soft_serve_server_ed25519