chore: Update version

This commit is contained in:
Maksim Eltyshev
2026-03-01 16:53:11 +01:00
parent 5ebe320396
commit 2685e5d5fc
6 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -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
+7 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
export default '2.0.2';
export default '2.0.3';
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"client:build": "npm run build --prefix client",
+1 -1
View File
@@ -1 +1 @@
module.exports = '2.0.2';
module.exports = '2.0.3';