Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Apr 4, 2023
1 parent 5571730 commit 897386f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 41 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/md-links.yml

This file was deleted.

36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,11 @@ Fixing style cops

### Bug

- **[COOK-4068](https://tickets.chef.io/browse/COOK-4068)** - rework MySQL Windows recipe
- [COOK-4068] - rework MySQL Windows recipe

### Improvement

- **[COOK-3801](https://tickets.chef.io/browse/COOK-3801)** - Add innodb_adaptive_flushing_method and innodb_adaptive_checkpoint
- [COOK-3801] - Add innodb_adaptive_flushing_method and innodb_adaptive_checkpoint

## [4.0.10]

Expand Down Expand Up @@ -684,7 +684,7 @@ Locking yum dependency to '< 3'

### Bug

- **[COOK-3752](https://tickets.chef.io/browse/COOK-3752)** - mysql service fails to start in mysql::server recipe
- [COOK-3752] - mysql service fails to start in mysql::server recipe

## [3.0.10]

Expand All @@ -694,34 +694,34 @@ Locking yum dependency to '< 3'

### Bug

- **[COOK-3749](https://tickets.chef.io/browse/COOK-3749)** - Fix a regression with Chef 11-specific features
- [COOK-3749] - Fix a regression with Chef 11-specific features

## [3.0.6]

### Bug

- **[COOK-3674](https://tickets.chef.io/browse/COOK-3674)** - Fix an issue where the MySQL server fails to set the root password correctly when `data_dir` is a non-default value
- **[COOK-3647](https://tickets.chef.io/browse/COOK-3647)** - Fix README typo (databas => database)
- **[COOK-3477](https://tickets.chef.io/browse/COOK-3477)** - Fix log-queries-not-using-indexes not working
- **[COOK-3436](https://tickets.chef.io/browse/COOK-3436)** - Pull percona repo in compilation phase
- **[COOK-3208](https://tickets.chef.io/browse/COOK-3208)** - Fix README typo (LitenPort => ListenPort)
- **[COOK-3149](https://tickets.chef.io/browse/COOK-3149)** - Create my.cnf before installing
- **[COOK-2681](https://tickets.chef.io/browse/COOK-2681)** - Fix log_slow_queries for 5.5+
- **[COOK-2606](https://tickets.chef.io/browse/COOK-2606)** - Use proper bind address on cloud providers
- [COOK-3674] - Fix an issue where the MySQL server fails to set the root password correctly when `data_dir` is a non-default value
- [COOK-3647] - Fix README typo (databas => database)
- [COOK-3477] - Fix log-queries-not-using-indexes not working
- [COOK-3436] - Pull percona repo in compilation phase
- [COOK-3208] - Fix README typo (LitenPort => ListenPort)
- [COOK-3149] - Create my.cnf before installing
- [COOK-2681] - Fix log_slow_queries for 5.5+
- [COOK-2606] - Use proper bind address on cloud providers

### Improvement

- **[COOK-3498](https://tickets.chef.io/browse/COOK-3498)** - Add support for replicate_* variables in my.cnf
- [COOK-3498] - Add support for replicate_* variables in my.cnf

## [3.0.4]

### Bug

- **[COOK-3310](https://tickets.chef.io/browse/COOK-3310)** - Fix missing `GRANT` option
- **[COOK-3233](https://tickets.chef.io/browse/COOK-3233)** - Fix escaping special characters
- **[COOK-3156](https://tickets.chef.io/browse/COOK-3156)** - Fix GRANTS file when `remote_root_acl` is specified
- **[COOK-3134](https://tickets.chef.io/browse/COOK-3134)** - Fix Chef 11 support
- **[COOK-2318](https://tickets.chef.io/browse/COOK-2318)** - Remove redundant `if` block around `node.mysql.tunable.log_bin`
- [COOK-3310] - Fix missing `GRANT` option
- [COOK-3233] - Fix escaping special characters
- [COOK-3156] - Fix GRANTS file when `remote_root_acl` is specified
- [COOK-3134] - Fix Chef 11 support
- [COOK-2318] - Remove redundant `if` block around `node.mysql.tunable.log_bin`

## [3.0.2]

Expand Down
8 changes: 4 additions & 4 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

depends 'apparmor'

suppots redhat, '>= 7.0'
supports centos, '>= 7.0'
supports scientific, '>= 7.0'
supports oracle, '>= 7.0'
suppots 'redhat', '>= 7.0'
supports 'centos', '>= 7.0'
supports 'scientific', '>= 7.0'
supports 'oracle', '>= 7.0'
supports 'amazon'
supports 'fedora'
supports 'debian', '>= 9.0'
Expand Down

0 comments on commit 897386f

Please sign in to comment.