chore(helm): update image docker.io/baserow/baserow 1.33.0 → 1.33.1 (#35169)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `8bb073b` -> `3fadc3a` | --- > [!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.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1331) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.33.0...1.33.1) ##### New features - \[Database] Fix Airtable import empty is_any_off bug. [#​3595](https://gitlab.com/baserow/baserow/-/issues/3595) - \[Database] Show row creation/deletion in row history' [#​2117](https://gitlab.com/baserow/baserow/-/issues/2117) - \[Database] Add empty and not_empty filters for lookup fields. [#​3527](https://gitlab.com/baserow/baserow/-/issues/3527) - \[Database] Introduce advanced self-hosting license type. ##### Bug fixes - \[Builder] Fixed bug that prevented older browsers from checking the error state of a Collection element. [#​3591](https://gitlab.com/baserow/baserow/-/issues/3591) - \[Builder] Made the login error handling slightly more robust. [#​3592](https://gitlab.com/baserow/baserow/-/issues/3592) - \[Builder] Improved error handling in user source authentication. [#​3594](https://gitlab.com/baserow/baserow/-/issues/3594) - \[Database] Fix clearing link row and rating cell value in the grid view with backspace. [#​1788](https://gitlab.com/baserow/baserow/-/issues/1788) ##### Refactors - \[Database] Fix queuing and waiting many tableusageupdate queries [#​2173](https://gitlab.com/baserow/baserow/-/issues/2173) </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.0
|
||||
appVersion: 1.33.1
|
||||
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: 14.18.0
|
||||
version: 14.18.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.33.0@sha256:8bb073b10c762d6cc71412442f10bf0440b7bdc33070e2bb0c8e01292edf77bb
|
||||
tag: 1.33.1@sha256:3fadc3affdf9a8c2a62a70bcf483e940364c82ac9a9e8effda1fda1fda6eeb4e
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user