This PR contains the following updates: | Package | Update | Change | |---|---|---| | [charmcli/soft-serve](https://togithub.com/charmbracelet/soft-serve) | patch | `v0.7.1` -> `v0.7.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charmbracelet/soft-serve (charmcli/soft-serve)</summary> ### [`v0.7.2`](https://togithub.com/charmbracelet/soft-serve/releases/tag/v0.7.2) [Compare Source](https://togithub.com/charmbracelet/soft-serve/compare/v0.7.1...v0.7.2) #### Changelog ##### Bug fixes - [`e0148ca`](https://togithub.com/charmbracelet/soft-serve/commit/e0148ca697c9617a36dc96d806720644c38f87a6): fix(http): times out on large repositories ([#​428](https://togithub.com/charmbracelet/soft-serve/issues/428)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`6dc3c59`](https://togithub.com/charmbracelet/soft-serve/commit/6dc3c590f79b18c95a6a4b51187b18f256b5f671): fix: lint issues ([@​aymanbagabas](https://togithub.com/aymanbagabas)) ##### Dependency updates - [`49f34dd`](https://togithub.com/charmbracelet/soft-serve/commit/49f34dddec5247f628a01ae1eba6fdd5aaf9512e): feat(deps): bump github.com/charmbracelet/log from 0.2.5 to 0.3.0 ([#​424](https://togithub.com/charmbracelet/soft-serve/issues/424)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`e6713ba`](https://togithub.com/charmbracelet/soft-serve/commit/e6713babec25cea9bf3c8d2d43900532ab86c354): feat(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 ([#​423](https://togithub.com/charmbracelet/soft-serve/issues/423)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`ccb46a4`](https://togithub.com/charmbracelet/soft-serve/commit/ccb46a4acf00dd694e0ff3298632f1368c2f9f2e): feat(deps): bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.1.0 ([#​422](https://togithub.com/charmbracelet/soft-serve/issues/422)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`40423e8`](https://togithub.com/charmbracelet/soft-serve/commit/40423e8f58938808d7d9a3fca453c789f890d044): feat(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 ([#​419](https://togithub.com/charmbracelet/soft-serve/issues/419)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`fabeb84`](https://togithub.com/charmbracelet/soft-serve/commit/fabeb843465ac458ca796f24344a481624583705): feat(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 ([#​417](https://togithub.com/charmbracelet/soft-serve/issues/417)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`b5fa038`](https://togithub.com/charmbracelet/soft-serve/commit/b5fa038f939e799b0a650968187b0488949c0c78): feat(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 ([#​418](https://togithub.com/charmbracelet/soft-serve/issues/418)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`71d2cd0`](https://togithub.com/charmbracelet/soft-serve/commit/71d2cd0973de07400de3fbd29ab4d276c529cbef): feat(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 ([#​425](https://togithub.com/charmbracelet/soft-serve/issues/425)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`d5e81ad`](https://togithub.com/charmbracelet/soft-serve/commit/d5e81ad6b763e920b1107a4e5591fb2c4e9e665e): feat(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 ([#​420](https://togithub.com/charmbracelet/soft-serve/issues/420)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`1383d18`](https://togithub.com/charmbracelet/soft-serve/commit/1383d186a2f2a6c84572e37517b78aadd665e99d): feat(deps): bump modernc.org/sqlite from 1.26.0 to 1.27.0 ([#​416](https://togithub.com/charmbracelet/soft-serve/issues/416)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/soft-serve/releases/download/0.7.2/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.2/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.2/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.2/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! </details> <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> 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). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
README
General Info
TrueCharts can be installed as both normal Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts website
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Support
- Please check our quick-start guides for TrueNAS SCALE.
- See the Website
- Check our Discord
- Open a issue
Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!
All Rights Reserved - The TrueCharts Project