This file is used to list changes made in each version of the yum-mysql-community cookbook.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add gpgkey property to repo resource
- Default to 2023 GPG key
- Remove CircleCI
- Update workflows to 2.0.1
- Remove mdl and replace with markdownlint-cli2
- CI Fixes
- Add Alma Linux and Rocky Linux to testing
- Remove CentOS 8 (prefer Stream)
- Update gpgkey urls in attribute files: mysql57, mysql-connectors
- Update gpgkey urls in repo resource
- Switch to using yum_repository resource instead of template
- Use
dnf_module
resource fromyum
cookbook instead of manually shelling out
- Standardise files with files in sous-chefs/repo-management
- Standardise files with files in sous-chefs/repo-management
- Chef 17 updates: enable
unified_mode
on all resources - Bump required Chef Infra Client to >= 15.3
- Insure dnf module is only disabled where required
- Sous Chefs Adoption
- Update Changelog to Sous Chefs
- Update to use Sous Chefs GH workflow
- Update README to sous-chefs
- Update metadata.rb to Sous Chefs
- Update test-kitchen to Sous Chefs
- Cleanup attributes and fix Fedora
- Improve integration testing
- Yamllint fixes
- MDL fixes
- Add provides to resource
- Fedora testing
- Remove Amazon Linux 1 testing
- Remove EL 6 testing
- Allow the resource to run on versions of chef-client that don't have the "description" metadata - @pierresouchay
- fix: error of gpgkey reference in older version. - @bigplants
- Typo fix in README.md file - @olegburca
- Resolve Cookstyle 5.8 warnings - @tas50
- Simplify platform check logic - @tas50
- Remove unnecessary foodcritic comments - @tas50
- Cookstyle fixes - @tas50
- Add testing with Github Actions - @tas50
- Add a new yum_mysql_community_repo resource - @Stromweld
- Switched to MySQL managed GPG key to avoid failures accessing the previous GitHub hosted key
- Add support for Amazon Linux 2.0
- Require Chef 13 now that we assume Amazon Linux has it's own platform family
- Fixed GPG key download URL
- Require Chef 12.14+ and remove compat_resource dep
- Fix URLs for amazon so that 2017 resolves to '6' rather than 'latest'
- Depend on the latest compat_resource cookbook
- Cookstyle fixes
- Remove yum-epel from the readme
- Switch to inspec for testing
- Fix mysql55 in travis
- yum_repository mirrorlist value updated in Readme
- Replace yum dependency with compat_resource
- Replace 'epel' with 'mysql-community' in the readme
- Testing updates
- Remove support for Chef 11
- Support Oracle Linux
- Correctly state the required yum cookbook version in the readme
- Add chef_version metadata to metadata.rb
- Add support for the 2016 Amazon Linux releases
- Update test dependency gems and remove Guard
- Test in Travis CI using kitchen-dokken
- Fixing if/unless logic in recipes
- Fixed attributes with a false value not being passed
- Fixing Chef 13 nil property deprecation warnings
- Added Travis CI config for lint and unit testing
- Added Chef standard Rubocop file and resolved all warnings
- Added Chef standard chefignore and .gitignore files
- Add supported platforms to the metadata
- Added source_url and issues_url to the metadata
- Added long_description to the metadata
- Updated and expanded development dependencies in the Gemfile
- Added contributing, testing, and maintainers docs
- Added platform requirements to the readme
- Added Travis and cookbook version badges to the readme
- Update Chefspec to 4.X format
- Updating pubkey link from someara to chef-client github orgs
- Adding support Amazon Linux 2015.03 to all channels
- Added support for amazon linux 2015.03
- The content of 0.1.13 is questionable: didn't have changelog entry, may have had merged attribute change, but let's be clear and say at least this version 0.1.14 is the right thing.
- 3 corrected typo in public key attribute
- Minor style updates
- Adding RHEL-7 support
- Adding mysql-5.7 and centos 7 support
- Updating to support real RHEL
Fixing typo in mysql55-community attributes
- updating url to keys in cookbook attributes
- Move files/mysql_pubkey.asc to files/default/mysql_pubkey.asc
Initial release