chore(helm): update image docker.io/semaphoreui/semaphore v2.10.32 → v2.10.33 (#28333)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `14d33a8` -> `8f96e51` | 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.10.33`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.10.33) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.10.32...v2.10.33) #### Bugfixes - Docker: fixed database environment variables. - Docker: removed `packages.txt` because it doesn't work. - Returned system environment variable `PATH` for apps (Ansible, Terraform, etc). - Don't return Project schedules (for BoltDB) in GET template schedules by [@​Omicron7](https://redirect.github.com/Omicron7) [https://github.com/semaphoreui/semaphore/pull/2495](https://redirect.github.com/semaphoreui/semaphore/pull/2495). #### Features - Added following configuration options: - `env_vars` / `SEMAPHORE_ENV_VARS` to provide environment variables which will be available for apps (Ansible, Terraform, etc). - `forwarded_env_vars` / `SEMAPHORE_FORWARDED_ENV_VARS` is a list of environment variables which will be forwarded from system. #### Security - chore(deps): update dependency openai to v4.68.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2461](https://redirect.github.com/semaphoreui/semaphore/pull/2461) - chore(deps): update dependency sass-loader to v13.3.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2469](https://redirect.github.com/semaphoreui/semaphore/pull/2469) - chore(deps): update dependency chai to v4.5.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2456](https://redirect.github.com/semaphoreui/semaphore/pull/2456) - chore(deps): update dependency stylus to ^0.64.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2472](https://redirect.github.com/semaphoreui/semaphore/pull/2472) - chore(deps): update dependency sass to ~1.80.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2462](https://redirect.github.com/semaphoreui/semaphore/pull/2462) - chore(deps): update apiaryio/dredd docker tag to v13.1.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2455](https://redirect.github.com/semaphoreui/semaphore/pull/2455) - chore(deps): update dependency openai to v4.68.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2487](https://redirect.github.com/semaphoreui/semaphore/pull/2487) - chore(deps): update dependency sass to v1.80.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/semaphoreui/semaphore/pull/2491](https://redirect.github.com/semaphoreui/semaphore/pull/2491) #### Links - Full Changelog: https://github.com/semaphoreui/semaphore/compare/v2.10.32...v2.10.33 - Create best docker container [](https://semaphoreui.com/install/docker/2\_10\_32/) - Join our responsive community [](https://discord.gg/5R6k7hNGcH) - Every day we add new features, fix bugs, support the community. We need your support [](https://redirect.github.com/sponsors/semaphoreui) [](https://ko-fi.com/fiftin) [](https://www.patreon.com/semaphoreui) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.32
|
||||
appVersion: 2.10.33
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 4.0.2
|
||||
version: 4.0.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.10.32@sha256:14d33a823ccae6fc9be20109286f0a4d46f9d37f7b4bce3076e0f737b6882e23
|
||||
tag: v2.10.33@sha256:8f96e5117eac20d9e83a9cb8dff1fff2d5c61cd826ce4e1498a8c260629a3a5a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user