fix(semaphore): update image docker.io/semaphoreui/semaphore v2.16.47 → v2.16.51 (#43467)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `71aabf9` -> `316520f` | --- > [!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>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.16.51`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.16.51) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.50...v2.16.51) #### Bugfixes - Fix database migration (CRITICAL) ### [`v2.16.50`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.16.50) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.49...v2.16.50) #### Bugfixes - SQLite migration - Task status logs (PRO) ### [`v2.16.49`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.48...v2.16.49) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.48...v2.16.49) ### [`v2.16.48`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.47...v2.16.48) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.47...v2.16.48) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VtYXBob3JlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
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: 2.16.47
|
||||
appVersion: 2.16.51
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 6.14.7
|
||||
version: 6.14.8
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.16.47@sha256:71aabf9314d1051ab92025f26809daea72bd90cb78a6a2badfe15400acf11619
|
||||
tag: v2.16.51@sha256:316520f513e3c964d23cdd40709777a6a452e275020627aba406e9bd9c08adde
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user