feat(traggo): update image docker.io/traggo/server 0.7.1 → 0.8.1 (#43316)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/traggo/server](https://redirect.github.com/traggo/server) | minor | `f471db2` -> `df82490` | --- > [!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 <details> <summary>traggo/server (docker.io/traggo/server)</summary> ### [`v0.8.1`](https://redirect.github.com/traggo/server/releases/tag/v0.8.1) [Compare Source](https://redirect.github.com/traggo/server/compare/v0.7.1...v0.8.1) - Apply theme selection on login ([#​107](https://redirect.github.com/traggo/server/issues/107) via [#​211](https://redirect.github.com/traggo/server/issues/211)) by [@​zumoshi](https://redirect.github.com/zumoshi) - Fix rename tag case normalization ([#​131](https://redirect.github.com/traggo/server/issues/131) via [#​212](https://redirect.github.com/traggo/server/issues/212)) by [@​zumoshi](https://redirect.github.com/zumoshi) - Disallow spaces in tag creation ([#​72](https://redirect.github.com/traggo/server/issues/72) via [#​213](https://redirect.github.com/traggo/server/issues/213)) by [@​zumoshi](https://redirect.github.com/zumoshi) - Set cache headers on static resources ([`4612b5c`](https://redirect.github.com/traggo/server/commit/4612b5ca801d45c510db7b7000c26cf607e5e798)) by [@​Minnowo](https://redirect.github.com/Minnowo) - Allow includes/excludes tag filters for dashboard charts ([#​102](https://redirect.github.com/traggo/server/issues/102) via [#​215](https://redirect.github.com/traggo/server/issues/215), [#​224](https://redirect.github.com/traggo/server/issues/224)) by [@​spl3g](https://redirect.github.com/spl3g) - Update dependencies - Remove linux/i386 because it broke and hasn't many downloads </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhZ2dvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.7.1
|
||||
appVersion: 0.8.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traggo
|
||||
- https://hub.docker.com/r/traggo/server
|
||||
type: application
|
||||
version: 9.13.5
|
||||
version: 9.14.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/traggo/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.7.1@sha256:f471db20b8062a9fcb649aaa54e30f2cc4c4a0d93a6022dae7d1a9ab7d870125
|
||||
tag: 0.8.1@sha256:df82490bea6a3ac89bb8d8fb4e7a7755348967d804eda6f1fdb4590b46bdc72a
|
||||
traggo:
|
||||
username: admin
|
||||
password: admin
|
||||
|
||||
Reference in New Issue
Block a user