From 53de62a59834455b89f9a567468233daf710e5b9 Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Thu, 3 Aug 2023 02:52:53 +0300 Subject: [PATCH] docs: remove obsolete part of documentation --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ace1145..cb0314d 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,3 @@ jobs: ```
- -### Development Status - -These constructs are fresh out from the oven, since [Github just announced](https://github.blog/changelog/2021-10-27-github-actions-secure-cloud-deployments-with-openid-connect/) the OpenID Connect feature as generally available. I've been playing around with the feature for some time, but the construct itself haven't yet been widely used. - -These constructs will stay in `v0.x.x` for a while, to allow easier bug fixing & breaking changes _if absolutely needed_. Once bugs are fixed (if any), the constructs will be published with `v1` major version and will be marked as stable. - -Currently only TypeScript, Python and Go versions provided, but before going to stable, I'll probably others (supported by JSII) depending on the amount of work required - so no promises!