From 121b7e1a7f0bbad652708593a246dd1d253436ce Mon Sep 17 00:00:00 2001 From: ivan-sabelnikov <106418213+ivan-sabelnikov@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:23:00 +0000 Subject: [PATCH] fix: 1) Maintenance warning 2) bump nodejs (#25) * fix: 1) Maintenance warning 2) bump nodejs * Fix readme --------- Co-authored-by: Ivan Sabelnikov --- .devcontainer/Dockerfile | 2 +- .github/workflows/main.yml | 2 +- README.md | 2 ++ sdk/python/README.md | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 04ca2d2..3990fe3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -36,7 +36,7 @@ RUN rm -rf /usr/local/bin/pulumictl && \ tar -C /usr/local/bin -xzf pulumictl.${PULUMICTL_VERSION}.tar.gz # Install nodejs -ARG NODEJS_VERSION=v16.16.0 +ARG NODEJS_VERSION=v20.11.1 ARG NODEJS_PKG=node-${NODEJS_VERSION}-linux-x64 ARG NODEJS_TARBALL=${NODEJS_PKG}.tar.xz RUN rm -rf /usr/local/node && \ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dfbab66..cb7d9f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,5 +19,5 @@ jobs: provider: zitadel goversion: 1.21.x dotnetversion: 6.0.300 - nodeversion: 14.x + nodeversion: 20.x pythonversion: 3.9 diff --git a/README.md b/README.md index 2f550cc..9c7c3ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zitadel Resource Provider +**⚠️WARNING: [I](https://github.com/vavsab) do not maintain this repo anymore. [Wating for zitadel to respond](https://github.com/zitadel/terraform-provider-zitadel/issues/158)** + The Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources. ## Installing diff --git a/sdk/python/README.md b/sdk/python/README.md index 2f550cc..9c7c3ed 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -1,5 +1,7 @@ # Zitadel Resource Provider +**⚠️WARNING: [I](https://github.com/vavsab) do not maintain this repo anymore. [Wating for zitadel to respond](https://github.com/zitadel/terraform-provider-zitadel/issues/158)** + The Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources. ## Installing