File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
cookbooks/aws-parallelcluster-slurm
resources/mysql_client/partial Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
77------
88
99** CHANGES**
10+ - Upgrade mysql-community-client to version 8.0.39.
1011
1112** BUG FIXES**
1213- Fix an issue in the way we get region when manage volumes so that it can correctly handle local zone.
Original file line number Diff line number Diff line change 3535
3636action_class do
3737 def package_version
38- "8.0.36 -1"
38+ "8.0.39 -1"
3939 end
4040
4141 def package_source_version
42- "8.0.36 "
42+ "8.0.39 "
4343 end
4444
4545 def package_filename
Original file line number Diff line number Diff line change 3232 mysql_packages . each do |pkg |
3333 describe package ( pkg ) do
3434 it { should be_installed }
35- its ( 'version' ) { should match /^8.0.36 -/ } unless ubuntu
35+ its ( 'version' ) { should match /^8.0.39 -/ } unless ubuntu
3636 end
3737 end
3838end
4848 its ( 'content' ) do
4949 should eq %(You can get MySQL source code here:
5050
51- https://#{ node [ 'cluster' ] [ 'region' ] } -aws-parallelcluster.s3.#{ node [ 'cluster' ] [ 'region' ] } .amazonaws.com/archives/source/mysql-8.0.36 .tar.gz
51+ https://#{ node [ 'cluster' ] [ 'region' ] } -aws-parallelcluster.s3.#{ node [ 'cluster' ] [ 'region' ] } .amazonaws.com/archives/source/mysql-8.0.39 .tar.gz
5252)
5353 end
5454 end
You can’t perform that action at this time.
0 commit comments