From 84b9c3e6dee7525f953935e9c25162de0195faad Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Fri, 12 Dec 2025 13:19:30 +0100 Subject: [PATCH 1/4] Update README.md, _index.md and RELEASE.md Signed-off-by: Alexander Dahmen --- README.md | 4 ++-- RELEASE.md | 2 +- docs/_index.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e5b948..faf0e27 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Apache 2.0 ## Installing > [!NOTE] -> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported. +> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for TypeScript is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript) diff --git a/RELEASE.md b/RELEASE.md index 8b048f5..92fc5c6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,4 +28,4 @@ The version of the Pulumi provider is the same as the one for the Terraform prov - [GitHub releases page](https://github.com/stackitcloud/pulumi-stackit/releases) - [Pulumi registry](https://www.pulumi.com/registry/packages) 7. Ensure the packages where properly published (e.g. to npm) - - [npm](https://www.npmjs.com/) + - [npm](https://www.npmjs.com/package/@stackitcloud/pulumi-stackit) diff --git a/docs/_index.md b/docs/_index.md index ac45c10..dfae6e5 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -32,8 +32,8 @@ Apache 2.0 ## Installing > [!NOTE] -> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported. +> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for TypeScript is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript) From 184f0a8b44f657fd94d4bd6783d886940c846bcb Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Mon, 15 Dec 2025 09:35:09 +0100 Subject: [PATCH 2/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ruben Hönle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faf0e27..5babd0e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Apache 2.0 ## Installing > [!NOTE] -> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. +> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated SDKs directly. > Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for TypeScript is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). From e797d8f62b8c9973bb873698b439a7c9ff93fdc1 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Mon, 15 Dec 2025 09:35:25 +0100 Subject: [PATCH 3/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ruben Hönle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5babd0e..b5b4f39 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Apache 2.0 > [!NOTE] > Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated SDKs directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for TypeScript is supported. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript) From fc19a9634a7629c4e0d435fe23d126f0ef571bea Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Mon, 15 Dec 2025 09:35:33 +0100 Subject: [PATCH 4/4] Update docs/_index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ruben Hönle --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index dfae6e5..5f83f09 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -33,7 +33,7 @@ Apache 2.0 > [!NOTE] > Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for TypeScript is supported. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript)