fix(semaphore): update image docker.io/semaphoreui/semaphore v2.17.33 → v2.17.36 (#46923)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `1767875` → `95b7692` | --- > [!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>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.17.36`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.36) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.35...v2.17.36) #### Changelog - [`07b5c05`](https://redirect.github.com/semaphoreui/semaphore/commit/07b5c059ead248bea4f5713d838b475d97195d86) fix(subscr): show correct message - [`6b5a4ae`](https://redirect.github.com/semaphoreui/semaphore/commit/6b5a4aebda8ed2f46ece2262cae1ebc516559498) Merge pull request [#​3754](https://redirect.github.com/semaphoreui/semaphore/issues/3754) from semaphoreui/fix/ldap\_filter\_injection ### [`v2.17.35`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.34...v2.17.35) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.34...v2.17.35) ### [`v2.17.34`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.33...v2.17.34) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.33...v2.17.34) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VtYXBob3JlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.17.33
|
||||
appVersion: 2.17.36
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 7.0.6
|
||||
version: 7.0.7
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.17.33@sha256:17678757e65621aaf27bffbfe8caa00fb85857d60124b49876a5326e3f3dfac9
|
||||
tag: v2.17.36@sha256:95b76923b4682a7397592fd755d7a3e1dc75fe73c1435b8c305d1ebcbbb9e531
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user