Skip to content

Commit

Permalink
changelog.md: Document v1.55.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Sep 6, 2024
1 parent 1acf1b4 commit 93f76ec
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions generate_cohortes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions staged_rollouts/v1.55.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
4
6
9
10
35
43
46
75
84
92

0 comments on commit 93f76ec

Please sign in to comment.