Skip to content

Commit

Permalink
Merge pull request #44 from vinted/feature/add_11_0_4_patch13_3fac8111f3
Browse files Browse the repository at this point in the history
add vitess-11.0.4-patch13-3fac8111f3 support
  • Loading branch information
DeathBorn authored Sep 30, 2024
2 parents bfb9051 + 7f2a3cb commit a260539
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ Initial release.

# 5.6.0
- [CHANGE] Added support for ecc245eed3 (2024-04-25) release with 11.0.4 Vitess and fixes/backports

# 5.7.0
- [CHANGE] Added support for 3fac8111f3 (2024-09-25) release with 11.0.4 Vitess and fixes/backports
5 changes: 5 additions & 0 deletions attributes/releases.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@
'https://github.com/vinted/vitess-binary-files/releases/download/11.0.4-patch12-ecc245eed3/vitess-11.0.4-patch12-ecc245eed3.tar.gz'
default['vitess']['releases']['ecc245eed3']['checksum'] =
'c75e9627d153f06d3bac4ade7d0497aba9cb2a5d3386be527c98a6e7e6371411'

default['vitess']['releases']['3fac8111f3']['url'] =
'https://github.com/vinted/vitess-binary-files/releases/download/11.0.4-patch13-3fac8111f3/vitess-11.0.4-patch13-3fac8111f3.tar.gz'
default['vitess']['releases']['3fac8111f3']['checksum'] =
'e3851a30021b072f6bb196f5d41e8a725ce974856ef293e65da18b2a9c0648e9'
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
issues_url 'https://github.com/vinted/chef-vitess/issues'
source_url 'https://github.com/vinted/chef-vitess'
chef_version '>= 15.5'
version '5.6.0'
version '5.7.0'

supports 'redhat'
supports 'centos'
Expand Down

0 comments on commit a260539

Please sign in to comment.