Skip to content

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

Merged
AlexSkrypnyk merged 4 commits into
mainfrom
deps/uselagoon-mysql-8.4-26.x
Aug 31, 2026
Merged

Update uselagoon/mysql-8.4 Docker tag to v26.8.1#3066
AlexSkrypnyk merged 4 commits 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.

Summary by CodeRabbit

  • Chores

    • Updated the default MySQL image version used by the database services.
    • Existing custom database image overrides remain supported.
  • Tests

    • Simplified test environment setup while preserving existing default values and behavior.

| 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: d17f2e36-0eb9-4c91-8aa1-bb17a7a6c26d

📥 Commits

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

⛔ Files ignored due to path filters (3)
  • .vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SettingsTestCase.php is excluded by !.vortex/installer/tests/Fixtures/**
  • .vortex/installer/tests/Fixtures/handler_process/hosting_acquia/tests/phpunit/Drupal/SettingsTestCase.php is excluded by !.vortex/installer/tests/Fixtures/**
  • .vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/tests/phpunit/Drupal/SettingsTestCase.php is excluded by !.vortex/installer/tests/Fixtures/**
📒 Files selected for processing (1)
  • tests/phpunit/Drupal/SettingsTestCase.php

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


Walkthrough

The Docker Compose configuration updates the default MySQL image tag for the database and database2 services. SettingsTestCase::setEnvVars() now uses null-coalescing assignments for three environment variable defaults.

Changes

Environment updates

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. Custom image overrides remain supported.
Simplify test environment defaults
tests/phpunit/Drupal/SettingsTestCase.php
setEnvVars() uses null-coalescing assignments while preserving the existing defaults for TMP, DRUPAL_CONFIG_PATH, and CI.

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

Merge Risk: ⚪ Minimal · up to 655d8

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

Poem

A rabbit checked the tags at night
Two MySQL images now shine bright
Test defaults hop into place
Old values keep their steady space
The compose and test updates are done!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: updating the uselagoon/mysql-8.4 Docker image tag to 26.8.1.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files.
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.
✨ Finishing Touches
📝 Generate docstrings
  • 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

This comment has been minimized.

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

This comment has been minimized.

@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.00%. Comparing base (ca0ca82) to head (655d80f).

Files with missing lines Patch % Lines
...baseline/tests/phpunit/Drupal/SettingsTestCase.php 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3066      +/-   ##
==========================================
- Coverage   87.31%   87.00%   -0.31%     
==========================================
  Files         107      100       -7     
  Lines        5091     4925     -166     
  Branches       49        3      -46     
==========================================
- Hits         4445     4285     -160     
+ Misses        646      640       -6     

☔ 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

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown

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

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

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

@github-actions

This comment has been minimized.

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

This comment has been minimized.

@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)

@AlexSkrypnyk

Copy link
Copy Markdown
Member Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@AlexSkrypnyk
AlexSkrypnyk merged commit 8006176 into main Aug 31, 2026
35 checks passed
@AlexSkrypnyk
AlexSkrypnyk deleted the deps/uselagoon-mysql-8.4-26.x branch August 31, 2026 01:34
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex 1.x Aug 31, 2026
@AlexSkrypnyk AlexSkrypnyk added this to the 1.41.0 milestone Sep 1, 2026
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: Released in 1.41.0

Development

Successfully merging this pull request may close these issues.

1 participant