chore(deps): update container image baserow/baserow to v1.22.2@13b1120 by renovate (#17268)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `1.22.1` -> `1.22.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>baserow/baserow (baserow/baserow)</summary> ### [`v1.22.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1222) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.22.1...1.22.2) ##### New features - Allow form view prefill of multiple link to table entries [#​2024](https://gitlab.com/baserow/baserow/-/issues/2024) - Show the button formula as a clickable button. [#​2089](https://gitlab.com/baserow/baserow/-/issues/2089) - Add group by support for the duration field type [#​2191](https://gitlab.com/baserow/baserow/-/issues/2191) - Implement Sentry integration (FE/BE) via environment variables. [#​2205](https://gitlab.com/baserow/baserow/-/issues/2205) - Allow string values for link row field and multi select [#​2250](https://gitlab.com/baserow/baserow/-/issues/2250) ##### Bug fixes - Fixed bug where row was overwritten on update. It now only updates read-only data. [#​1405](https://gitlab.com/baserow/baserow/-/issues/1405) - Fixed bug where it was not possible to update a row that was still being created. [#​1507](https://gitlab.com/baserow/baserow/-/issues/1507) - Introduce en-x-icu collation for basic fields [#​1603](https://gitlab.com/baserow/baserow/-/issues/1603) - Fix bug when clicking browser's back button didn't close Row edit modal. [#​2140](https://gitlab.com/baserow/baserow/-/issues/2140) - Fix a bug that prevent s manually reordering rows if a filter is applied on a hidden field. [#​2175](https://gitlab.com/baserow/baserow/-/issues/2175) - Dont propagate ViewDoesNotExist in updating index task [#​2202](https://gitlab.com/baserow/baserow/-/issues/2202) - Return proper exception when share_id is invalid [#​2203](https://gitlab.com/baserow/baserow/-/issues/2203) - Fix bug where the `source` argument was passed to the child serializer when user_field_names=True. [#​2268](https://gitlab.com/baserow/baserow/-/issues/2268) ##### Refactors - refactor pagination component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Change cookie values stored for last remembered view ID to shorter ones. [#​2105](https://gitlab.com/baserow/baserow/-/issues/2105) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.22.1
|
||||
appVersion: 1.22.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/baserow
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png
|
||||
keywords:
|
||||
- baserow
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 11.1.9
|
||||
version: 11.1.10
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: baserow/baserow
|
||||
tag: 1.22.1@sha256:fb2b92ce6cc3dba54fa9455c57493990a25f94465fb902f0f65932fb5d981965
|
||||
tag: 1.22.2@sha256:13b11201b4a4165d6c3b7d041c59a02fa82851ea8b465f43042a7c72e09b5742
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user