From 2e4cfaeb8612179c79e293ba52a8afcdcfd6ef52 Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Thu, 22 Jul 2021 11:58:19 +0200 Subject: [PATCH] feat(pipelines): CDK Pipelines is now Generally Available (#15667) Switch the CDK Pipelines API to stable and GA. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/@aws-cdk/pipelines/README.md | 8 +------- packages/@aws-cdk/pipelines/package.json | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/@aws-cdk/pipelines/README.md b/packages/@aws-cdk/pipelines/README.md index 83e53348a04e2..8eb49268b2a24 100644 --- a/packages/@aws-cdk/pipelines/README.md +++ b/packages/@aws-cdk/pipelines/README.md @@ -3,13 +3,7 @@ --- -![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge) - -> The APIs of higher level constructs in this module are in **developer preview** before they -> become stable. We will only make breaking changes to address unforeseen API issues. Therefore, -> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes -> will be announced in release notes. This means that while you may use them, you may need to -> update your source code when upgrading to a newer version of this package. +![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge) --- diff --git a/packages/@aws-cdk/pipelines/package.json b/packages/@aws-cdk/pipelines/package.json index 25c9099e64074..5edf5a75d7f85 100644 --- a/packages/@aws-cdk/pipelines/package.json +++ b/packages/@aws-cdk/pipelines/package.json @@ -95,8 +95,8 @@ "node": ">= 10.13.0 <13 || >=13.7.0" }, "license": "Apache-2.0", - "stability": "experimental", - "maturity": "developer-preview", + "stability": "stable", + "maturity": "stable", "cdk-build": { "jest": true, "env": {