Bump mariadb from 11.4 to 12.2.2#85
Conversation
Bumps mariadb from 11.4 to 12.2.2. --- updated-dependencies: - dependency-name: mariadb dependency-version: 12.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
The in-repo template predated Redis and the tickets endpoint, declared deprecated `version: '3'`, and bundled a database + nginx that the live api stack doesn't carry. Refresh aligned with the live `7cav-api` stack: - drop deprecated `version: '3'` - add `redis` service (caching has been required since 2.1.0; the template never had it) - drop the `database` service — the DB is sourced from the `xenforo` stack via the `xenforo_internal` external network, not bundled in the api compose - drop the local-TLS-test `nginx` service — TLS is terminated at a different stack; `make certs` is independent and unchanged for devs who want local TLS - networks: switch to the live `edge` + `xenforo_internal` external pair - env vars: add full set — `REDIS_HOST` / `REDIS_PORT` / `REDIS_PASSWORD`, plus commented `FORUM_BASE_URL` and `REFERENCE_CACHE_REFRESH_INTERVAL` for the tickets endpoint - live patterns: rename api container to `7cav-api`, add the watchtower-enable label, `restart: always` - `DB_HOST` defaults to `xenforo-db` (the cross-stack hostname) - header comment documents the prerequisites Makes Dependabot #85 (mariadb 11.4 → 12.2.2) moot — the image reference is gone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…90) The in-repo template predated Redis and the tickets endpoint, declared deprecated `version: '3'`, and bundled a database + nginx that the live api stack doesn't carry. Refresh aligned with the live `7cav-api` stack: - drop deprecated `version: '3'` - add `redis` service (caching has been required since 2.1.0; the template never had it) - drop the `database` service — the DB is sourced from the `xenforo` stack via the `xenforo_internal` external network, not bundled in the api compose - drop the local-TLS-test `nginx` service — TLS is terminated at a different stack; `make certs` is independent and unchanged for devs who want local TLS - networks: switch to the live `edge` + `xenforo_internal` external pair - env vars: add full set — `REDIS_HOST` / `REDIS_PORT` / `REDIS_PASSWORD`, plus commented `FORUM_BASE_URL` and `REFERENCE_CACHE_REFRESH_INTERVAL` for the tickets endpoint - live patterns: rename api container to `7cav-api`, add the watchtower-enable label, `restart: always` - `DB_HOST` defaults to `xenforo-db` (the cross-stack hostname) - header comment documents the prerequisites Makes Dependabot #85 (mariadb 11.4 → 12.2.2) moot — the image reference is gone. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Closing — superseded by #90, which refreshes the in-repo The 12.2.2 bump itself was smoke-tested locally against a fresh load of the real XenForo schema (utf8mb4 dump from the running 11.5 instance, |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps mariadb from 11.4 to 12.2.2.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)