chore(helm): update image docker.io/baserow/baserow 2.0.1 → 2.0.2 (#42184)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `6da1ea0` -> `8061440` | --- > [!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.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-202) [Compare Source](https://gitlab.com/baserow/baserow/compare/2.0.1...2.0.2) ##### New features - \[Integration] Allow the Local Baserow 'update row' service to update data synced tables with writable fields. [#​3799](https://redirect.github.com/baserow/baserow/-/issues/3799) ##### Bug fixes - \[Database] Adjust image orientation based on exif data [#​4247](https://redirect.github.com/baserow/baserow/-/issues/4247) - \[Automation] Fixed a bug where creating a workflow would cause a crash for another user viewing a different app. [#​4293](https://redirect.github.com/baserow/baserow/-/issues/4293) - \[Automation] Allow to duplicate nodes inside container nodes [#​4294](https://redirect.github.com/baserow/baserow/-/issues/4294) - \[Builder] Improve performances when editing a create/update workflow action with a lot of table fields - \[Integration] Resolved BASEROW\_INTEGRATIONS\_PERIODIC\_MINUTE\_MIN env variable bug. ##### Refactors - \[Database] Make read/write DB routing consistent for http requests and background tasks [#​3848](https://gitlab.com/baserow/baserow/-/issues/3848) - \[Builder] Fix missing form data after first render (SSR) [#​4268](https://redirect.github.com/baserow/baserow/-/issues/4268) - \[Core] Improve formula editor ##### Breaking API changes - \[Builder] Number field values returned by local baserow integrations are now actual numbers instead of string [#​4219](https://redirect.github.com/baserow/baserow/-/issues/4219) </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/min_kubernetes_version: 1.24.0
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.0.1
|
appVersion: 2.0.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.29.1
|
version: 28.29.1
|
||||||
@@ -44,5 +44,5 @@ sources:
|
|||||||
- https://gitlab.com/bramw/baserow/
|
- https://gitlab.com/bramw/baserow/
|
||||||
- https://hub.docker.com/r/baserow/baserow
|
- https://hub.docker.com/r/baserow/baserow
|
||||||
type: application
|
type: application
|
||||||
version: 17.4.0
|
version: 17.4.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/baserow/baserow
|
repository: docker.io/baserow/baserow
|
||||||
tag: 2.0.1@sha256:6da1ea02ae07a087dcc91aece22a871d03dce659073557620feb016a81e1c6d1
|
tag: 2.0.2@sha256:8061440feaeaed9e6bd3a6552d941f26315d3862ced1dc8a7abb2c0070b85d64
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user