Skip to content

Commit bd71b88

Browse files
committed
feat(eks-v2-alpha): eks-v2-alpha is now in developer preview
1 parent 2bde1a0 commit bd71b88

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/@aws-cdk/aws-eks-v2-alpha/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
---
55

6-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
6+
![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)
77

8-
> The APIs of higher level constructs in this module are experimental and under active development.
9-
> They are subject to non-backward compatible changes or removal in any future version. These are
10-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
11-
> announced in the release notes. This means that while you may use them, you may need to update
12-
> your source code when upgrading to a newer version of this package.
8+
> The APIs of higher level constructs in this module are in **developer preview** before they
9+
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
10+
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
11+
> will be announced in release notes. This means that while you may use them, you may need to
12+
> update your source code when upgrading to a newer version of this package.
1313
1414
---
1515

packages/@aws-cdk/aws-eks-v2-alpha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"node": ">= 18.0.0"
117117
},
118118
"stability": "experimental",
119-
"maturity": "experimental",
119+
"maturity": "developer-preview",
120120
"awslint": {
121121
"exclude": [
122122
"*:*"
@@ -140,4 +140,4 @@
140140
"cdk8s-plus-25": "^2.7.0"
141141
}
142142
}
143-
}
143+
}

0 commit comments

Comments
 (0)