chore: Update version

This commit is contained in:
Daniel Hiller
2026-08-09 22:36:27 +02:00
parent 3ef87a8603
commit 2684198bf8
7 changed files with 33 additions and 9 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.1.0
version: 2.2.0
# 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.1.0"
appVersion: "2.2.0"
dependencies:
- alias: postgresql
+25 -1
View File
@@ -1,4 +1,28 @@
# [2.1.1] - 2026-04-18
# [2.2.0] - 2026-08-09
### ⚠️ Breaking changes
* OIDC/SSO has been removed and is now part of PLANKA Pro
* **All SSO-based users have been deactivated**, since they no longer have a password login — an admin can set a password for each of them and reactivate them
* Node.js 24 is now required for source and manual installations (Docker users are unaffected)
### Added
* Add two-factor authentication via TOTP, with recovery codes and admin reset
* Add configurable auto logout on inactivity, with a warning before sign-out
* Add trusted devices to skip two-factor authentication for a set period
### Changed
* Replace user edit popups in administration with a single modal
* Update dependencies and align CI with Node 24
### Removed
* Remove OIDC and SSO support (moved to PLANKA Pro)
* Remove armv7 Docker image builds
## [2.1.1] - 2026-04-18
### Added
+1 -1
View File
@@ -1 +1 @@
export default '2.1.1';
export default '2.2.0';
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "planka",
"version": "2.1.1",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "planka",
"version": "2.1.1",
"version": "2.2.0",
"hasInstallScript": true,
"dependencies": {
"concurrently": "^10.0.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"scripts": {
"client:build": "npm run build --prefix client",
+1 -1
View File
@@ -105,6 +105,6 @@
"swagger-jsdoc": "^6.2.8"
},
"engines": {
"node": ">=20"
"node": ">=24"
}
}
+1 -1
View File
@@ -1 +1 @@
module.exports = '2.1.1';
module.exports = '2.2.0';