From 12f81a5a61ebb5986f7b02f41b1ca7e74797ee57 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 29 Aug 2025 22:32:06 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/baser?= =?UTF-8?q?ow/baserow=201.34.5=20=E2=86=92=201.35.0=20(#38849)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
baserow/baserow (docker.io/baserow/baserow) ### [`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.
--- ### 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. --- - [ ] 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). --- charts/stable/baserow/Chart.yaml | 4 ++-- charts/stable/baserow/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index cba9eff0369..10abb6a229e 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -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 diff --git a/charts/stable/baserow/values.yaml b/charts/stable/baserow/values.yaml index d98cb0d2979..ec000b65bb3 100644 --- a/charts/stable/baserow/values.yaml +++ b/charts/stable/baserow/values.yaml @@ -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: