Compare commits

..
Author SHA1 Message Date
autonomic-bot 8fc323d410 chore: upgrade db to pgautoupgrade/pgautoupgrade:17-alpine
cc-ci/testme cc-ci: success
2026-09-11 03:09:59 +00:00
fauno 1378ef4330 Merge pull request 'adds maintenance and updates readme' (#31) from LIT_as_maintainers into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/hedgedoc/pulls/31
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-08-26 17:53:53 +00:00
carla 018097c4d2 adds fauno and updates renovate with reviewers 2026-08-26 15:22:37 +02:00
carla 3a8164d3a1 adds maintenance and updates readme 2026-08-26 13:19:22 +02:00
autonomic-bot d9e0da92a2 chore: upgrade db to pgautoupgrade/pgautoupgrade:18-alpine
cc-ci/testme cc-ci: success
2026-08-22 20:37:24 +00:00
f a9497fea18 chore: publish 3.2.0+1.12.0 release 2026-08-22 11:21:30 -03:00
fauno 7d837a3d45 Merge pull request 'chore(deps): update quay.io/hedgedoc/hedgedoc docker tag to v1.12.0' (#30) from renovate/quay.io-hedgedoc-hedgedoc-1.x into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/hedgedoc/pulls/30
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-08-22 14:19:39 +00:00
Renovate Bot 3682400cb4 chore(deps): update quay.io/hedgedoc/hedgedoc docker tag to v1.12.0 2026-08-21 22:09:26 +00:00
autonomic-bot ba679b3e9c chore: upgrade db to pgautoupgrade/pgautoupgrade:17-alpine
cc-ci/testme cc-ci: failure
2026-08-14 02:42:10 +00:00
autonomic-bot 8966fd7126 chore: merge upstream main (hedgedoc 1.11.1, 3.1.1+1.11.1) into upgrade branch
cc-ci/testme cc-ci: success
2026-08-04 00:17:31 +00:00
f b8f0677c1b chore: publish 3.1.1+1.11.1 release 2026-07-24 16:55:02 -03:00
f 4d433bd8ff fix: upgrade to 1.11.1 2026-07-24 16:52:55 -03:00
autonomic-bot c236531def chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
cc-ci/testme cc-ci: success
2026-07-03 04:38:52 +00:00
autonomic-bot 341922a2df chore: upgrade pgautoupgrade from 16-alpine to 17-alpine
cc-ci/testme cc-ci: success
2026-06-22 21:33:32 +00:00
5 changed files with 39 additions and 5 deletions
+32
View File
@@ -0,0 +1,32 @@
# Hedgedoc Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a
certain quality and consistency, that others can rely on.
## Maintainer Responsibilities
A recipe maintainer has the following responsibilities:
- Respond to pull requests / issues within two weeks
- Make image security updates within a week
- Make image major updates every three months
In order to fullfill these responsibilities a recipe maintainer:
- Has to watch the repository (to get notifications)
- Needs to make sure renovate is configured properly
## Pull Requests
A pull request can be merged if it is approved by at least one maintainer. For
pull requests opened by a maintainer they need to be approved by another
maintainer. Even though it is okay to merge a pull request with one approval, it
is always better if all maintainers looked at the pull request and approved it.
## Become a maintainer
Everyone can apply to be a recipe maintainer:
1. Watch the repository to always get updates
2. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.
3. Once the pull request gets merged you will be added to the [hedgedoc maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/hedgedoc-maintainers).
4. Join the room [#cc-|-hedgedoc-maintenance:matrix.org](#cc-|-hedgedoc-maintenance:matrix.org) and chat to other maintainers.
+2 -1
View File
@@ -5,8 +5,9 @@
[Hedgedoc][hedegedoc] using Coöp Cloud ♥
<!-- metadata -->
* **Maintainer**: [@fauno](https://git.coopcloud.tech/fauno) , Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
* **Category**: Apps
* **Status**: 2, beta
* **Status**: 3
* **Image**: [`quay.io/hedgedoc/hedgedoc`](https://quay.io/hedgedoc/hedgedoc), 4, upstream
* **Healthcheck**: Yes
* **Backups**: Yes
+1 -1
View File
@@ -14,7 +14,7 @@ services:
secrets:
- db_password
db:
image: pgautoupgrade/pgautoupgrade:16-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.11.0
image: quay.io/hedgedoc/hedgedoc:1.12.0
environment:
- CMD_USECDN=false
- CMD_URL_ADDPORT=false
@@ -58,7 +58,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=3.1.0+1.11.0"
- "coop-cloud.${STACK_NAME}.version=3.2.0+1.12.0"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
healthcheck:
test: 'nodejs -e "http.get(''http://localhost:3000'', (res) => { console.log(''status: '', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });"'
+2 -1
View File
@@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"reviewers": ["fauno","moritz","simon","carla"]
}