chore(helm): update image docker.io/baserow/baserow 2.0.3 → 2.0.4 (#42855)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://redirect.github.com/baserow/baserow) | patch | `2da1c2f` -> `b7cb6fd` | --- > [!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> ### [`v2.0.4`](https://redirect.github.com/baserow/baserow/blob/HEAD/changelog.md#Released-204) [Compare Source](https://redirect.github.com/baserow/baserow/compare/2.0.3...2.0.4) ##### New features - \[Core] Allow setting multiple BASEROW\_PUBLIC\_URL [#​2593](https://redirect.github.com/baserow/baserow/issues/2593) [#​2593](https://redirect.github.com/baserow/baserow/-/issues/2593) - \[Database] Allow to add missing fields to date dependency configuration [#​4228](https://gitlab.com/baserow/baserow/-/issues/4228) - \[Builder] Added a 'Create new data source' link at the bottom of iterate/table element dropdowns for quicker data source creation. - \[Integration] Improved the Local Baserow action fields so that they inform users about what data type they expect to receive. ##### Bug fixes - \[Database] handle date overflow in postgresql -> python conversion [#​3324](https://gitlab.com/baserow/baserow/-/issues/3324) - \[Database] Timeline view - fetch all rows again if a filter is disabled. [#​4136](https://redirect.github.com/baserow/baserow/-/issues/4136) - \[Builder] Show a specific error when a page is being renamed to an existing page's name. [#​4183](https://redirect.github.com/baserow/baserow/-/issues/4183) - \[Automation] Show a specific error when a workflow is being renamed to an existing workflow's name. [#​4183](https://redirect.github.com/baserow/baserow/-/issues/4183) - \[Automation] Fixed a potential crash while deleting a workflow. [#​4293](https://redirect.github.com/baserow/baserow/-/issues/4293) - \[Database] Handle exceptions like GenerativeAIPromptError in UI [#​4350](https://redirect.github.com/baserow/baserow/-/issues/4350) - \[Core] Resolved a bug which prevented formula fields from working correctly with HTML content. [#​4377](https://redirect.github.com/baserow/baserow/-/issues/4377) - \[Builder] Gracefully handle fetching data source services when the specific instance is missing. [#​4389](https://redirect.github.com/baserow/baserow/-/issues/4389) - \[Builder] Fixed a bug where domain names were not correctly validated during domain creation. [#​4399](https://redirect.github.com/baserow/baserow/-/issues/4399) - \[Core] Improved error handling when FormulaField value is not JSON serializable. [#​4402](https://redirect.github.com/baserow/baserow/-/issues/4402) - \[Database] Do not fail hard when ArrayValueSerializer throws ConversionSyntax exception [#​4424](https://redirect.github.com/baserow/baserow/-/issues/4424) - \[Database] Fix an issue where "Rows enter view" webhook shows stale rows when webhook is deleted and recreated [#​4437](https://redirect.github.com/baserow/baserow/-/issues/4437) - \[Builder] Resolved a bug in element visibility which prevented form data from being used. - \[Builder] Resolved a bug which prevented the table element fields from being styled. ##### Refactors - \[Database] Optimize test suite by deferring heavy signals by default [#​4373](https://redirect.github.com/baserow/baserow/-/issues/4373) - \[Integration] Improved one-way and two-way data sync support in Local Baserow actions. </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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: 2.0.3
|
||||
appVersion: 2.0.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.11
|
||||
@@ -44,5 +44,5 @@ sources:
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
- https://hub.docker.com/r/baserow/baserow
|
||||
type: application
|
||||
version: 17.4.4
|
||||
version: 17.4.5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/baserow/baserow
|
||||
tag: 2.0.3@sha256:2da1c2f9229cd9cb26822fbb34fa94882670a5ec4f715b796d367eeea0641807
|
||||
tag: 2.0.4@sha256:b7cb6fd1a85ba39c6292d376b61548c6189569e98f5e6b670bdd956d26be81e1
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user