From c0d7e6bc592634ef717fcaa8d51994df1251321b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 7 Dec 2023 19:21:25 +0100 Subject: [PATCH] chore(deps): update container image charmcli/soft-serve to v0.7.4@97f1117 (#15855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [charmcli/soft-serve](https://togithub.com/charmbracelet/soft-serve) | patch | `v0.7.3` -> `v0.7.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
charmbracelet/soft-serve (charmcli/soft-serve) ### [`v0.7.4`](https://togithub.com/charmbracelet/soft-serve/releases/tag/v0.7.4) [Compare Source](https://togithub.com/charmbracelet/soft-serve/compare/v0.7.3...v0.7.4) #### Changelog ##### Bug fixes - [`178b9d5`](https://togithub.com/charmbracelet/soft-serve/commit/178b9d569d5c943c2ab589e76aa4c29238c61785): fix(daemon): tests after upgrading go-git ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`fc2c62f`](https://togithub.com/charmbracelet/soft-serve/commit/fc2c62f5f5ede4c352609f081623f296bd83c555): fix(daemon): timeout test ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`fa23c9c`](https://togithub.com/charmbracelet/soft-serve/commit/fa23c9caebf61cc68ad884552601d59ee6c47621): fix(ui): dry glamour chroma renderer ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`e419a93`](https://togithub.com/charmbracelet/soft-serve/commit/e419a938f255ce4f29f5b489c5b911db456c3a57): fix(ui): go back on esc ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`0a38578`](https://togithub.com/charmbracelet/soft-serve/commit/0a38578ae6ad169c3696881cccfc87000e8ca4eb): fix(ui): hide clone command while browse only ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`812d840`](https://togithub.com/charmbracelet/soft-serve/commit/812d840576dde5b4066e1ceacb49c382c8b969a1): fix(ui): render about page using glamour ([@​aymanbagabas](https://togithub.com/aymanbagabas)) ##### Dependency updates - [`4ccd373`](https://togithub.com/charmbracelet/soft-serve/commit/4ccd373db6977a8826dfd0d5c2447d0de70ec954): feat(deps): bump github.com/charmbracelet/log from 0.3.0 to 0.3.1 ([#​431](https://togithub.com/charmbracelet/soft-serve/issues/431)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`0ec24e3`](https://togithub.com/charmbracelet/soft-serve/commit/0ec24e34cc7f7430ea936b15c49eda35b3d42d73): feat(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 ([#​429](https://togithub.com/charmbracelet/soft-serve/issues/429)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`8e5966a`](https://togithub.com/charmbracelet/soft-serve/commit/8e5966a365c2b7e8ee23df08c2bd5c98391c6e12): feat(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 ([#​430](https://togithub.com/charmbracelet/soft-serve/issues/430)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) ##### Other work - [`bac2ff3`](https://togithub.com/charmbracelet/soft-serve/commit/bac2ff3c3890df527fcef03a479c05116859c44a): build: avoid duplicated CI runs ([#​433](https://togithub.com/charmbracelet/soft-serve/issues/433)) ([@​caarlos0](https://togithub.com/caarlos0)) ***
Verifying the artifacts First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/soft-serve/releases/download/0.7.4/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.4/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.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.7.4/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.4/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), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat).
--- ### 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://togithub.com/renovatebot/renovate). --- charts/stable/soft-serve/Chart.yaml | 36 ++++++++++++++-------------- charts/stable/soft-serve/values.yaml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index b4ef92eb37d..5f798e42179 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -1,31 +1,31 @@ -kubeVersion: ">=1.24.0" +kubeVersion: '>=1.24.0' apiVersion: v2 name: soft-serve -version: 3.0.17 -appVersion: 0.7.3 +version: 3.0.18 +appVersion: 0.7.4 description: A tasty, self-hostable Git server for the command line. home: https://truecharts.org/charts/stable/soft-serve icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png deprecated: false sources: - - https://github.com/charmbracelet/soft-serve - - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - - https://hub.docker.com/r/charmcli/soft-serve +- https://github.com/charmbracelet/soft-serve +- https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve +- https://hub.docker.com/r/charmcli/soft-serve maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - soft-serve - - git +- soft-serve +- git dependencies: - - name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] +- name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/stable/soft-serve/values.yaml b/charts/stable/soft-serve/values.yaml index 483a4e1ce8f..bf084999626 100644 --- a/charts/stable/soft-serve/values.yaml +++ b/charts/stable/soft-serve/values.yaml @@ -1,7 +1,7 @@ image: repository: charmcli/soft-serve pullPolicy: IfNotPresent - tag: v0.7.3@sha256:76ff1b913c38236a2b8e71e47e49163ff4c843f0cb046537042d62d971e6c70c + tag: v0.7.4@sha256:97f1117423bb7b6bb16f93ada280486932f9fb3c35e890b2c72399ed58b16a51 softserve: host: localhost key_path: /.ssh/soft_serve_server_ed25519