Skip to content

feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.6#45628

Closed
truecharts-admin wants to merge 3 commits intomasterfrom
renovate/helm-values-docker.io-baserow-baserow-2.1.x
Closed

feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.6#45628
truecharts-admin wants to merge 3 commits intomasterfrom
renovate/helm-values-docker.io-baserow-baserow-2.1.x

Conversation

@truecharts-admin
Copy link
Copy Markdown
Contributor

@truecharts-admin truecharts-admin commented Feb 27, 2026

This PR contains the following updates:

Package Update Change
docker.io/baserow/baserow minor e2db4d86df3e6a

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

baserow/baserow (docker.io/baserow/baserow)

v2.1.6

Compare Source

Bug fixes
  • [Integration] Resolved a bug in the periodic trigger which prevented it from being scheduled correctly.

v2.1.5

Compare Source

Bug fixes
  • [Database] Remove ollama dependency #​4962
  • [Core] Fix a bug that caused an error when running the backend and frontend images as different users.
  • [Core] Fix error page on token expiration to redirect to login
  • [Builder] Fixed a bug that could cause a stale page ID to be set even after deleting the page.
  • [Core] Improved the scheduling system in the periodic service.
  • [Builder] Resolved a bug where a container-type element with a visibility condition would be unable to use form data in its formula.
  • [Automation] Resolved a bug which caused the periodic trigger to reset its minute value if the interval was set to minute.
  • [Automation] Resolved an issue which prevented hour and minute values from persisting in the periodic trigger form.
Refactors
  • [Automation] Add support for dispatching automation nodes asynchronously. #​3838
  • [Database] Update langchain to 0.3.28 #​4965

v2.1.4

Compare Source

Bug fixes
  • [Database] Migrate jira sync table endpoint #​4888
  • [Database] Fix number formatting for row history entries #​4898
  • [Core] Re-add docker entrypoint in the web-frontend image for backward compatibility with custom docker-compose or Helm charts that override the container command.
  • [Automation] Resolved an issue which prevented router nodes from being renamed once they had branches.
  • [Automation] Resolved an issue which prevented summarize rows nodes in automation workflows from working correctly.
  • [Builder] Resolved an issue which prevented the application builder table element's boolean fields from being checked correctly.
Refactors
  • [Core] Upgrade sentry to resolve a CVE in minimatch

v2.1.3

Compare Source

Bug fixes
  • [Core] Install tzdata-legacy in all-in-one image for timezones removed after the upgrade to trixie.
Refactors
  • [Core] Upgrade redis-server in all-in-one image to resolve CVEs
Breaking API changes
  • [Core] Remove outdated plugin boilerplate.

v2.1.2

Compare Source

Bug fixes
  • [Builder] Resolved a bug which prevented user source users from being searched. #​4850
  • [Integration] Resolved a bug which prevented builder data source and workflow action filtering with formula values from working correctly. #​4860
  • [Builder] Resolved a bug which caused table and repeat element load more buttons to only load more after a second click. #​4862
  • [Builder] Resolved a caching issue when applications users had no role set.
  • [Builder] Resolved a data input bug which prevented optional numeric inputs from being accepted.
  • [Builder] Use error page in preview
Refactors
  • [Core] Upgrade caddy to 2.11.1.

v2.1.1

Compare Source

Bug fixes
  • [Database] Fixed Importing rows with 'period, comma' separated Number fields doesn't import numbers correctly. #​4786
  • [Builder] Set correct locale in application builder date picker.
  • [Core] Fixed deleting multiple rows with active filters and hidden filtered field.
  • [Core] Fixed prevent moving forward in scratch onboarding step validation bug.
  • [Database] Fix table reorder bug with realtime event.
  • [Builder] Fix re-opening new data source modal bug.
  • [Core] Fix slow query fetching notifications to send.
  • [Core] Fix wrong date selection in the datepicker when editing values directly in the text input.
  • [Database] Handle missing parsedData in reloadPreview().
  • [Database] Return 404 when view doesn't exist in batch delete rows endpoint.

v2.1.0

Compare Source

New features
  • [Core] Add Kuma to onboarding and reorganize the steps.
  • [Core] Add Ukrainian languauge.
  • [Core] Allow pasting in 6 digit auth code input.
  • [Core] Introduced management command to permanently delete user files uploaded by user.
  • [Core] List all application types in left sidebar, even if there are no items in there.
