Skip to content

Commit 47d8396

Browse files
authored
Merge branch 'main' into feat/add-support-ubuntu-24-04
2 parents 2a28bf2 + 753195b commit 47d8396

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Check out code
8888
uses: actions/checkout@v4
8989
- name: Install Chef
90-
uses: actionshub/[email protected].0
90+
uses: actionshub/[email protected].1
9191
# https://github.com/actions/virtual-environments/issues/181#issuecomment-610874237
9292
- name: Disable apparmor for mysqld
9393
run: |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
- feat: add support for ubuntu 24.04 (noble numbat)
88

9+
## 11.1.9 - *2024-12-09*
10+
911
## 11.1.8 - *2024-11-18*
1012

1113
## 11.1.7 - *2024-11-18*

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
source_url 'https://github.com/sous-chefs/mysql'
77
issues_url 'https://github.com/sous-chefs/mysql/issues'
88
chef_version '>= 15.5'
9-
version '11.1.8'
9+
version '11.1.9'
1010

1111
depends 'apparmor'
1212

0 commit comments

Comments
 (0)