From 2685e5d5fc589af8ac16cee12ecb5c437ce49e69 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Sun, 1 Mar 2026 16:53:11 +0100 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/src/assets/docs/whats-new.md | 8 +++++++- client/src/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/version.js | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index f6214b3a..b62c8e29 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.2 +version: 2.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.2" +appVersion: "2.0.3" dependencies: - alias: postgresql diff --git a/client/src/assets/docs/whats-new.md b/client/src/assets/docs/whats-new.md index 710ccc0a..60acfb0c 100644 --- a/client/src/assets/docs/whats-new.md +++ b/client/src/assets/docs/whats-new.md @@ -1,4 +1,10 @@ -# [2.0.2] - 2026-02-23 +# [2.0.3] - 2026-03-01 + +### Fixed + +* Improve security by ensuring the outgoing proxy is not accessible from outside + +## [2.0.2] - 2026-02-23 ### Fixed diff --git a/client/src/version.js b/client/src/version.js index 1cce2c63..43105d2f 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.2'; +export default '2.0.3'; diff --git a/package-lock.json b/package-lock.json index 61e9a207..3d54293b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.2", + "version": "2.0.3", "hasInstallScript": true, "dependencies": { "concurrently": "^9.2.1", diff --git a/package.json b/package.json index 3b96c92f..dd2e3e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.2", + "version": "2.0.3", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index 2b3f38c9..d4aad208 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.2'; +module.exports = '2.0.3';