Skip to content

Update uselagoon/mysql-8.4 Docker tag to v26.4.0#2470

Merged
AlexSkrypnyk merged 1 commit intomainfrom
deps/uselagoon-mysql-8.4-26.x
Apr 22, 2026
Merged

Update uselagoon/mysql-8.4 Docker tag to v26.4.0#2470
AlexSkrypnyk merged 1 commit intomainfrom
deps/uselagoon-mysql-8.4-26.x

Conversation

@AlexSkrypnyk
Copy link
Copy Markdown
Member

@AlexSkrypnyk AlexSkrypnyk commented Apr 22, 2026

This PR contains the following updates:

Package Update Change
uselagoon/mysql-8.4 minor 26.3.026.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v26.4.0: lagoon-images 26.4.0

Compare Source

Notes on this release

A maintenance-heavy release focused on package parity and security updates. This version includes updates to MariaDB, OpenSearch, and Nginx/Varnish, alongside standard version bumps for PHP, Node, Python, and Ruby runtimes.

New/Deprecated/Removed Images

No images were introduced/deprecated/removed in this release.

Changes in this release
Package Updates
PHP related
Foundations
Databases / Caches / Search
Web / Runtime bases
Devops

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 Renovate Bot.

Summary by CodeRabbit

  • Chores
    • Updated MySQL database images to version 26.4.0.

| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| docker     | uselagoon/mysql-8.4 | 26.3.0 | 26.4.0 |
@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Apr 22, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex Apr 22, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

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: 89528908-6422-4deb-99e4-816bbc850366

📥 Commits

Reviewing files that changed from the base of the PR and between f66d643 and 194273e.

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

Walkthrough

Updated the MySQL image tags for both database and database2 services in docker-compose.yml from version 26.3.0 to 26.4.0. These default tags remain overridable via environment variables. No functional or configuration logic changes present.

Changes

Cohort / File(s) Summary
Docker Compose Configuration
docker-compose.yml
Updated default MySQL image tags from uselagoon/mysql-8.4:26.3.0 to uselagoon/mysql-8.4:26.4.0 for both database and database2 services.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A little version bump, from three to four,
MySQL marches forward to the door,
Twenty-six point four, so fresh and bright,
Our lagoon swims deeper into the night! 🌊✨

🚥 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 accurately and concisely describes the main change: updating the uselagoon/mysql-8.4 Docker image tag from 26.3.0 to 26.4.0, which matches the changeset perfectly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 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 and usage tips.

@github-actions
Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
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.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.47%. Comparing base (f66d643) to head (194273e).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2470      +/-   ##
==========================================
- Coverage   79.93%   79.47%   -0.46%     
==========================================
  Files         129      122       -7     
  Lines        6883     6724     -159     
  Branches       47        3      -44     
==========================================
- Hits         5502     5344     -158     
+ Misses       1381     1380       -1     

☔ View full report in Codecov by Sentry.
📢 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.

@AlexSkrypnyk AlexSkrypnyk merged commit d8d71ab into main Apr 22, 2026
29 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the deps/uselagoon-mysql-8.4-26.x branch April 22, 2026 20:24
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex Apr 22, 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: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant