publish new images after recent PRs are merged and tested #5086
Closed
Description
Follow up to #5066
(add the most recent ticket for a new release here)
Tested:
(add PRs below that are potentially breaking and need to be well tested)
- Refactor the frontend #5016 (test upgrading from beta or develop to this one; should work with c369b1f)
- nextcloud-entrypoint: maintenance-repair: include-expensive #5202
- build(deps): bump strukturag/nextcloud-spreed-signaling from 1.3.2 to 2.0.0 in /Containers/talk #5192
- mastercontainer: add warning if snap install was found #5175
- nextcloud-entrypoint: remove richdocumentscode if installed #5181
- adjust redis connector to point at correct db-index #5126
- nextcloud: allow to configure proxy options via env #5093
- nextcloud: config files: do not compare against false #5117
- nextcloud: improve update logic #5106
- aio-interface: adjust design for nc30 #5007 (check regressions below and make smoke test)
- (should be fixed with 7a3bcc7 and 4c16223)
Tasks to do for new release:
- make sure to merge any
Helm Chart Updates
PR 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 https://github.com/nextcloud-releases/all-in-one/actions/runs/10703819158
- 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
next
milestone 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! publish new images after recent PRs are merged and tested #5204
- 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 updates
PR 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
Beta
from 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
Activity