Compare commits

..

5 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
1ad912c399 Release 1.42.2
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-07-25 04:44:42 -04:00
Jose Diaz-Gonzalez
131872352e Merge pull request #194 from dokku/dependabot/docker/mysql-9.4.0
chore(deps): bump mysql from 9.3.0 to 9.4.0
2025-07-25 04:44:36 -04:00
dependabot[bot]
c111bd7be1 chore(deps): bump mysql from 9.3.0 to 9.4.0
Bumps mysql from 9.3.0 to 9.4.0.

---
updated-dependencies:
- dependency-name: mysql
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-23 03:51:16 +00:00
Jose Diaz-Gonzalez
6a51c6bb1b Merge pull request #193 from dokku/dependabot/github_actions/softprops/action-gh-release-2.3.2
chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
2025-06-10 23:58:28 -04:00
dependabot[bot]
8796348928 chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.2...v2.3.2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 03:07:20 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Release
uses: softprops/action-gh-release@v2.2.2
uses: softprops/action-gh-release@v2.3.2
with:
generate_release_notes: true
make_latest: "true"

View File

@@ -1 +1 @@
FROM mysql:9.3.0
FROM mysql:9.4.0

View File

@@ -1,6 +1,6 @@
# dokku mysql [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-mysql/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-mysql/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku)
Official mysql plugin for dokku. Currently defaults to installing [mysql 9.3.0](https://hub.docker.com/_/mysql/).
Official mysql plugin for dokku. Currently defaults to installing [mysql 9.4.0](https://hub.docker.com/_/mysql/).
## Requirements

View File

@@ -1,4 +1,4 @@
[plugin]
description = "dokku mysql service plugin"
version = "1.42.1"
version = "1.42.2"
[plugin.config]