chore: Update version
This commit is contained in:
@@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "2.1.0"
|
appVersion: "2.2.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- alias: postgresql
|
- alias: postgresql
|
||||||
|
|||||||
@@ -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
|
### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export default '2.1.1';
|
export default '2.2.0';
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"concurrently": "^10.0.4",
|
"concurrently": "^10.0.4",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client:build": "npm run build --prefix client",
|
"client:build": "npm run build --prefix client",
|
||||||
|
|||||||
+1
-1
@@ -105,6 +105,6 @@
|
|||||||
"swagger-jsdoc": "^6.2.8"
|
"swagger-jsdoc": "^6.2.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=24"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
module.exports = '2.1.1';
|
module.exports = '2.2.0';
|
||||||
|
|||||||
Reference in New Issue
Block a user