chore(helm): update image docker.io/baserow/baserow 1.31.0 → 1.31.1 (#31961)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `309a176` -> `96c1e49` | --- > [!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.31.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1311) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.31.0...1.31.1) ##### Bug fixes - \[Builder] Resolved an issue in data source filters and sortings which prevented them from working correctly when the database field they were associated with were trashed. [#​3378](https://gitlab.com/baserow/baserow/-/issues/3378) - Fixed an issue where the notification mode settings were not displayed correctly if the row was not in the view. [#​3411](https://gitlab.com/baserow/baserow/-/issues/3411) - Disable optimistic updates for rows with filters, sorts, or group by on backend-calculated read-only fields. [#​3415](https://gitlab.com/baserow/baserow/-/issues/3415) - Fixed issue where collaborator names were not displayed in filter when scrolling or searching [#​3431](https://gitlab.com/baserow/baserow/-/issues/3431) - \[Builder] Resolved an issue which prevented tables from paging correctly. - Fix indentation bug where duplicate table entries were added. - Fix iCal feed when the table has select_related fields from enhance_queryset. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.31.0
|
||||
appVersion: 1.31.1
|
||||
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.16.1
|
||||
version: 14.16.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 1.31.0@sha256:309a1762ceb984be1f9e11d1c814eddf9c7dfccbc36dcb9cf3a4c4ffebbf2b91
|
||||
tag: 1.31.1@sha256:96c1e495f94afceafdf57713b7fd039470bd9d86676424ed01826ed0cda27bfa
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user