From d0dc3f564a4faeb23b9eddda321d1268283d6332 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 12 Dec 2023 05:03:18 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .upgrade-config.yml | 1 + Makefile | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.upgrade-config.yml b/.upgrade-config.yml index 1e43c2d105..109dc7e679 100644 --- a/.upgrade-config.yml +++ b/.upgrade-config.yml @@ -5,3 +5,4 @@ upstream-provider-name: terraform-provider-alicloud pulumi-infer-version: true remove-plugins: true pr-reviewers: iwahbe # Team: pulumi/Providers +javaVersion: "v0.5.4" diff --git a/Makefile b/Makefile index 96ec551e5d..71e2192582 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +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 TESTPARALLELISM := 10 WORKING_DIR := $(shell pwd) PULUMI_CONVERT := 0 @@ -132,8 +133,8 @@ upstream.finalize: upstream.rebase: scripts/upstream.sh "$@" start_rebase -bin/pulumi-java-gen: .pulumi-java-gen.version - pulumictl download-binary -n pulumi-language-java -v v$(shell cat .pulumi-java-gen.version) -r pulumi/pulumi-java +bin/pulumi-java-gen: + pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java # To make an immediately observable change to .ci-mgmt.yaml: # @@ -149,7 +150,7 @@ ci-mgmt: .ci-mgmt.yaml --config $< .pulumi/bin/pulumi: .pulumi/version - curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(cat .pulumi/version) + curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(shell cat .pulumi/version) # Compute the version of Pulumi to use by inspecting the Go dependencies of the provider. .pulumi/version: