Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a3a426de8 | ||
|
|
e17a1aa057 |
+1
-18
@@ -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.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Fully automated luxury Nextcloud via docker-swarm.
|
||||
|
||||
<!-- metadata -->
|
||||
* **Maintainer**: [@dannygroenewegen](https://git.coopcloud.tech/dannygroenewegen), [@ineiti](https://git.coopcloud.tech/ineiti), [@javielico](https://git.coopcloud.tech/javielico)
|
||||
* **Maintainer**: [@dannygroenewegen](https://git.coopcloud.tech/dannygroenewegen), [@ineiti](https://git.coopcloud.tech/ineiti)
|
||||
* **Category**: Apps
|
||||
* **Status**: 5
|
||||
* **Image**: [`nextcloud`](https://hub.docker.com/_/nextcloud), 4, upstream
|
||||
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
mode: 0600
|
||||
|
||||
searchindexer:
|
||||
image: nextcloud:33.0.8-fpm
|
||||
image: nextcloud:33-fpm
|
||||
volumes:
|
||||
- nextcloud:/var/www/html/
|
||||
- nextapps:/var/www/html/custom_apps:cached
|
||||
|
||||
+3
-3
@@ -48,7 +48,7 @@ services:
|
||||
start_period: 5m
|
||||
|
||||
app:
|
||||
image: nextcloud:33.0.8-fpm
|
||||
image: nextcloud:33-fpm
|
||||
depends_on:
|
||||
- db
|
||||
configs:
|
||||
@@ -95,7 +95,7 @@ services:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=14.1.1+33.0.8-fpm"
|
||||
- "coop-cloud.${STACK_NAME}.version=14.0.1+33.0.7-fpm"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.backup.volumes.redis=false"
|
||||
@@ -109,7 +109,7 @@ services:
|
||||
start_period: 15m
|
||||
|
||||
cron:
|
||||
image: nextcloud:33.0.8-fpm
|
||||
image: nextcloud:33-fpm
|
||||
volumes:
|
||||
- nextcloud:/var/www/html/
|
||||
- nextapps:/var/www/html/custom_apps:cached
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Update pgautoupgrade to postgresql v17
|
||||
@@ -0,0 +1 @@
|
||||
Pointing to the latest version of nextcloud-33, in preparation for nextcloud-34
|
||||
Reference in New Issue
Block a user