fix(traggo): update image docker.io/traggo/server 0.8.2 → 0.8.3 (#45693)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/traggo/server](https://redirect.github.com/traggo/server) | patch | `b2c4b5b` → `8bf5107` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.3`](https://redirect.github.com/traggo/server/releases/tag/v0.8.3) [Compare Source](https://redirect.github.com/traggo/server/compare/v0.8.2...v0.8.3) - Fix "rename tag" renaming tags from other users ([#​238](https://redirect.github.com/traggo/server/issues/238) via [#​241](https://redirect.github.com/traggo/server/issues/241)) - Fix "delete tag" failing when another user has a tag with the same name ([#​238](https://redirect.github.com/traggo/server/issues/238) via [#​241](https://redirect.github.com/traggo/server/issues/241)) - Fix crashes/error messages of some endpoints when the user isn't authenticated ([#​241](https://redirect.github.com/traggo/server/issues/241)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhZ2dvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.8.2
|
||||
appVersion: 0.8.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traggo
|
||||
- https://hub.docker.com/r/traggo/server
|
||||
type: application
|
||||
version: 9.18.0
|
||||
version: 9.18.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/traggo/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.8.2@sha256:b2c4b5b46e74ab98c2bd1463b4595ce407f2cfda34a98f66ad014cba7a49f2d2
|
||||
tag: 0.8.3@sha256:8bf510774ce1729b5bd9a8930e174de03ebec8c25ca4aaa087c0e56e2bcbb67a
|
||||
traggo:
|
||||
username: admin
|
||||
password: admin
|
||||
|
||||
Reference in New Issue
Block a user