Skip to content

Update uselagoon/mysql-8.4 Docker tag to v26.8.1 - #3066

Open
AlexSkrypnyk wants to merge 1 commit into
mainfrom
deps/uselagoon-mysql-8.4-26.x
Open

Update uselagoon/mysql-8.4 Docker tag to v26.8.1#3066
AlexSkrypnyk wants to merge 1 commit into
mainfrom
deps/uselagoon-mysql-8.4-26.x

Conversation

@AlexSkrypnyk

@AlexSkrypnyk AlexSkrypnyk commented Aug 24, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Update Change
uselagoon/mysql-8.4 patch 26.8.026.8.1

Release Notes

uselagoon/lagoon-images (uselagoon/mysql-8.4)

v26.8.1: lagoon-images 26.8.1

Compare Source

Notes on this release

This will be an unusually beefy point release of images.
We see the update of openresty to v1.31.1.1 (see release notes).
Further, we're introducing a host of new images (mariadb, solr, and solr-drupal).
Finally, we say goodbye to Node 20 and Ruby 3.2, which were previously deprecated, no new images will be built for these, so get off them ASAP.

New/Deprecated/Removed Images

The following images were removed (previously deprecated): Node 20 and Ruby 3.2.

The following images were added: MariaDB 12.3, MariaDB 11.8, Solr 10, and Solr 10 Drupal.

Changes in this release
Package Updates
Foundations
Databases / Caches / Search
  • chore(deps): update valkey to 8.1.9/9.1.1 on alpine3.24, fix renovate valkey manager @​renovate[bot] (#​1797)
Web / Runtime bases
Devops
New Contributors

Full Changelog: uselagoon/lagoon-images@26.8.0...26.8.1


Configuration

📅 Schedule: (in timezone UTC)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| docker     | uselagoon/mysql-8.4 | 26.8.0 | 26.8.1 |
@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Aug 24, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex 1.x Aug 24, 2026
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 861c2c20-cae6-422a-8419-f41286efd994

📥 Commits

Reviewing files that changed from the base of the PR and between ca0ca82 and c16bfa0.

📒 Files selected for processing (1)
  • docker-compose.yml

Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.


Walkthrough

The Docker Compose configuration updates the default MySQL image tag for the database and database2 services from 26.8.0 to 26.8.1. Custom image overrides remain unchanged.

Changes

MySQL image update

Layer / File(s) Summary
Update MySQL fallback image tags
docker-compose.yml
The database and database2 services now use uselagoon/mysql-8.4:26.8.1 as their fallback image. VORTEX_DB_IMAGE and VORTEX_DB2_IMAGE overrides remain supported.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to c16bf

This PR updates the MySQL 8.4 container image from 26.8.0 to 26.8.1; no actionable merge-blocking risk remains after normal checks and review.

Poem

A rabbit checked the tags at night
Two MySQL images now shine bright
The fallback paths hop into place
Overrides keep their steady pace
Version twenty-six point eight point one
The compose update is done!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the uselagoon/mysql-8.4 Docker tag to v26.8.1.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/uselagoon-mysql-8.4-26.x

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.56% (206/209)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.56% (206/209)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.83%. Comparing base (ca0ca82) to head (c16bfa0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3066      +/-   ##
==========================================
- Coverage   87.31%   86.83%   -0.48%     
==========================================
  Files         107       92      -15     
  Lines        5091     4519     -572     
  Branches       49        3      -46     
==========================================
- Hits         4445     3924     -521     
+ Misses        646      595      -51     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown

📖 Documentation preview for this pull request has been deployed to Netlify:

https://6a8cdcadcf77806b052abd4f--vortex-docs.netlify.app

This preview is rebuilt on every commit and is not the production documentation site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

Status: BACKLOG

Development

Successfully merging this pull request may close these issues.

1 participant