diff --git a/CHANGELOG.md b/CHANGELOG.md index 660bd30e60..4be673cd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,11 @@ This file is used to list changes made in each version of the AWS ParallelCluste - selinux-6.1.12 (from selinux-6.0.5) - yum-7.4.13 (from yum-7.4.0) - yum-epel-5.0.2 (from yum-epel-4.5.0) +- Upgrade NICE DCV to version `2023.0-15487`. + - server: `2023.0.15487-1` + - xdcv: `2023.0.551-1` + - gl: `2023.0.1039-1` + - web_viewer: `2023.0.15487-1` **BUG FIXES** - Fix cluster creation failure with Ubuntu Deep Learning AMI on GPU instances and DCV enabled. diff --git a/cookbooks/aws-parallelcluster-platform/attributes/platform.rb b/cookbooks/aws-parallelcluster-platform/attributes/platform.rb index bb4e6066ab..7214d76ad3 100644 --- a/cookbooks/aws-parallelcluster-platform/attributes/platform.rb +++ b/cookbooks/aws-parallelcluster-platform/attributes/platform.rb @@ -23,13 +23,13 @@ default['cluster']['dcv']['authenticator']['private_key'] = "#{node['cluster']['etc_dir']}/ext-auth-private-key.pem" default['cluster']['dcv']['authenticator']['virtualenv_name'] = "dcv_authenticator_virtualenv" default['cluster']['dcv']['authenticator']['virtualenv_path'] = "#{node['cluster']['system_pyenv_root']}/versions/#{node['cluster']['python-version']}/envs/#{node['cluster']['dcv']['authenticator']['virtualenv_name']}" -default['cluster']['dcv']['version'] = '2023.0-15022' +default['cluster']['dcv']['version'] = '2023.0-15487' default['cluster']['dcv_port'] = 8443 -default['cluster']['dcv']['server']['version'] = '2023.0.15022-1' -default['cluster']['dcv']['xdcv']['version'] = '2023.0.547-1' -default['cluster']['dcv']['gl']['version'] = '2023.0.1027-1' -default['cluster']['dcv']['web_viewer']['version'] = '2023.0.15022-1' +default['cluster']['dcv']['server']['version'] = '2023.0.15487-1' +default['cluster']['dcv']['xdcv']['version'] = '2023.0.551-1' +default['cluster']['dcv']['gl']['version'] = '2023.0.1039-1' +default['cluster']['dcv']['web_viewer']['version'] = '2023.0.15487-1' # OpenSSH settings for AWS ParallelCluster instances default['openssh']['server']['protocol'] = '2' diff --git a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb index 92cf2cb7bf..b09c45696f 100644 --- a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb +++ b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb @@ -20,5 +20,5 @@ use 'partial/_ubuntu_common' def dcv_sha256sum - '6b4c6450bb39f31cb93082a2d1f3977da23d41d3f0646f71b2726e6ba632ea09' + 'd944cff02c00d34a56701594b0b2cbbcf9e9f126b4fcbf8de6351d9ac8f38991' end diff --git a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu22.rb b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu22.rb index 4e173c88f0..fba00bb26f 100644 --- a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu22.rb +++ b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu22.rb @@ -20,5 +20,5 @@ use 'partial/_ubuntu_common' def dcv_sha256sum - '03ff0ed5a9772a655f9435ffc15cddcfddf5925a83b2df38e946280b3daf633d' + 'f40f896cb0bf8944096a15b7257d0543197700cca5e826de2e00db8a96f16a8a' end diff --git a/cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_rhel_common.rb b/cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_rhel_common.rb index 0de2f1cd55..d3c631c582 100644 --- a/cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_rhel_common.rb +++ b/cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_rhel_common.rb @@ -15,9 +15,9 @@ def dcv_sha256sum if arm_instance? - '162396cad72bd357bd7aba8c01eeb60d4efec955cfec0bf456fbbd7c3801b79a' + '37aaaabfe1b8dde83254c738aa562b7eb7b1663cea09a53cedf9dabe5ddbb184' else - '50eb5e645f549e8a51ff64ede2d85e0a8051c7d929295fe3319dc23ba73d5c1d' + 'e82e434a3f0c5d1a48d7cda2b6100ce51ae250d93b6a17b2fb81ba0fda463b3b' end end