chore(helm): update image docker.io/baserow/baserow 1.32.3 → 1.32.5 (#33691)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `9f9062c` -> `e70ec77` | 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.32.5`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1325) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.32.4...1.32.5) ##### Bug fixes - \[Core] Clear local_cache for celery tasks [#​3528](https://gitlab.com/baserow/baserow/-/issues/3528) - \[Database] Fix broken continue button and validation of the onboarding import step. - \[Builder] Fix schema caching issue again ##### Breaking API changes - \[Database] Updated Langchain, Gunicorn, and Django backend dependencies. ### [`v1.32.4`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1324) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.32.3...1.32.4) ##### New features - \[Database] Import Airtable gallery view. [#​793](https://gitlab.com/baserow/baserow/-/issues/793) ##### Bug fixes - \[Builder] Ensure that workflow action and user source forms disallow choose a data synced table. [#​3104](https://gitlab.com/baserow/baserow/-/issues/3104) - \[Database] Fix issue with 'this_week' and 'next_week' operators in date filters [#​3526](https://gitlab.com/baserow/baserow/-/issues/3526) - \[Database] Fix bug where the Airtable import crashes if the table has sections. - \[Builder] Fix cache invalidation on field change for data sources - \[Core] Record frontend sessions in Sentry if there is an error. ##### Refactors - \[Builder] Integration endpoint doesn't return the table fields anymore to improve performance </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.32.3
|
||||
appVersion: 1.32.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 14.17.0
|
||||
version: 14.17.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.32.3@sha256:9f9062c8314182c0435b1b4afbe0e3bb29a6900a06d286234430cdd28682ff7f
|
||||
tag: 1.32.5@sha256:e70ec777390c5f71f35f007172d44657372946f5832ab170b390baf7719a7cd5
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user