Skip to content

Commit dce6a9f

Browse files
committed
Update changelog.md
Signed-off-by: Tobias Knöppler <[email protected]>
1 parent f2772ff commit dce6a9f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [v1.51.0](https://github.com/nextcloud/nextcloudpi/tree/v1.51.0) (2023-01-22) Update to Nextcloud 25.0.3 and new PortCheck Service
2+
3+
### Changes
4+
5+
- Push latest supported version of Nextcloud to 25.0.3
6+
- Use new PortCheck backend (shoutout to [@ZendaiOwl](https://github.com/ZendaiOwl))
7+
- Add ncp app for manually clearing the PHP opcache (including file cache)
8+
-
9+
10+
### Fixes
11+
12+
- Remove deprecated apt package `php-json` and warn users if `php8.2-*` packages are detected on their instance
13+
- Whenever ncp sends a notification, all NC users in the admin group will now receive it (instead of the first admin user)
14+
- Fix bug in ncp-update-nc that would prevent the backup from being restored on error in some cases
15+
- Adjust PHP opcache config to hopefully avoid one source of opcache JIT segmentation fault errors
16+
- Disable PHP opcache for cli usage (so the segmentation faults don't affect ncp tools and ncc commands)
17+
- (docker) Fix display of nextcloud logs in container output in some cases
18+
- (docker) Config files of new ncp apps are now properly installed
19+
20+
### Development related
21+
22+
- (CI/CD) Include NC updates in update integration tests
23+
- (CI/CD) Improve output formatting and robustness for sd image tests
24+
- (CI/CD) Disable image builds and tests that are known to fail for reasons out of our influence
25+
126
## [v1.50.5](https://github.com/nextcloud/nextcloudpi/tree/v1.50.5) (2023-01-08) Various fixes and update to NC 24.0.8
227

328
### Changes

0 commit comments

Comments
 (0)