GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-20 23:58:03 +00:00
parent 07c2653f17
commit 6b480698f3
2 changed files with 34 additions and 11 deletions

View File

@@ -1,75 +1,101 @@
## 20250617.1 (21-06-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250608.2 (13-06-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250527 (07-06-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.6.2 (26-04-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250408 (19-04-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250407 (12-04-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250325 (05-04-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.6.1 (22-03-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250126.1-1 (07-02-2025)
- Adapt to new upstream logic
## 20250126.1 (01-02-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250121 (25-01-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250111 (18-01-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20250108 (11-01-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20241224 (04-01-2025)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20240414.1 (30-11-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.5.7 (16-11-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.5.6 (21-09-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.5.4 (24-08-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.5.3 (03-08-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20240414.1 (29-06-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.5.2 (11-05-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 20240414.1 (20-04-2024)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 1.4.5-3 (29-03-2024)
- ⚠ Previous version had a critical bug that might have led to the deletion of your configurations... I apologize for that - the only way to recover them is by going in the last backup that you had of your /config directory (likely last time you did a full backup of your homeassistant system). Btw I highly recommend automated weekly backups using a tool such as https://github.com/sabeechen/hassio-google-drive-backup
## 1.4.5-2 (28-03-2024)
- ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/fireflyiii_date_importer in a folder only accessible from my Filebrowser addon called /addon_configs/db21ed7f_fireflyiii_date_importer. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/
## 1.4.5 (23-03-2024)
- Update to latest version from firefly-iii/data-importer
## 1.4.4 (24-02-2024)
@@ -103,6 +129,7 @@
## 1.3.9 (04-11-2023)
- Update to latest version from firefly-iii/data-importer
## 1.3.9 (01-11-20223)
- Adds config to allow automation
@@ -126,9 +153,11 @@
## version-1.3.1 (08-07-2023)
- Update to latest version from fireflyiii/data-importer
## 1.3.1-2 (04-07-2023)
- Minor bugs fixed
## version-v1.3.1 (04-07-2023)
- Update to latest version from fireflyiii/data-importer
@@ -136,11 +165,13 @@
## version-v1.0.2 (10-06-2023)
- Update to latest version from fireflyiii/data-importer
## version-1.2.2-3 (28-03-2023)
- Minor bugs fixed
- Allow IMPORT_DIR_WHITELIST
-
## version-1.2.2-2 (25-03-2023)
- Minor bugs fixed

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Data importer for Firefly III (separate addon)",
"devices": [
@@ -73,12 +70,7 @@
},
"image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}",
"init": false,
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"ssl"
],
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl"],
"name": "Firefly iii Data Importer",
"options": {
"CONFIG_LOCATION": "/config"