chore(helm): update image docker.io/baserow/baserow 1.34.5 → 1.35.0 (#38849)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | minor | `cbfbcd4` -> `73cee12` | --- > [!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.35.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1350) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.5...1.35.0) ##### New features - \[Database] Show an asterisk (\*) to indicate required fields in forms [#​2704](https://gitlab.com/baserow/baserow/-/issues/2704) - \[Dashboard] Add pie and doughnut charts [#​3552](https://gitlab.com/baserow/baserow/-/issues/3552) - \[Database] Allow application selection during workspace export [#​3734](https://gitlab.com/baserow/baserow/-/issues/3734) - \[Builder] Add environment variable to allow sending request to internal IPs with HTTP request action [#](https://gitlab.com/baserow/baserow/-/issues/) - \[Core] Show highest role on admin user listing page. [#​3754](https://gitlab.com/baserow/baserow/-/issues/3754) ##### Bug fixes - \[Database] Deactivate data sync and notify user when no proper license is available [#​3562](https://gitlab.com/baserow/baserow/-/issues/3562) - \[Database] Skipped fields during CSV import will not overwrite table data [#​3652](https://gitlab.com/baserow/baserow/-/issues/3652) - \[Builder] Properly handle error in HTTP request action [#​3749](https://gitlab.com/baserow/baserow/-/issues/3749) - \[Builder] Don't show an error message for unused data source [#​3760](https://gitlab.com/baserow/baserow/-/issues/3760) - \[Database] Fix undo for single select with default value [#​3762](https://gitlab.com/baserow/baserow/-/issues/3762) - \[Builder] Resolved an issue which prevented application builder data sources from being able to read from data-synced tables. [#​3763](https://gitlab.com/baserow/baserow/-/issues/3763) - \[Builder] Fix stuck in loading state after field configuration is fixed [#​3765](https://gitlab.com/baserow/baserow/-/issues/3765) - \[Database] Fix form single select and multiple select default values when options are restricted [#​3769](https://gitlab.com/baserow/baserow/-/issues/3769) - \[Database] Fix count formula for link row fields with null values [#​3770](https://gitlab.com/baserow/baserow/-/issues/3770) - \[Database] Fix formula field dependency ordering on row deletion [#​3772](https://gitlab.com/baserow/baserow/-/issues/3772) - \[Builder] Allow ISO string as value for date fields [#​3776](https://gitlab.com/baserow/baserow/-/issues/3776) - \[Database] Fix empty filters that break real-time filtering with OR condition [#​3791](https://gitlab.com/baserow/baserow/-/issues/3791) - \[Database] Fix for skipped\_fields being None [#​3796](https://gitlab.com/baserow/baserow/-/issues/3796) - \[Database] Do not pass SelectOptionDoesNotBelongToField to sentry [#​3797](https://gitlab.com/baserow/baserow/-/issues/3797) - \[Database] Fix duplicated results from OR filters [#​3799](https://gitlab.com/baserow/baserow/-/issues/3799) - \[Database] Handle NaN in export\_value for NumberField [#​3800](https://gitlab.com/baserow/baserow/-/issues/3800) - \[Database] Fix adhoc row coloring and permissions bug. - \[Database] Fix broken export/import with broken via dependency - \[Builder] Fix crash when toggling the share status of a used data source - \[Builder] Fix error while duplicating an application referencing a default role for a deleted data source - \[Database] Two-way PostgreSQL data sync. [#​3082](https://gitlab.com/baserow/baserow/-/issues/3082) ##### Refactors - \[Core] Fix grammar in workspace invitation related emails. [#​3775](https://gitlab.com/baserow/baserow/-/issues/3775) - \[Core] All lock\_expiry to add singleton celery tasks. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.5
|
||||
appVersion: 1.35.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 16.8.5
|
||||
version: 16.9.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.34.5@sha256:cbfbcd44b648c96ce3d52e8eab41c2886cefe6503061e99f6126c01a5601f11e
|
||||
tag: 1.35.0@sha256:73cee125759703c113419b64a7c2592b35bc1c2da59c07a1fb7a8b89e070d970
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user