mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 10:22:36 -03:00
chore(helm): update image docker.io/baserow/baserow 1.35.1 → 1.35.2 (#40270)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `a459ba6` -> `103e782` | --- > [!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.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1352) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.35.1...1.35.2) ##### New features - \[Database] Date dependency - allow to connect two dates as start date/end date, and a duration field, and recalculate other fields if one is modified. [#​3735](https://gitlab.com/baserow/baserow/-/issues/3735) ##### Bug fixes - \[Builder] Fix timezone issue with date time picker [#​3566](https://gitlab.com/baserow/baserow/-/issues/3566) - \[Core] Fix a bug in the Guided Tour that caused a Vue warning. [#​3721](https://gitlab.com/baserow/baserow/-/issues/3721) - \[Database] Do not fire for past entries on new webhook [#​3811](https://gitlab.com/baserow/baserow/-/issues/3811) - \[Database] Fix filter group api documentation [#​3829](https://gitlab.com/baserow/baserow/-/issues/3829) - \[Database] Fix the error when submitting form with collaborator field notification enabled in public forms. [#​3834](https://gitlab.com/baserow/baserow/-/issues/3834) - \[Builder] Fixed bug that causes the frontend to crash when an Integration is deleted. [#​3835](https://gitlab.com/baserow/baserow/-/issues/3835) - \[Database] Remove comment operations from Ctrl+Z undo stack to prevent accidental deletions [#​3837](https://gitlab.com/baserow/baserow/-/issues/3837) - \[Database] Fix a bug with frontend view filters when the root group doesn't have filters. [#​3839](https://gitlab.com/baserow/baserow/-/issues/3839) - \[Database] Fix button loading animation of publicly shared view login page. - \[Database] Fix PostgreSQL update with multiple primary keys. - \[Core] Improve SSR performance by only extending the translations once. - \[Database] Prevent multiple concurrent `update_search_data` tasks from being scheduled. - \[Core] Prevent the sync templates task from being scheduled multiple times concurrently. - \[Builder] Reload data source information on authentication - \[Builder] Resolved a bug which prevented formula fields from being filtered upon by external users. - \[Builder] Resolved a table and repeat element bug which inadvertently displayed an error popup. ##### Refactors - \[Core] Update backend and frontend dependencies 2025-09-29 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.35.1
|
||||
appVersion: 1.35.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.21.1
|
||||
@@ -40,9 +40,10 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: baserow
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/baserow
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 16.17.2
|
||||
version: 16.17.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.35.1@sha256:a459ba6dca1f440d34737c95ccc7974f0b3e61a121628459dc236a6d8d47439a
|
||||
tag: 1.35.2@sha256:103e78280ab16224ca6780db1f3c5e6a0993d99eaa56cad1e4c9ab35c17264b3
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user