mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 22:44:13 -03:00
chore(helm): update image docker.io/baserow/baserow 1.34.2 → 1.34.5 (#37759)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `b06a80a` -> `cbfbcd4` | 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.34.5`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1345) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.4...1.34.5) ##### Bug fixes - \[Database] Speed up a slow query to update search vectors and automatically remove stale entries from the pending updates table. ##### Refactors - \[Builder] Improve performances of page data sources dispatch endpoint - \[Core] Process storage usage update more often ### [`v1.34.4`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1344) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.3...1.34.4) ##### Bug fixes - \[Database] Fix Field `id` expected by got dict error ### [`v1.34.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1343) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.2...1.34.3) ##### New features - \[Dashboard] Separate bar and line charts as new chart options [#​3663](https://gitlab.com/baserow/baserow/-/issues/3663) ##### Bug fixes - \[Database] Handle empty number\_decimal\_places value for number formula field [#​3616](https://gitlab.com/baserow/baserow/-/issues/3616) - \[Builder] Remove toast in the editor as it is confusing [#​3750](https://gitlab.com/baserow/baserow/-/issues/3750) - \[Database] Do not re-raise mapped exceptions when running jobs [#​3753](https://gitlab.com/baserow/baserow/-/issues/3753) - \[Builder] Fix font family from theme not applied to previewed/published page - \[Core] Fixed issue where applications failed to load properly with multiple workspaces - \[Builder] Resolved an issue which prevented data sources from being able to choose a specific view. - \[Database] Stop scheduling search tasks if the workspace is None (i.e. snapshots) ##### Refactors - \[Builder] Automatically delete services when workflow actions are deleted - \[Core] Remove obsolete compose versions </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.34.2
|
||||
appVersion: 1.34.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 16.3.1
|
||||
version: 16.3.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.34.2@sha256:b06a80a56f74e1d5f19fc67c93eb560a93e8d3689a72b79df4785ac6636644c5
|
||||
tag: 1.34.5@sha256:cbfbcd44b648c96ce3d52e8eab41c2886cefe6503061e99f6126c01a5601f11e
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user