Skip to content

Commit

Permalink
Merge pull request #42 from vinted/feature/add_support_for_5d8fa9a_re…
Browse files Browse the repository at this point in the history
…lease

Add support for 5d8fa9a (2023-09-22) release with 11.0.4 patch10
  • Loading branch information
vbalys authored Mar 7, 2024
2 parents 53561b4 + 395764e commit 6847cbf
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 @@ -96,3 +96,6 @@ Initial release.

# 5.4.0
- [CHANGE] Added support for 862e317 (2023-04-19) release with 11.0.4 Vitess and fixes/backports

# 5.5.0
- [CHANGE] Added support for 5d8fa9a (2023-09-22) 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 @@ -38,3 +38,8 @@
'https://github.com/vinted/vitess-binary-files/releases/download/11.0.4-patch9-862e317/vitess-11.0.4-patch9-862e317.tar.gz'
default['vitess']['releases']['862e317']['checksum'] =
'01e07cc0b4112de885f2cdbdeaae0d82278e7b74234956295da59983757a5df5'

default['vitess']['releases']['5d8fa9a']['url'] =
'https://github.com/vinted/vitess-binary-files/releases/download/11.0.4-patch10-5d8fa9a/vitess-11.0.4-patch10-5d8fa9a.tar.gz'
default['vitess']['releases']['5d8fa9a']['checksum'] =
'63128c094d12bae702a50e1eb483a7c03bbee72e19796a885613cb24ed243f1d'
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.4.0'
version '5.5.0'

supports 'redhat'
supports 'centos'
Expand Down

0 comments on commit 6847cbf

Please sign in to comment.