chore(deps): update container image baserow/baserow to v1.22.3@1ca1cda by renovate (#17982)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `1.22.2` -> `1.22.3` | --- > [!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.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1223) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.22.2...1.22.3) ##### New features - Clean up UserLogEntry table entries [#​1792](https://gitlab.com/baserow/baserow/-/issues/1792) - Add segmentControl UI component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Add support to reference duration fields in the formula language. [#​2190](https://gitlab.com/baserow/baserow/-/issues/2190) - Add formats with days to the duration field. [#​2217](https://gitlab.com/baserow/baserow/-/issues/2217) - Allow custom public share URLs [#​2292](https://gitlab.com/baserow/baserow/-/issues/2292) - Use primary row value in email notifications instead of just row ids [#​2293](https://gitlab.com/baserow/baserow/-/issues/2293) - Show billable label only to workspace admins [#​2295](https://gitlab.com/baserow/baserow/-/issues/2295) - Added instructions on how to deploy Baserow to Railway. [#​2308](https://gitlab.com/baserow/baserow/-/issues/2308) - Update Django to 4.1.X [#​761](https://gitlab.com/baserow/baserow/-/issues/761) - Added instructions on how to deploy Baserow to Digital Ocean Apps. [#​998](https://gitlab.com/baserow/baserow/-/issues/998) - Prepared Cloudron, all-in-one Docker image, and Heroku for having multiple application builder domains. ##### Bug fixes - Keep space for title in the row edit modal [#​1734](https://gitlab.com/baserow/baserow/-/issues/1734) - Avoid dangling snapshots [#​1793](https://gitlab.com/baserow/baserow/-/issues/1793) - Remove trailing spaces from datetime_format formula [#​2131](https://gitlab.com/baserow/baserow/-/issues/2131) - Fix get_adjacent_row bug causing not returning the correct adjacent row in certain situations. [#​2273](https://gitlab.com/baserow/baserow/-/issues/2273) - Fixes for Render deployments after changes for their plans. [#​2275](https://gitlab.com/baserow/baserow/-/issues/2275) - Fixes bug where the context menu was displaced if there was a vertical scrollbar (e.g. form form). [#​2286](https://gitlab.com/baserow/baserow/-/issues/2286) - Fix higher_than and lower_than frontend view filters for formula fields. [#​2289](https://gitlab.com/baserow/baserow/-/issues/2289) - Nullify single select field for KanbanView if it's been trashed. [#​711](https://gitlab.com/baserow/baserow/-/issues/711) - Fix cannot read properties of undefined workspace when navigating to a table that you don't have access to. - Fix bug where combined database and table level roles would not be respected when listing permissions. - Introduce Airtable import remove invalid surrogates JSON loads fallback. - Fixed a bug where the SENTRY_DSN env var was ignored. ##### Refactors - Redesign checkbox component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Refactor avatar UI component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - refactor badge component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Change analytics blacklist to whitelist [#​2204](https://gitlab.com/baserow/baserow/-/issues/2204) ##### Breaking API changes - New formulas returning a date_interval/duration are sent as number of seconds instead of a formatted string. [#​2190](https://gitlab.com/baserow/baserow/-/issues/2190) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
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.2
|
||||
appVersion: 1.22.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
@@ -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.16
|
||||
version: 11.1.17
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: baserow/baserow
|
||||
tag: 1.22.2@sha256:13b11201b4a4165d6c3b7d041c59a02fa82851ea8b465f43042a7c72e09b5742
|
||||
tag: 1.22.3@sha256:1ca1cdafa4c07e04c545d648d28fafa9fa3281beaa545bc68f8919811ea81195
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user