Compare commits

..
2 Commits
2 changed files with 3 additions and 20 deletions
+1 -18
View File
@@ -38,7 +38,7 @@ In order to meet these responsibilities each maintainer:
## Release cadence
The intent is to **track Nextcloud's own release schedule** rather than invent
our own. In practice this means the following regarding new **nextcloud** releases:
our own. In practice this means:
- **Patch releases (e.g. `32.0.x`)**: published to this recipe shortly after
upstream, ideally within 1 week. `chore(deps)` opens the PRs; a maintainer
@@ -63,23 +63,6 @@ our own. In practice this means the following regarding new **nextcloud** releas
- **Co-installed components** (Talk HPB, OnlyOffice, Whiteboard, etc.) are
bumped alongside or shortly after the matching Nextcloud release.
## Semver versioning within this recipe
The recipe version itself is updated according to the following semver
rules, following
[How are recipes versioned](https://docs.coopcloud.tech/maintainers/handbook/#how-are-recipes-versioned):
- **Patch releases**, e.g., 14.1.x: patch updates from the dependencies
or patch updates from the nextcloud image
- **Minor releases**, e.g. 14.x.0: minor updates from the dependencies,
major updates from the dependencies if no user intervention is needed,
minor updates from the nextcloud image, or "auto-update" version, e.g.,
nextcloud:32.
Contrary to patch releases, minor releases cannot be reverted, so you
cannot go from 14.1.0 back to 14.0.1.
- **Major releases**, e.g., 14: dependency updates where the user has to
intervene, or major updates from the nextcloud image.
## Pull Requests
A pull request can be merged once it is approved by at least one maintainer.
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
web:
image: nginx:1.31.3
image: nginx:1.31.4
depends_on:
- app
configs:
@@ -125,7 +125,7 @@ services:
cache:
image: redis:8.8.1-alpine
image: redis:8.10.1-alpine
networks:
- internal
volumes: