chore(helm): update image docker.io/baserow/baserow 1.29.2 → 1.29.3 (#30079)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `5eeaee3` -> `cb5ade0` | --- > [!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>baserow/baserow (docker.io/baserow/baserow)</summary> ### [`v1.29.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1293) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.29.2...1.29.3) ##### New features - Prevents webhook call tasks piling up if many webhooks are triggered. [#​2758](https://gitlab.com/baserow/baserow/-/issues/2758) - Prevent triggering webhook if query param is provided on row create update or delete endpoints [#​3085](https://gitlab.com/baserow/baserow/-/issues/3085) - limit logging sign in actions [#​3206](https://gitlab.com/baserow/baserow/-/issues/3206) ##### Bug fixes - Fix a bug where setting the User Role field to a Formula field could raise an error. [#​3190](https://gitlab.com/baserow/baserow/-/issues/3190) - Fix for prefill values are lost for password protected forms [#​3194](https://gitlab.com/baserow/baserow/-/issues/3194) - Fix form view conditions groups export import [#​3232](https://gitlab.com/baserow/baserow/-/issues/3232) - Fix password protected shared view login page - Remove login view vertical scrollbar on Safari iOS ##### Refactors - Redesigned auth views [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.29.2
|
||||
appVersion: 1.29.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 14.8.2
|
||||
version: 14.8.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.29.2@sha256:5eeaee3b301279ba5f94cfe2be5a22c6137b0083da9c6afe83123877279df686
|
||||
tag: 1.29.3@sha256:cb5ade07f9b91df20bba6d35c2f271c2663cb69328ab7eecb140ea03c772c31e
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user