chore(helm): update image docker.io/baserow/baserow 1.33.2 → 1.33.3 (#35561)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `ebf338d` -> `a648ee8` | --- > [!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.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1333) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.33.2...1.33.3) ##### New features - \[Database] Introduce list all tables endpoints via token auth. [#​1100](https://gitlab.com/baserow/baserow/-/issues/1100) - \[Database] Be able to specify a default value on multiple select field [#​2173](https://gitlab.com/baserow/baserow/-/issues/2173) - \[Database] Support default values for single select field [#​2173](https://gitlab.com/baserow/baserow/-/issues/2173) - \[Database] Make AI field editable [#​3557](https://gitlab.com/baserow/baserow/-/issues/3557) ##### Bug fixes - \[Builder] Fix issue when two columns of a table element have the same value [#​3144](https://gitlab.com/baserow/baserow/-/issues/3144) - \[Builder] Allow blank link row values in create and update row actions. [#​3524](https://gitlab.com/baserow/baserow/-/issues/3524) - \[Builder] Fix form values being reset before all actions are done [#​3530](https://gitlab.com/baserow/baserow/-/issues/3530) - \[Builder] Fix data input not reset after form submition with "Reset after submission" option [#​3583](https://gitlab.com/baserow/baserow/-/issues/3583) - \[Builder] Fix choice element missing default value for single select [#​3602](https://gitlab.com/baserow/baserow/-/issues/3602) - \[Database] Improved primary key detection in PostgreSQL data sync for roles that are not owners of synchronized table [#​3606](https://gitlab.com/baserow/baserow/-/issues/3606) - \[Core] MCP server returns error response [#​3615](https://gitlab.com/baserow/baserow/-/issues/3615) - \[Database] Fix for workspace export with default value on number field [#​3619](https://gitlab.com/baserow/baserow/-/issues/3619) - \[Builder] Formula values are not emptied anymore when an error happens - \[Database] Don't create MCP tools for trashed databases. - \[Builder] Markdown content now follows application theme ##### Refactors - \[Database] Improved group by ManyToMany (link row and multiple select) performance by using CTE. ##### Breaking API changes - \[Database] Returns an HTTP 409 instead of an HTTP 503 when the request fails due to a deadlock. </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.2
|
||||
appVersion: 1.33.3
|
||||
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.3
|
||||
version: 15.0.4
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.33.2@sha256:ebf338dc02c06064ea463ea3545c12a461e95f8b0a28699c66818f05b8ca2890
|
||||
tag: 1.33.3@sha256:a648ee8a8d0188a51a4fa5afdd11d0c3e64b0b391b483fdf2fc107d73765f899
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user