Skip to content

Commit c5365a0

Browse files
authored
docs(pipelines): remove notice for lack of CodePipeline V2 support (#34133)
### Reason for this change CDK Pipelines added support for CodePipeline V2 in https://github.com/aws/aws-cdk/releases/tag/v2.189.0. ### Description of changes Removed the notice about lack of CodePipeline V2 support in CDK Pipelines documentation. ### 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*
1 parent 271e439 commit c5365a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/aws-cdk-lib/pipelines/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ cluster directly: use CDK file assets with CloudFormation Init for instances, or
1111
CDK container assets for ECS clusters instead.
1212

1313
Give the CDK Pipelines way of doing things a shot first: you might find it does
14-
everything you need. If you need more control, or if you need `v2` support from
15-
`aws-codepipeline`, we recommend you drop down to using the `aws-codepipeline`
14+
everything you need. If you need more control, we recommend you drop down to using the `aws-codepipeline`
1615
construct library directly.
1716

1817
> This module contains two sets of APIs: an **original** and a **modern** version of

0 commit comments

Comments
 (0)