mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-08 06:02:01 -03:30
changelog.md: Document v1.55.0
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
1acf1b4a46
commit
93f76ec8f8
23
changelog.md
23
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
|
||||
|
||||
@ -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
|
||||
|
||||
10
staged_rollouts/v1.55.0.txt
Normal file
10
staged_rollouts/v1.55.0.txt
Normal file
@ -0,0 +1,10 @@
|
||||
4
|
||||
6
|
||||
9
|
||||
10
|
||||
35
|
||||
43
|
||||
46
|
||||
75
|
||||
84
|
||||
92
|
||||
Loading…
x
Reference in New Issue
Block a user