changelog.md: Document v1.55.0

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-09-06 17:50:03 +02:00
parent 1acf1b4a46
commit 93f76ec8f8
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
3 changed files with 35 additions and 0 deletions

View File

@ -1,5 +1,28 @@
# NextcloudPi Changelog
## [v1.55.0](https://github.com/nextcloud/nextcloudpi/tree/v1.55.0) (2024-09-06) Support for PHP 8.3 and Nextcloud 29
### Changes
- Support for Nextcloud 29
- Support for PHP 8.3
- Run `maintenance:repair --include-expensive` after NC update if necessary
- Add logrotate for redis, apache and mysql logs
- Add support for the OrangePi 5 and OrangePi 5 Plus boards
### Fixes
- Fix bug in nc-format-USB.sh (thanks @m-breitbach)
- Nextcloud updater fixes
- Fix constant retries of the auto update if on a version that's later than the last officially supported one [#1965](https://github.com/nextcloud/nextcloudpi/issues/1965)
- Fix incorrect detection of os constraints for NC updates beyond v28 [#1960](https://github.com/nextcloud/nextcloudpi/issues/1960)
- Fix user requested version being ignored if a later version was available
- Improve stability of nc-encrypt by daemonizing the encryption process [#1874](https://github.com/nextcloud/nextcloudpi/issues/1874)
### Development related
- Perform nc update tests for both lxd as well as vms during CI/CD
## [v1.54.3](https://github.com/nextcloud/nextcloudpi/tree/v1.54.3) (2024-08-11) Improved Nextcloud (auto) updates
### Fixes

View File

@ -5,6 +5,8 @@ target_file="${2?}"
all=({100..1})
cohortes=()
touch "${target_file?}"
while IFS="" read -r line || [ -n "$line" ]
do
[[ -n "$line" ]] || continue

View File

@ -0,0 +1,10 @@
4
6
9
10
35
43
46
75
84
92