Skip to content

Commit

Permalink
[Dependencies] Bump ParallelCluster version to 3.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Oct 22, 2024
1 parent 1e3e0a8 commit 5e935a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ describe('given a feature flags provider and a list of rules', () => {
})
})

for (const version of ["3.9.0", "3.11.0"]) {
for (const version of ["3.9.0", "3.11.1"]) {
describe(`when the version is ${version}`, () => {
it('should return the list of available features', async () => {
const features = await subject(version, region)
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/demo-cfn-create-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Parameters:
- ParameterKey: AdminUserEmail
ParameterValue: [email protected]
- ParameterKey: Version
ParameterValue: 3.11.0
ParameterValue: 3.11.1
- ParameterKey: InfrastructureBucket
ParameterValue: BUCKET_URL_PLACEHOLDER
- ParameterKey: PublicEcrImageUri
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/demo-cfn-update-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Parameters:
- ParameterKey: AdminUserEmail
UsePreviousValue: true
- ParameterKey: Version
ParameterValue: 3.11.0
ParameterValue: 3.11.1
- ParameterKey: InfrastructureBucket
ParameterValue: BUCKET_URL_PLACEHOLDER
- ParameterKey: PublicEcrImageUri
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/parallelcluster-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Parameters:
Version:
Description: Version of AWS ParallelCluster to deploy
Type: String
Default: 3.11.0
Default: 3.11.1
ImageBuilderVpcId:
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
Type: String
Expand Down

0 comments on commit 5e935a7

Please sign in to comment.