Skip to content

Commit

Permalink
Update pulumictl to 0.0.34
Browse files Browse the repository at this point in the history
Means we can clean up some "cd ../.. &&" bits in the SDK Makefiles, but this version of pulumictl also errors on less semver formats.
  • Loading branch information
Frassle committed Aug 23, 2022
1 parent 89b08f3 commit a4e2548
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN version=1.42.1 \
&& golangci-lint version

# Install pulumictl
RUN version=0.0.25 \
RUN version=0.0.34 \
&& curl -fsSLO https://github.com/pulumi/pulumictl/releases/download/v$version/pulumictl-v$version-linux-amd64.tar.gz \
&& tar -xzf pulumictl-v$version-linux-amd64.tar.gz --directory /usr/local/bin --no-same-owner pulumictl \
&& rm -f pulumictl-v$version-linux-amd64.tar.gz \
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Set up Go ${{ inputs.go-version }}
uses: actions/setup-go@v2
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Set up Node ${{ inputs.node-version }}
uses: actions/setup-node@v2
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Set up DotNet ${{ inputs.dotnet-version }}
uses: actions/setup-dotnet@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Fetch Tags
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
# uses: jaxxstorm/action-install-gh-release@v1.7.1
# with:
# repo: pulumi/pulumictl
# tag: v0.0.32
# tag: v0.0.34
# cache: enable
# - name: Repository Dispatch
# run: |
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Ensure
run: |
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Fetch Tags
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Ensure
run: |
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
# Section 1: configure
- name: Configure AWS Credentials
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand All @@ -59,7 +59,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand All @@ -83,7 +83,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand All @@ -110,7 +110,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand All @@ -137,7 +137,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Repository Dispatch
run: |
Expand All @@ -155,7 +155,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand All @@ -182,7 +182,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Download versions.txt
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Fetch Tags
run: |
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Ensure
run: |
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-build-and-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Ensure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-codegen-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Check out source code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docs-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Check out source code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Install gotestsum
uses: jaxxstorm/action-install-gh-release@v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Install gotestsum
uses: jaxxstorm/action-install-gh-release@v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Install gotestsum
uses: jaxxstorm/action-install-gh-release@v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: pulumi/pulumictl
tag: v0.0.32
tag: v0.0.34
cache: enable
- name: Compute versions
run: ./scripts/versions.sh | tee versions.txt
Expand Down
2 changes: 1 addition & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH="$HOME/.pulumi:$HOME/.pulumi/bin:$PATH"
RUN mkdir -p /home/gitpod/dotnet && \
curl -fsSL https://download.visualstudio.microsoft.com/download/pr/f65a8eb0-4537-4e69-8ff3-1a80a80d9341/cc0ca9ff8b9634f3d9780ec5915c1c66/dotnet-sdk-3.1.201-linux-x64.tar.gz \
| tar xz -C /home/gitpod/dotnet && \
wget -qO- https://github.com/pulumi/pulumictl/releases/download/v0.0.28/pulumictl-v0.0.28-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/local/bin
wget -qO- https://github.com/pulumi/pulumictl/releases/download/v0.0.34/pulumictl-v0.0.34-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/local/bin


ENV DOTNET_ROOT=/home/gitpod/dotnet
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LANGHOST_PKG := github.com/pulumi/pulumi/sdk/v3/dotnet/cmd/pulumi-language-do

PROJECT_PKGS := $(shell go list ./cmd...)

DOTNET_VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell cd ../../ && pulumictl get version --language dotnet))
DOTNET_VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell pulumictl get version --language dotnet))

TESTPARALLELISM ?= 10

Expand Down
2 changes: 1 addition & 1 deletion sdk/go/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME := Pulumi Go SDK
LANGHOST_PKG := github.com/pulumi/pulumi/sdk/v3/go/pulumi-language-go
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell cd ../../ && pulumictl get version))
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell pulumictl get version))
TEST_FAST_PKGS := $(shell go list ./pulumi/... ./pulumi-language-go/... ./common/... | grep -v /vendor/ | grep -v templates)
TEST_AUTO_PKGS := $(shell go list ./auto/... | grep -v /vendor/ | grep -v templates)
TESTPARALLELISM ?= 10
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME := Pulumi Node.JS SDK
NODE_MODULE_NAME := @pulumi/pulumi
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell cd ../../ && pulumictl get version --language javascript))
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell pulumictl get version --language javascript))

LANGUAGE_HOST := github.com/pulumi/pulumi/sdk/v3/nodejs/cmd/pulumi-language-nodejs

Expand Down
4 changes: 2 additions & 2 deletions sdk/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT_NAME := Pulumi Python SDK
LANGHOST_PKG := github.com/pulumi/pulumi/sdk/v3/python/cmd/pulumi-language-python
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell cd ../../ && pulumictl get version))
PYPI_VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell cd ../../ && pulumictl get version --language python))
VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell pulumictl get version))
PYPI_VERSION := $(if ${PULUMI_VERSION},${PULUMI_VERSION},$(shell pulumictl get version --language python))

PYENV := ./env
PYENVSRC := $(PYENV)/src
Expand Down

0 comments on commit a4e2548

Please sign in to comment.