chore(helm): update image docker.io/semaphoreui/semaphore v2.13.2 → v2.13.3 (#33769)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `a24114a` -> `02a8d53` | 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.13.3`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.13.3) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.2...v2.13.3) #### Bugfixes - Support `requirements.yml` in repository root. - Saving options for Postgres. #### What's Changed - chore(deps): update dependency chai to v5.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2839](https://redirect.github.com/semaphoreui/semaphore/pull/2839) - fix(deps): update dependency core-js to v3.41.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2842](https://redirect.github.com/semaphoreui/semaphore/pull/2842) - chore(deps): update dependency prettier to v3.5.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2840](https://redirect.github.com/semaphoreui/semaphore/pull/2840) - fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2844](https://redirect.github.com/semaphoreui/semaphore/pull/2844) - fix(deps): update module github.com/spf13/cobra to v1.9.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2845](https://redirect.github.com/semaphoreui/semaphore/pull/2845) - chore(deps): update dependency eslint-config-prettier to v10 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2850](https://redirect.github.com/semaphoreui/semaphore/pull/2850) - support previous root collections & roles. by [@​svennd](https://redirect.github.com/svennd) in [https://github.com/semaphoreui/semaphore/pull/2687](https://redirect.github.com/semaphoreui/semaphore/pull/2687) - chore(deps): update dependency openai to v4.89.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2855](https://redirect.github.com/semaphoreui/semaphore/pull/2855) - chore(deps): update dependency nyc to v17 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2856](https://redirect.github.com/semaphoreui/semaphore/pull/2856) #### New Contributors - [@​svennd](https://redirect.github.com/svennd) made their first contribution in [https://github.com/semaphoreui/semaphore/pull/2687](https://redirect.github.com/semaphoreui/semaphore/pull/2687) **Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.13.2...v2.13.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.13.2
|
||||
appVersion: 2.13.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 5.1.1
|
||||
version: 5.1.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.13.2@sha256:a24114ac388b849d2fb6c26a705e66520bffe0565e244a35bd44591882ab4419
|
||||
tag: v2.13.3@sha256:02a8d53ce5a2e1a147d07a14d9ea2f0686f60b9997883f6b54ff3a731ebaafdb
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user