chore(helm): update image docker.io/semaphoreui/semaphore v2.10.43 → v2.11.2 (#30231)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | minor | `eda4e5a` -> `22ce9e4` | --- > [!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.11.2`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.11.2) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.11.1...v2.11.2) <a href="https://semaphoreui.com/releases/semaphore-v2_11"> <img src="https://github.com/user-attachments/assets/ea79ded5-fece-4ce1-8dbb-7549ebf9a6a8" width="700"> </a> ##### [Semaphore 2.11 Release Details](https://semaphoreui.com/releases/semaphore-v2_11) #### Bugfixes - Fixed **New Project** page. - Fixed **Restore Project** page. - Fixed message about project restoring result. #### Links - Create best docker container [](https://semaphoreui.com/install/docker/2\_11/) - 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) ### [`v2.11.1`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.11.1) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.10.43...v2.11.1) #### Features - **Web interface improvements**: UI has received its most significant overhaul in years, making it more polished and professional. - **Git commit messages**: Tasks now store the Git commit hash and message, enabling you to rerun tasks using the same commit. - **Task run details**: A new Details page has been added to provide insights into task running results. - **Terraform/OpenTofu support improvements**: There are many Terraform/OpenTofu support improvements in this release. #### Bugfixes - **OpenTofu/Terraform**: Fixed a bug with Terraform tasks: the `-auto-approve` flag now works. - **Security**: Prevented JavaScript from using Cookies to avoid the HTTPOnly issue. - **OpenTofu/Terraform**: enabled the `-migrate-state` flag by default. - **OpenTofu/Terraform**: Added prompts for state actions on the web. - **Terraform/OpenTofu**: Ignored the workspace name for the HTTP backend. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.43
|
||||
appVersion: 2.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.2.2
|
||||
@@ -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.1.0
|
||||
version: 4.2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.10.43@sha256:eda4e5adc6d45cbcf16c07343d014809e2a39a0efcc31f4d07135b31cd01a78a
|
||||
tag: v2.11.2@sha256:22ce9e491161324125be3a1d234a4186b4192497903d13cb945a262fa56ea9fd
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user