Bug fixes
  • [Database] Fixed FileSizeTooLargeError when importing Airtable database with files. #​3635
  • [Database] Fixed a bug preventing Collaborator field from being upserted by user ID. #​3954
  • [Integration] Fixed a bug where the collaborators field couldn't be updated via upsert actions. #​3954
  • [Database] Improve UX for search items that don't have anything to navigate to #​4182
  • [Core] Resolved a bug where unsubscribing from a Baserow page's realtime events wouldn't work correctly. #​4520
  • [Database] Do not show trashed rows in search results #​4525
  • [Database] Fix Generate all AI values doesn't work when the output field is Single Select and Generate only values for empty cells is checked #​4596
  • [Database] Fix importing a database with an AI field associated with an ai_auto_update_user #​4601
  • [Automation] Fixed a bug where a previously tested node's sample data would disappear in the UI after adding a new node.
  • [Database] Fix AI field keyboard shortcuts #​4499
  • [Core] Fixed Celery time limits to use the correct config names.
  • [Core] Improve docs search accuracy for the AI Assistant
  • [Integration] Improved error handling in the Local Baserow single table row action.
  • [Core] Improved the token_auth endpoint's response labels so that developers can differentiate between 2fa enabled and 2fa disabled responses.
  • [Database] Handle KeyError exception when generating formulas with AI.
  • [Core] Fix missing front-end job types are not handled properly #​4544
  • [Database] Fix field mapping when importing CSV #​3259
  • [Core] Resolved a bug in the AI integration which prevented workspaces from being exported and then imported correctly.
  • [Core] Resolved a bug in the Baserow formula parser which prevented the OR operator (||) from being applied correctly.
  • [Builder] Resolved a validation bug in the data input element which considered '0' an invalid number.
  • [Database] Fix Create row modal inside linked row field fails if the primary field is of type formula array #​4547
Refactors
  • [Database] Debounce AI field value generation, that has been triggered from auto update. #​4317
  • [Automation] Improved workflow rate limiter performance by checking limits before queuing tasks. #​4582
  • [Core] Lazy import libraries to reduce initial memory footprint
  • [Core] refactor $children
  • [Core] Replace dev.sh and makefile with justfiles. Use uv to manage python in the backend.
  • [Core] Replace Python linting and formatting toolchain (autopep8, black, flake8, isort, bandit) with ruff
  • [Core] Update from Nuxt 2 to Nuxt 3 #​854

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link
Copy Markdown
Member

@Crow-Control Crow-Control left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@truecharts-admin truecharts-admin force-pushed the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch 2 times, most recently from e28c97c to f79c508 Compare March 4, 2026 22:47
@truecharts-admin truecharts-admin changed the title feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.3 feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.4 Mar 4, 2026
@truecharts-admin truecharts-admin force-pushed the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch 2 times, most recently from e2215f6 to 4b22020 Compare March 12, 2026 19:42
@truecharts-admin truecharts-admin changed the title feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.4 feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.5 Mar 12, 2026
@truecharts-admin truecharts-admin force-pushed the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch 3 times, most recently from 8bbd79c to 1347542 Compare March 13, 2026 20:02
@truecharts-admin truecharts-admin changed the title feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.5 feat(baserow): update image docker.io/baserow/baserow 2.0.6 → 2.1.6 Mar 13, 2026
@truecharts-admin truecharts-admin force-pushed the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch 6 times, most recently from a07a206 to 0d19c39 Compare March 20, 2026 16:30
@truecharts-admin truecharts-admin force-pushed the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch from 0d19c39 to 9ab1e87 Compare March 25, 2026 17:59
Removed security context settings for the container.

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Added security context to the main container configuration.

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

📝 Linting results:

✔️ Linting [charts/stable/baserow]: Passed - Took 0 seconds
Total Charts Linted: 1
Total Charts Passed: 1
Total Charts Failed: 0

✅ Linting: Passed - Took 1 seconds

@alfi0812 alfi0812 closed this Mar 27, 2026
auto-merge was automatically disabled March 27, 2026 06:22

Pull request was closed

@truecharts-admin truecharts-admin deleted the renovate/helm-values-docker.io-baserow-baserow-2.1.x branch March 27, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Categorises a PR or issue that references a new App. renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants