Skip to content

Commit 5e935a7

Browse files
committed
[Dependencies] Bump ParallelCluster version to 3.11.1.
1 parent 1e3e0a8 commit 5e935a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frontend/src/feature-flags/__tests__/FeatureFlagsProvider.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('given a feature flags provider and a list of rules', () => {
155155
})
156156
})
157157

158-
for (const version of ["3.9.0", "3.11.0"]) {
158+
for (const version of ["3.9.0", "3.11.1"]) {
159159
describe(`when the version is ${version}`, () => {
160160
it('should return the list of available features', async () => {
161161
const features = await subject(version, region)

infrastructure/environments/demo-cfn-create-args.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
ParameterValue: [email protected]
55
- ParameterKey: Version
6-
ParameterValue: 3.11.0
6+
ParameterValue: 3.11.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

infrastructure/environments/demo-cfn-update-args.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
UsePreviousValue: true
55
- ParameterKey: Version
6-
ParameterValue: 3.11.0
6+
ParameterValue: 3.11.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

infrastructure/parallelcluster-ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Parameters:
3434
Version:
3535
Description: Version of AWS ParallelCluster to deploy
3636
Type: String
37-
Default: 3.11.0
37+
Default: 3.11.1
3838
ImageBuilderVpcId:
3939
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
4040
Type: String

0 commit comments

Comments
 (0)