Skip to content

Bump mariadb from 11.4 to 12.2.2#85

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/docker_compose/mariadb-12.2.2
Closed

Bump mariadb from 11.4 to 12.2.2#85
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/docker_compose/mariadb-12.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps mariadb from 11.4 to 12.2.2.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code labels May 21, 2026
SyniRon added a commit that referenced this pull request May 22, 2026
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>
SyniRon added a commit that referenced this pull request May 22, 2026
…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>
@SyniRon
Copy link
Copy Markdown
Collaborator

SyniRon commented May 22, 2026

Closing — superseded by #90, which refreshes the in-repo docker-compose.yaml template to mirror the live 7cav-api stack. As part of that refresh the database service was dropped entirely (the DB is sourced from the xenforo stack via the xenforo_internal external network in prod, not bundled in the api compose), so the mariadb image reference this PR was bumping no longer exists in the template.

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, --force --default-character-set=utf8mb4 reload, every API path including the gorm 1.26+ dotted-where keycloak/discord JOIN site returning identical real data) — so if a future need pushes mariadb back into a compose file in this repo, 12.2.2 is known-clean against the XenForo schema.

@SyniRon SyniRon closed this May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/docker_compose/mariadb-12.2.2 branch May 22, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant