Skip to content

Commit e329914

Browse files
committed
[Docs] Add entry in changelog for 3.8.0 about custom IAM prefix for ParallelCluster API and permissions boundary being applied to every IAM role created by the ParallelCluster API infrastructure.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 0202bd4 commit e329914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ CHANGELOG
2727
- Make `InstanceType` an optional configuration parameter when configuring `CapacityReservationTarget/CapacityReservationId` in the compute resource.
2828
- Add `Scheduling/ScalingStrategy` parameter to control job-level scaling strategy for node to be resumed by Slurm.
2929
Possible values are `all-or-nothing`, `greedy-all-or-nothing`, `best-effort`, with `all-or-nothing` being the default.
30+
- Add possibility to specify a prefix for IAM roles and policies created by ParallelCluster API.
31+
- Add possibility to specify a permissions boundary to be applied for IAM roles and policies created by ParallelCluster API.
3032

3133
**CHANGES**
3234
- Changed cluster alarms naming convention to '[cluster-name]-[component-name]-[metric]'.
3335
- Add head node alarms to cluster dashboard.
3436
- Add support for Python 3.10 in aws-parallelcluster-batch-cli.
3537
- Remove `all_or_nothing_batch` resume configuration parameter, in favor of the new `scaling_strategy` parameter
3638
that can be set using `Scheduling/ScalingStrategy` cluster configuration.
39+
- The optional permissions boundary for the ParallelCluster API is now applied to every IAM role created by the API infrastructure.
3740

3841
**BUG FIXES**
3942
- Fix inconsistent configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.

0 commit comments

Comments
 (0)