From fe742d79c3c48330d6a028f7e9eada81450f0629 Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Thu, 10 Aug 2023 13:31:15 +0200 Subject: [PATCH] Bump pulumi-ec's java version This is from https://github.com/pulumi/pulumi-ec/pull/128 --- provider-ci/providers/ec/config.yaml | 1 + provider-ci/providers/ec/repo/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/provider-ci/providers/ec/config.yaml b/provider-ci/providers/ec/config.yaml index b7aa487e6a..91469fe3a2 100644 --- a/provider-ci/providers/ec/config.yaml +++ b/provider-ci/providers/ec/config.yaml @@ -8,3 +8,4 @@ plugins: - name: random version: "4.3.1" team: ecosystem +javaGenVersion: "v0.9.5" diff --git a/provider-ci/providers/ec/repo/Makefile b/provider-ci/providers/ec/repo/Makefile index dacc4ec7fd..486f98ac3b 100644 --- a/provider-ci/providers/ec/repo/Makefile +++ b/provider-ci/providers/ec/repo/Makefile @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK) PROVIDER := pulumi-resource-$(PACK) VERSION := $(shell pulumictl get version) JAVA_GEN := pulumi-java-gen -JAVA_GEN_VERSION := v0.5.4 +JAVA_GEN_VERSION := v0.9.5 TESTPARALLELISM := 10 WORKING_DIR := $(shell pwd)