File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
cookbooks/aws-parallelcluster-slurm
resources/mysql_client/partial Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535
3636action_class do
3737 def package_version
38- "8.0.31 -1"
38+ "8.0.36 -1"
3939 end
4040
4141 def package_source_version
42- "8.0.31 "
42+ "8.0.36 "
4343 end
4444
4545 def package_filename
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ def self.validate(chef_run)
2323 %w( x86_64 aarch64 ) . each do |architecture |
2424 context "on #{ platform } #{ version } #{ architecture } " do
2525 cached ( :source_dir ) { 'SOURCE_DIR' }
26- cached ( :package_source_version ) { '8.0.31 ' }
27- cached ( :package_version ) { '8.0.31 -1' }
26+ cached ( :package_source_version ) { '8.0.36 ' }
27+ cached ( :package_version ) { '8.0.36 -1' }
2828 cached ( :package_filename ) { "mysql-community-client-#{ package_version } .tar.gz" }
2929 cached ( :s3_url ) { 's3://url' }
3030 cached ( :package_platform ) do
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.31 -/ } unless ubuntu
35+ its ( 'version' ) { should match /^8.0.36 -/ } 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.31 .tar.gz
51+ https://#{ node [ 'cluster' ] [ 'region' ] } -aws-parallelcluster.s3.#{ node [ 'cluster' ] [ 'region' ] } .amazonaws.com/archives/source/mysql-8.0.36 .tar.gz
5252)
5353 end
5454 end
You can’t perform that action at this time.
0 commit comments