Compare commits

...

9 Commits

Author SHA1 Message Date
stevensting a2bf10a442 chore: publish 3.0.1+7.0.2 release 2026-07-21 14:44:35 +02:00
stevensting b64ab47051 Revert "block XML-RPC"
This reverts commit 3a4c8f9f22.
2026-07-21 14:24:54 +02:00
renovate-bot 96612a988a chore(deps): update wordpress docker tag to v7.0.2 (#72)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wordpress | patch | `7.0.0` -> `7.0.2` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: coop-cloud/wordpress#72
Co-authored-by: Renovate Bot <renovate@coopcloud.tech>
Co-committed-by: Renovate Bot <renovate@coopcloud.tech>
2026-07-21 12:21:52 +00:00
simon 3a4c8f9f22 block XML-RPC 2026-07-21 10:39:26 +02:00
kawaiipunk d8bdf8588f Merge pull request 'chore(deps): update alpine docker tag to v3.24' (#71) from renovate/alpine-3.x into main
Reviewed-on: coop-cloud/wordpress#71
2026-06-18 15:19:44 +00:00
renovate-bot 36591c4d20 chore(deps): update alpine docker tag to v3.24 2026-06-09 21:25:28 +00:00
kawaiipunk f59fef5502 Merge pull request 'chore(deps): update alpine docker tag to v3.23' (#67) from renovate/alpine-3.x into main
Reviewed-on: coop-cloud/wordpress#67
2026-06-09 16:16:03 +00:00
kawaiipunk 6f23a5dfae Merge pull request 'Improve README' (#69) from kawaiipunk/wordpress:main into main
Reviewed-on: coop-cloud/wordpress#69
2026-06-03 20:43:00 +00:00
renovate-bot 90d34543db chore(deps): update alpine docker tag to v3.23 2026-06-03 19:24:48 +00:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ name: test
steps:
- name: test
image: alpine:3.21
image: alpine:3.24
environment:
SHELLCHECK_OPTS: -s bash
commands:
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:7.0.0"
image: "wordpress:7.0.2"
volumes:
- "wordpress:/var/www/html/"
environment:
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:7.0.0"
image: "wordpress:7.0.2"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@@ -62,7 +62,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+7.0.0"
- "coop-cloud.${STACK_NAME}.version=3.0.1+7.0.2"
db:
image: "mariadb:12.3"
+1
View File
@@ -0,0 +1 @@
Bumps Wordpress version to 7.0.2 which fixes CVE-2026-63030