Skip to content

Commit 04174e7

Browse files
authored
Prepare for 2.2.2 (baserow#5271)
1 parent 67c6a01 commit 04174e7

49 files changed

Lines changed: 177 additions & 155 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.2.1
31+
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.2.2
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.2.1
111+
Version: 2.2.2
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.2.1"
9+
export BASEROW_VERSION="2.2.2"
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
@@ -494,7 +494,7 @@
494494
"name": "MIT",
495495
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
496496
},
497-
"VERSION": "2.2.1",
497+
"VERSION": "2.2.2",
498498
"SERVE_INCLUDE_SCHEMA": False,
499499
"TAGS": [
500500
{"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.2.1"
1+
VERSION = "2.2.2"

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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Released 2.2.2
4+
5+
### New features
6+
* [Automation] Send notification when a workflow is disabled [#5186](https://github.com/baserow/baserow/issues/5186)
7+
* [Core] Allow self-hosted operators to inject custom client-side scripts via environment variables.
8+
9+
### Bug fixes
10+
* [Builder] Resolved a bug which prevented users from creating data sources from the data source dropdown's footer. [#5118](https://github.com/baserow/baserow/issues/5118)
11+
* [Core] Give Kuma the current license tier in its context and steer uncertain feature or plan questions to docs search. [#5210](https://github.com/baserow/baserow/issues/5210)
12+
* [Core] Hardened user uploaded media serving and neutralized active-content file uploads by default.
13+
* [Builder] stop infinite `/dispatch-data-sources/` refetch loop in page editor
14+
15+
### Refactors
16+
* [Automation] Optimize Automation History clean-up by moving it to a separate periodic task.
17+
18+
319
## Released 2.2.1
420

521
### New features

changelog/entries/unreleased/bug/5118_resolved_a_bug_which_prevented_users_from_creating_data_sour.json renamed to changelog/entries/2.2.2/bug/5118_resolved_a_bug_which_prevented_users_from_creating_data_sour.json

File renamed without changes.

changelog/entries/unreleased/bug/5210_kuma_plan_context_and_hallucination_guardrail.json renamed to changelog/entries/2.2.2/bug/5210_kuma_plan_context_and_hallucination_guardrail.json

File renamed without changes.

changelog/entries/unreleased/bug/harden_user_file_media_serving.json renamed to changelog/entries/2.2.2/bug/harden_user_file_media_serving.json

File renamed without changes.

changelog/entries/unreleased/bug/stop_infinite_dispatchdatasources_refetch_loop_in_page_edito.json renamed to changelog/entries/2.2.2/bug/stop_infinite_dispatchdatasources_refetch_loop_in_page_edito.json

File renamed without changes.

0 commit comments

Comments
 (0)