From 93f76ec8f8f065866ebb6b369f856074841a8094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:50:03 +0200 Subject: [PATCH] changelog.md: Document v1.55.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- changelog.md | 23 +++++++++++++++++++++++ generate_cohortes.sh | 2 ++ staged_rollouts/v1.55.0.txt | 10 ++++++++++ 3 files changed, 35 insertions(+) create mode 100644 staged_rollouts/v1.55.0.txt diff --git a/changelog.md b/changelog.md index 81ea9edd..09409ce8 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/generate_cohortes.sh b/generate_cohortes.sh index 83fc87b4..42bd3bd2 100755 --- a/generate_cohortes.sh +++ b/generate_cohortes.sh @@ -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 diff --git a/staged_rollouts/v1.55.0.txt b/staged_rollouts/v1.55.0.txt new file mode 100644 index 00000000..8126544f --- /dev/null +++ b/staged_rollouts/v1.55.0.txt @@ -0,0 +1,10 @@ +4 +6 +9 +10 +35 +43 +46 +75 +84 +92 \ No newline at end of file