-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
batch: Docstring defining default value of updateToLatestImageVersion
property of ManagedComputeEnvironmentProps
was not updated to false
when releasing stable API
#33582
Labels
@aws-cdk/aws-batch
Related to AWS Batch
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p2
Comments
1 task
mergify bot
pushed a commit
that referenced
this issue
Feb 28, 2025
…ageVersion in ManagedComputeEnvironmentProps. (#33594) ### Issue # (if applicable) Closes #33582. ### Reason for this change Documentation string for `updateToLatestImageVersion` in `ManagedComputeEnvironmentProps` was incorrect w.r.t. changes introduced in [diff](https://github.com/aws/aws-cdk/pull/27059/files#diff-7ae09067a7ce8a58d494da3c01be13161be021e9cdb96008221d6e16cd0366b3). ### Description of changes Corrected the documentation string for `updateToLatestImageVersion` in `ManagedComputeEnvironmentProps`. (taken from [IManagedComputeEnvironment](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-batch/lib/managed-compute-environment.ts#L97-L99)) ### Describe any new or updated permissions being added N/A ### Description of how you validated changes N/A (simple documentation fix) ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
hwum
pushed a commit
to hwum/aws-cdk
that referenced
this issue
Mar 3, 2025
…ageVersion in ManagedComputeEnvironmentProps. (aws#33594) ### Issue # (if applicable) Closes aws#33582. ### Reason for this change Documentation string for `updateToLatestImageVersion` in `ManagedComputeEnvironmentProps` was incorrect w.r.t. changes introduced in [diff](https://github.com/aws/aws-cdk/pull/27059/files#diff-7ae09067a7ce8a58d494da3c01be13161be021e9cdb96008221d6e16cd0366b3). ### Description of changes Corrected the documentation string for `updateToLatestImageVersion` in `ManagedComputeEnvironmentProps`. (taken from [IManagedComputeEnvironment](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-batch/lib/managed-compute-environment.ts#L97-L99)) ### Describe any new or updated permissions being added N/A ### Description of how you validated changes N/A (simple documentation fix) ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-batch
Related to AWS Batch
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p2
Describe the issue
In #27059 the default behavior of
updateToLatestImageVersion
was updated to beundefined
instead oftrue
. This change was accurately captured in the documentation ofupdateToLatestImageVersion
defined inIManagedComputeEnvironment
, but not inManagedComputeEnvironmentProps
.Diff for adjusted behavior: https://github.com/aws/aws-cdk/pull/27059/files#diff-7ae09067a7ce8a58d494da3c01be13161be021e9cdb96008221d6e16cd0366b3L220
Links
The text was updated successfully, but these errors were encountered: