Skip to content

Commit

Permalink
#57: Update pinned versions to ARM-compatible Bitnami images. (#58)
Browse files Browse the repository at this point in the history
* #57: Update pinned versions to ARM-compatible Bitnami images.

* Update changelog.
  • Loading branch information
reynoldsalec authored Sep 24, 2024
1 parent f9f2746 commit 68c29fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v1.1.0 - [March 8, 2024](https://github.com/lando/mysql/releases/tag/v1.1.0)
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
* Updated pinned versions to images with ARM releases. [#57](https://github.com/lando/mysql/issues/57)

## v1.2.0 - [March 11, 2024](https://github.com/lando/mysql/releases/tag/v1.2.0)
* Updated to latest database services.

## v1.1.0 - [March 8, 2024](https://github.com/lando/mysql/releases/tag/v1.1.0)
Expand Down
4 changes: 2 additions & 2 deletions builders/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {
version: '5.7',
supported: ['8.0', '5.7'],
pinPairs: {
'8.0': 'bitnami/mysql:8.0.19-debian-10-r57',
'5.7': 'bitnami/mysql:5.7.29-debian-10-r51',
'8.0': 'bitnami/mysql:8.0.39-debian-12-r5',
'5.7': 'bitnami/mysql:5.7.43-debian-11-r73',
},
patchesSupported: true,
authentication: 'caching_sha2_password',
Expand Down
2 changes: 1 addition & 1 deletion examples/5.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run the following commands to validate things are rolling as they should.

```bash
# Should use 5.7.29 as the default version
lando ssh -s defaults -c "mysql --version | grep 5.7.29"
lando ssh -s defaults -c "mysql --version | grep 5.7.43"

# Should use the patch version when set by the user
lando ssh -s patch -c "mysql --version | grep 5.7.24"
Expand Down
2 changes: 1 addition & 1 deletion examples/8.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run the following commands to validate things are rolling as they should.

```bash
# Should use 8.0.19 as the default version
lando ssh -s defaults -c "mysql --version | grep 8.0.19"
lando ssh -s defaults -c "mysql --version | grep 8.0.39"

# Should use the patch version when set by the user
lando ssh -s patch -c "mysql --version | grep 8.0.24"
Expand Down

0 comments on commit 68c29fb

Please sign in to comment.