From 5280f7b0369b2d5202fa4a540c6391f47178a97d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 25 Dec 2023 01:53:29 +0100 Subject: [PATCH] chore(deps): update container image baserow/baserow to v1.22.1@fb2b92c by renovate (#16484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [baserow/baserow](https://gitlab.com/baserow/baserow) | minor | `1.21.2` -> `1.22.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
baserow/baserow (baserow/baserow) ### [`v1.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1) ##### Bug fixes - Fix bug causing Baserow to use empty jwt secret by default when running baserow from docker compose. [#​2160](https://gitlab.com/baserow/baserow/-/issues/2160) - Fixed incorrect handling of row moved warning. ### [`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0) ##### New features - Add support for multiple select in the formula field. Add `has_option` formula to check if a multiple select field has a specific option. [#​1363](https://gitlab.com/baserow/baserow/-/issues/1363) - Group rows by field. [#​143](https://gitlab.com/baserow/baserow/-/issues/143) - Allow switching between personal and collaborative views. [#​1449](https://gitlab.com/baserow/baserow/-/issues/1449) - Added UUID field type. [#​1463](https://gitlab.com/baserow/baserow/-/issues/1463) - Allow choosing a checkbox input option for the multiple select field in the form view. [#​1899](https://gitlab.com/baserow/baserow/-/issues/1899) - Add chips UI component [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Redesign context and select menus [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Restyle input and textarea [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Restyle radio button [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Add Last Modified By field [#​2042](https://gitlab.com/baserow/baserow/-/issues/2042) - Send a notification on form submission to subscribed users. [#​2054](https://gitlab.com/baserow/baserow/-/issues/2054) - Allow to follow/unfollow comments on a specific row. [#​2086](https://gitlab.com/baserow/baserow/-/issues/2086) - Display 'available in premium version' message for non-premium users when switching view to Personal [#​2087](https://gitlab.com/baserow/baserow/-/issues/2087) - Add the duration field type. [#​2088](https://gitlab.com/baserow/baserow/-/issues/2088) - Add support for sorting Last Modified By fields [#​2106](https://gitlab.com/baserow/baserow/-/issues/2106) - Add support for search for last modified by field type [#​2108](https://gitlab.com/baserow/baserow/-/issues/2108) - Add is, is not, empty, not empty filters for last modified by field [#​2109](https://gitlab.com/baserow/baserow/-/issues/2109) - Immediate frontend rendering for changing Last modified by field values [#​2113](https://gitlab.com/baserow/baserow/-/issues/2113) - Add the created_by field type. [#​624](https://gitlab.com/baserow/baserow/-/issues/624) - Add autonumber field [#​811](https://gitlab.com/baserow/baserow/-/issues/811) - Allow choosing a radio input option for the single select field in the form view. [#​813](https://gitlab.com/baserow/baserow/-/issues/813) - Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to change the cookie sameSite value. - New templates: - Beverage Sales Management - Car Comparison - ESG Management - Staff Development ##### Bug fixes - Fixed incorrect font in emails by introducing fallback. [#​1947](https://gitlab.com/baserow/baserow/-/issues/1947) - Fixes the deadlock errors that can occur when updating TSV cells. [#​1984](https://gitlab.com/baserow/baserow/-/issues/1984) - Fix shift arrow selection on grid view when primary key field option is not first [#​1998](https://gitlab.com/baserow/baserow/-/issues/1998) - Make date field responsive in Row dialog. [#​2048](https://gitlab.com/baserow/baserow/-/issues/2048) - Fixed a bug that prevented table duplication when a 'Link to Table' field is modified to link to a different table. [#​2053](https://gitlab.com/baserow/baserow/-/issues/2053) - Remove the 'App pitch planner' database from the 'Elementary School Management System' template. [#​2060](https://gitlab.com/baserow/baserow/-/issues/2060) - Fix a bug causing the 'Duplicate row' in the UI not showing values correctly for single and multiple select fields. [#​2068](https://gitlab.com/baserow/baserow/-/issues/2068) - Fix a bug preventing lookup fields to work properly with last modified fields. [#​2081](https://gitlab.com/baserow/baserow/-/issues/2081) - Fixed a bug causing the UI to freeze on clicking the already opened table link in sidebar. [#​2082](https://gitlab.com/baserow/baserow/-/issues/2082) - Fix filename inconsistency for downloaded files [#​2096](https://gitlab.com/baserow/baserow/-/issues/2096) - Disable incompatible filters in public views [#​2116](https://gitlab.com/baserow/baserow/-/issues/2116) - Fix values not being updated in row edit modal if the row is not in the buffer. [#​2128](https://gitlab.com/baserow/baserow/-/issues/2128) - Fix a bug causing comments not syncing in row edit modal on navigation. [#​2144](https://gitlab.com/baserow/baserow/-/issues/2144) - Fix bug causing the notification panel to crash with comment notifications lacking user sender [#​2157](https://gitlab.com/baserow/baserow/-/issues/2157) - Disable session recording in Posthog to prevent ReportingObserver error. - Fix show paginated response of the APIListingView in the OpenAPI spec. - Fixed undefined event when copying rows via multiple row context. - Fix duplicate darker color in palette. - Fix limit of the multiple selection in the web-frontend - Resolve the postcss-loader warnings. - Fix bug where commenters were not able to see row comments and change history. - Suppress redirect error when selecting the database application. ##### Refactors - Alert and toast refactor [#​1918](https://gitlab.com/baserow/baserow/-/issues/1918) - Reduce the amount of data written from automatic field updates when possible. [#​2021](https://gitlab.com/baserow/baserow/-/issues/2021) - Pick a valid view from the available ones if a rowId is provided in the route params. [#​2095](https://gitlab.com/baserow/baserow/-/issues/2095) - Add the `workspace_id` and the `database_id` to webhook payload. [#​2147](https://gitlab.com/baserow/baserow/-/issues/2147) - Improved performance of the field dependency updating. - Improved performance of the field serialized import export, resulting in fast duplication.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/baserow/Chart.yaml | 62 +++++++++++++++---------------- charts/stable/baserow/values.yaml | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index eb1e66eb7b5..9afeb05c3ec 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -1,43 +1,43 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: baserow -version: 9.0.12 -appVersion: 1.21.2 +version: 9.1.0 +appVersion: 1.22.1 description: Baserow is an open source no-code database tool and Airtable alternative. home: https://truecharts.org/charts/stable/baserow icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png deprecated: false sources: - - https://hub.docker.com/r/baserow/baserow - - https://gitlab.com/bramw/baserow/ - - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://gitlab.com/bramw/baserow/ + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://hub.docker.com/r/baserow/baserow maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - baserow + - baserow dependencies: - - name: common - version: 16.2.21 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 10.0.17 - repository: https://deps.truecharts.org - condition: redis.enabled - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.21 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 10.0.17 + repository: https://deps.truecharts.org + condition: redis.enabled + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: productivity + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/baserow/values.yaml b/charts/stable/baserow/values.yaml index 4be2b7c3650..756d90b16b4 100644 --- a/charts/stable/baserow/values.yaml +++ b/charts/stable/baserow/values.yaml @@ -1,6 +1,6 @@ image: repository: baserow/baserow - tag: 1.21.2@sha256:44857a580fa1c9a1bb3ea194e09ec28bd77499156c50a160a637f04ab1158b85 + tag: 1.22.1@sha256:fb2b92ce6cc3dba54fa9455c57493990a25f94465fb902f0f65932fb5d981965 pullPolicy: IfNotPresent securityContext: container: