mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 17:21:56 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,33 +1,48 @@
|
||||
|
||||
## 16.1.0 (21-06-2025)
|
||||
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
## 16.0.1 (07-06-2025)
|
||||
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
## 16.0-10 (02-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 16.0-9 (02-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 16.0-8 (02-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 16.0-7 (02-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 16.0-6 (01-06-2025)
|
||||
- BREAKING CHANGE : now options must be configured from the addon options : OPENPROJECT_SECRET_KEY_BASE ; OPENPROJECT_HOST__NAME ; OPENPROJECT_HTTPS ; OPENPROJECT_DEFAULT__LANGUAGE
|
||||
|
||||
- BREAKING CHANGE : now options must be configured from the addon options : OPENPROJECT_SECRET_KEY_BASE ; OPENPROJECT_HOST**NAME ; OPENPROJECT_HTTPS ; OPENPROJECT_DEFAULT**LANGUAGE
|
||||
- BREAKING CHANGE : enable config.yaml for additional environment variables
|
||||
- BREAKING CHANGE : moved files to /config instead of /data to be able to see them
|
||||
- Add persistence for data attachements
|
||||
|
||||
## 16.0-3 (01-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 16.0 (31-05-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 25-05-2024
|
||||
|
||||
- Update to latest version from openproject/openproject (changelog : https://github.com/openproject/openproject/releases)
|
||||
|
||||
## 14.1.0-2 (22-05-2024)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 14.1.0 (22-05-2024)
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Openproject for Home Assistant",
|
||||
"environment": {
|
||||
@@ -14,10 +11,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "share:rw"],
|
||||
"name": "Openproject",
|
||||
"options": {
|
||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||
|
||||
Reference in New Issue
Block a user