Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump images to v1.24.1 for release #6825

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

stasadev
Copy link
Member

@stasadev stasadev commented Dec 9, 2024

The Issue

It's time to build new images for v1.24.1 (bugfix release)

How This PR Solves The Issue

Manual Testing Instructions

Automated Testing Overview

Release/Deployment Notes

@github-actions github-actions bot added dependencies Pull requests that update a dependency file maintenance labels Dec 9, 2024
@stasadev stasadev changed the title build: bump images to v1.24.1 build: bump images to v1.24.1 for release Dec 9, 2024
@stasadev
Copy link
Member Author

stasadev commented Dec 9, 2024

v1.24.1: Bugfix release

See commits since v1.24.0 and PRs merged since December 4, 2024

Release notes (don't forget to replace thanks @ with thanks @ when posting, I just don't want to ping everyone in this post):

Installation

See the installation instructions for details, but it's easy:

  • macOS: brew install ddev/ddev/ddev or just brew upgrade ddev.
  • Linux or WSL2: Use apt install ddev or apt upgrade ddev see apt/yum installation
  • Traditional Windows: Use choco upgrade -y ddev, or download the ddev_windows_installer below.
  • Consider ddev delete images or ddev delete images --all after upgrading to free up disk space used by previous docker image versions. This does no harm.
  • Consider ddev config --auto to update your projects to current configuration.

Bug Fixes:

  • Unsupported PHP (< 8.1) couldn't be installed in environments requiring additional SSL certificates, thanks @ TerrorSquad !
  • Reverted pinned SQLite 3.45.1 (leave it only for Drupal 11), which could block some package installations.

Changes:

  • Added more default locales: es_ES, es_MX, pt_PT, and pt_BR, thanks @ jonhattan ! If you want more, use webimage_extra_packages: ["locales-all"] in .ddev/config.yaml.
  • Show system databases for MySQL in ddev dbeaver.
  • Improved Silverstripe CMS quickstart, thanks @ GuySartorelli !
  • Fixed some quickstarts.

@stasadev stasadev marked this pull request as ready for review December 9, 2024 18:21
@stasadev stasadev requested a review from a team as a code owner December 9, 2024 18:21
@rfay rfay merged commit 7a9acae into master Dec 10, 2024
27 checks passed
@rfay rfay deleted the 20241209_stasadev_bump_images_v1.24.1 branch December 10, 2024 02:10
@rfay
Copy link
Member

rfay commented Dec 10, 2024

Release notes look great, thanks for doing them.

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 maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants