-
Notifications
You must be signed in to change notification settings - Fork 953
Closed
Labels
overviewOverview of other issuesOverview of other issues
Milestone
Description
Follow up to #5544
(add the most recent ticket for a new release here)
Tested:
(add PRs below that are potentially breaking and need to be well tested)
- collabora: configure net.post_allow_host #5688
- borgbackup: improve testing backup upon instance restore #5590
- change default upload limit to 16G as recommended in the docs #5613
- docker-socket-proxy: allowed read/write/exec of files for AppAPI for ExApps containers #5622
- 2ffbeea
- nextcloud: allow to adjust name of nextcloud container #5671
- nextcloud: always enable ImaginaryPDF #5672
- DockerActionManager: improve PullImage to always log something if it fails #5673
-
nextcloud entrypoint: fix missing apostroph in require command #5718will be tested by community - containers-schema.json: add healtchecks and adjust containers accordingly #5689
- apache
- clamav https://github.com/Cisco-Talos/clamav-docker/blob/0198ab6a7dd5dec2f1d09da7931a8b996103d744/clamav/1.3/alpine/Dockerfile#L124
- collabora
HEALTHCHECK CMD nc -z 127.0.0.1 9980 || exit 1 - fts
HEALTHCHECK CMD nc -z 127.0.0.1 9200 || exit 1 - imaginary
- nextcloud
- notify-push
- oo
HEALTHCHECK CMD nc -z 127.0.0.1 80 || exit 1 - postgres c130cc0
- redis
- talk
- talk-recording
- whiteboard
- nextcloud: increase to 30.0.3 #5705
- 247f085
Tasks to do for new release:
- make sure to merge any
Helm Chart UpdatesPR before continuing with the list below (https://github.com/nextcloud/all-in-one/pulls?q=is%3Apr+is%3Aopen+helm+) - increase the version number in https://github.com/nextcloud/all-in-one/blob/main/php/templates/containers.twig#L19
- build new images. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-build-new-containers
- do a last smoke test using the develop channel (See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-test-things-correctly)
- deploy from develop to beta. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-promote-builds-from-develop-to-beta
- tag a new release here on github which fits the version number (and use vX.Y.Z as tag and title +
Beta, use the autogenerated changelog. Important: also add the included Nextcloud version manually into the body of the release, e.g.Nextcloud 26.0.2 is included but new instances can install Nextcloud 27 directly) and make it a pre release - rename
nextmilestone to the same version number - create a new milestone that is called
next - move all open issues/PRs to that new milestone
- post in all issues and discussions that were fixed/implemented that this is now released with the new beta version and post how to switch to the beta channel (e.g.
This is now released with X.Y.Z Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel) - wait a week and see if new bugs get reported and don't merge any PR into the main branch of this repo in the meantime!
- if not, publish to latest as describe below; if yes simply close this milestone and create a new one that includes the bugfixes and starts from the beginning of this guide
- deploy from beta to latest. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-promote-builds-from-beta-to-latest
- Merge the automated
YAML updatesPR if there should be one (https://github.com/nextcloud/all-in-one/pulls?q=is%3Apr+is%3Aopen+yaml) - change the pre-release to be a stable and the latest release and remove
Betafrom the title (and adjust the changelog if multiple Beta version have been pushed in the meantime without a stable release - the changelog must include all changes since the latest stable release) - close the old milestone
Metadata
Metadata
Assignees
Labels
overviewOverview of other issuesOverview of other issues