Skip to content

Commit 4764591

Browse files
authored
feat(servicecatalog): graduate to stable 🚀 (#19515)
We will move library to stable, and promise semantic versioning for APIs. We have no expected breaking changes at this time, and no reported bugs. **Feel free to report or question any current APIs** ---- ### All Submissions: * [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 9f7aa65 commit 4764591

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

packages/@aws-cdk/aws-servicecatalog/README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@
55

66
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
77

8-
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
9-
>
10-
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
11-
12-
![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)
13-
14-
> The APIs of higher level constructs in this module are in **developer preview** before they
15-
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
16-
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
17-
> will be announced in release notes. This means that while you may use them, you may need to
18-
> update your source code when upgrading to a newer version of this package.
8+
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)
199

2010
---
2111

@@ -203,6 +193,7 @@ You can add a product to multiple portfolios depending on your organizational st
203193
```ts
204194
declare const portfolio: servicecatalog.Portfolio;
205195
declare const product: servicecatalog.CloudFormationProduct;
196+
206197
portfolio.addProduct(product);
207198
```
208199

packages/@aws-cdk/aws-servicecatalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"ref-via-interface:@aws-cdk/aws-servicecatalog.PortfolioProps.tagOptions"
122122
]
123123
},
124-
"maturity": "developer-preview",
125-
"stability": "experimental",
124+
"maturity": "stable",
125+
"stability": "stable",
126126
"awscdkio": {
127127
"announce": false
128128
},

0 commit comments

Comments
 (0)