Skip to content

Commit 01a1624

Browse files
authored
Prepare for 2.1.3 (baserow#4891)
1 parent b946231 commit 01a1624

54 files changed

Lines changed: 171 additions & 584 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ existing tools and performs at any scale.
2828
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)
2929

3030
```bash
31-
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.1.2
31+
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.1.3
3232
```
3333

3434
![Baserow database screenshot](docs/assets/screenshot.png "Baserow database screenshot")
@@ -108,7 +108,7 @@ Created by Baserow B.V. - bram@baserow.io.
108108

109109
Distributes under the MIT license. See `LICENSE` for more information.
110110

111-
Version: 2.1.2
111+
Version: 2.1.3
112112

113113
The official repository can be found at https://github.com/baserow/baserow.
114114

backend/docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
77
# ======================================================
88

9-
export BASEROW_VERSION="2.1.2"
9+
export BASEROW_VERSION="2.1.3"
1010

1111
# Used by docker-entrypoint.sh to start the dev server
1212
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.

backend/src/baserow/config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
"name": "MIT",
454454
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
455455
},
456-
"VERSION": "2.1.2",
456+
"VERSION": "2.1.3",
457457
"SERVE_INCLUDE_SCHEMA": False,
458458
"TAGS": [
459459
{"name": "Settings"},

backend/src/baserow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.1.2"
1+
VERSION = "2.1.3"

backend/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Released 2.1.3
4+
5+
### Bug fixes
6+
* [Core] Install tzdata-legacy in all-in-one image for timezones removed after the upgrade to trixie.
7+
8+
### Refactors
9+
* [Core] Upgrade redis-server in all-in-one image to resolve CVEs
10+
11+
### Breaking API changes
12+
* [Core] Remove outdated plugin boilerplate.
13+
14+
315
## Released 2.1.2
416

517
### Bug fixes

changelog/entries/unreleased/breaking_change/remove_plugin_boilerplate.json renamed to changelog/entries/2.1.3/breaking_change/remove_plugin_boilerplate.json

File renamed without changes.

changelog/entries/unreleased/bug/install_tzdatalegacy_in_allinone_image_for_timezones_removed.json renamed to changelog/entries/2.1.3/bug/install_tzdatalegacy_in_allinone_image_for_timezones_removed.json

File renamed without changes.

changelog/entries/unreleased/refactor/upgrade_redisserver_in_allinone_image_to_resolve_cves.json renamed to changelog/entries/2.1.3/refactor/upgrade_redisserver_in_allinone_image_to_resolve_cves.json

File renamed without changes.

changelog/releases.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"releases": [
3+
{
4+
"name": "2.1.3",
5+
"created_at": "2026-02-27"
6+
},
37
{
48
"name": "2.1.2",
59
"created_at": "2026-02-26"

0 commit comments

Comments
 (0)