Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a6e3256ee |
+18
-1
@@ -38,7 +38,7 @@ In order to meet these responsibilities each maintainer:
|
|||||||
## Release cadence
|
## Release cadence
|
||||||
|
|
||||||
The intent is to **track Nextcloud's own release schedule** rather than invent
|
The intent is to **track Nextcloud's own release schedule** rather than invent
|
||||||
our own. In practice this means:
|
our own. In practice this means the following regarding new **nextcloud** releases:
|
||||||
|
|
||||||
- **Patch releases (e.g. `32.0.x`)**: published to this recipe shortly after
|
- **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
|
upstream, ideally within 1 week. `chore(deps)` opens the PRs; a maintainer
|
||||||
@@ -63,6 +63,23 @@ our own. In practice this means:
|
|||||||
- **Co-installed components** (Talk HPB, OnlyOffice, Whiteboard, etc.) are
|
- **Co-installed components** (Talk HPB, OnlyOffice, Whiteboard, etc.) are
|
||||||
bumped alongside or shortly after the matching Nextcloud release.
|
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
|
## Pull Requests
|
||||||
|
|
||||||
A pull request can be merged once it is approved by at least one maintainer.
|
A pull request can be merged once it is approved by at least one maintainer.
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:1.31.4
|
image: nginx:1.31.3
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
configs:
|
configs:
|
||||||
@@ -125,7 +125,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
image: redis:8.10.1-alpine
|
image: redis:8.8.1-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user