chore(helm): update image docker.io/baserow/baserow 1.33.3 → 1.33.4 (#36009)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `a648ee8` -> `77e8bca` | --- > [!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.33.4`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1334) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.33.3...1.33.4) ##### New features - \[Builder] Add the HTTP request action to request endpoint [#​3234](https://gitlab.com/baserow/baserow/-/issues/3234) - \[Dashboard] Add ability to choose between bar and line series [#​3514](https://gitlab.com/baserow/baserow/-/issues/3514) - \[Dashboard] Jira data sync personal access token authentication. [#​3558](https://gitlab.com/baserow/baserow/-/issues/3558) ##### Bug fixes - \[Database] Fix rating filter style reactivity [#​3523](https://gitlab.com/baserow/baserow/-/issues/3523) - \[Builder] Login action are now executed even if the user is already authenticated [#​3630](https://gitlab.com/baserow/baserow/-/issues/3630) - \[Builder] Ensure that in the Theme settings, the Table styles are rendered in the preview panel. [#​3631](https://gitlab.com/baserow/baserow/-/issues/3631) - \[Builder] Fix styling issues when using Text element with markdown format. [#​3632](https://gitlab.com/baserow/baserow/-/issues/3632) - \[Builder] Fix code blocks in markdown code for text element [#​3634](https://gitlab.com/baserow/baserow/-/issues/3634) - \[Database] Fixed bug where formula values reset when moving rows. [#​3640](https://gitlab.com/baserow/baserow/-/issues/3640) - \[Database] Fix bug where empty numeric fields were displayed as `NaN` in the row edit modal and in forms [#​3651](https://gitlab.com/baserow/baserow/-/issues/3651) - \[Builder] Data input type was lost between two reload ##### Refactors - \[Database] Send row history broadcast per table, not per row [#​3646](https://gitlab.com/baserow/baserow/-/issues/3646) - \[Core] Add pytest-testmon to only run tests affected by changes. - \[Core] Automatically fill the premium seats when registering the license. - \[Database] Introduced `calculate_storage_usage_workspace` hook and `before_rows_create` signal. - \[Core] Minor guided tour changes for reversed trial. - \[Database] Rename 'has' to 'has any of' - \[Builder] Retry workflow actions on deadlocks - \[Core] Updated backend dependencies to fix dependency security vulnerabilities. - \[Core] Updated frontend dependencies to fix dependency security vulnerabilities. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.33.3
|
||||
appVersion: 1.33.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 15.0.6
|
||||
version: 15.0.7
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.33.3@sha256:a648ee8a8d0188a51a4fa5afdd11d0c3e64b0b391b483fdf2fc107d73765f899
|
||||
tag: 1.33.4@sha256:77e8bcab44361e2f2bae857019ecb332ee0292837f656ed651805a4ee12718b7
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user