From c87e595089a59303634588b24aa71878e01e008c Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Tue, 4 May 2021 00:59:10 -0700 Subject: [PATCH] =?UTF-8?q?Update=20spacectl=20to=200.1.0=20=E2=86=92=200.?= =?UTF-8?q?2.0=20(#1205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/badges.md | 2 +- docs/targets.md | 2 +- vendor/spacectl/Makefile | 9 +++------ vendor/spacectl/VERSION | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 766cfe0115..ad441a09fc 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Here are some solutions to several common problems that may occur when adding a [![shfmt](https://github.com/cloudposse/packages/workflows/shfmt/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.2.4 | A shell parser, formatter and interpreter (POSIX/Bash/mksh) [![slack-notifier](https://github.com/cloudposse/packages/workflows/slack-notifier/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aslack-notifier) | 0.3.0 | Command line utility to send messages with attachments to Slack channels via Incoming Webhooks [![sops](https://github.com/cloudposse/packages/workflows/sops/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Asops) | 3.7.1 | Secrets management stinks, use some sops! -[![spacectl](https://github.com/cloudposse/packages/workflows/spacectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspacectl) | 0.1.0 | [Spacelift.io](https://spacelift.io/) client and CLI +[![spacectl](https://github.com/cloudposse/packages/workflows/spacectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspacectl) | 0.2.0 | [Spacelift.io](https://spacelift.io/) client and CLI [![spotctl](https://github.com/cloudposse/packages/workflows/spotctl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspotctl) | 0.20.0 | A unified CLI to manage your [Spot](https://spot.io/) resources. [![stern](https://github.com/cloudposse/packages/workflows/stern/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Astern) | 1.11.0 | ⎈ Multi pod and container log tailing for Kubernetes [![sudosh](https://github.com/cloudposse/packages/workflows/sudosh/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Asudosh) | 0.3.0 | Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging diff --git a/docs/badges.md b/docs/badges.md index d5bb98ebe7..5c0fb9455c 100644 --- a/docs/badges.md +++ b/docs/badges.md @@ -95,7 +95,7 @@ [![shfmt](https://github.com/cloudposse/packages/workflows/shfmt/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.2.4 | A shell parser, formatter and interpreter (POSIX/Bash/mksh) [![slack-notifier](https://github.com/cloudposse/packages/workflows/slack-notifier/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aslack-notifier) | 0.3.0 | Command line utility to send messages with attachments to Slack channels via Incoming Webhooks [![sops](https://github.com/cloudposse/packages/workflows/sops/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Asops) | 3.7.1 | Secrets management stinks, use some sops! -[![spacectl](https://github.com/cloudposse/packages/workflows/spacectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspacectl) | 0.1.0 | [Spacelift.io](https://spacelift.io/) client and CLI +[![spacectl](https://github.com/cloudposse/packages/workflows/spacectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspacectl) | 0.2.0 | [Spacelift.io](https://spacelift.io/) client and CLI [![spotctl](https://github.com/cloudposse/packages/workflows/spotctl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aspotctl) | 0.20.0 | A unified CLI to manage your [Spot](https://spot.io/) resources. [![stern](https://github.com/cloudposse/packages/workflows/stern/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Astern) | 1.11.0 | ⎈ Multi pod and container log tailing for Kubernetes [![sudosh](https://github.com/cloudposse/packages/workflows/sudosh/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Asudosh) | 0.3.0 | Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging diff --git a/docs/targets.md b/docs/targets.md index 8752f49250..388478ed2c 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -100,7 +100,7 @@ shellcheck 0.7.2 ShellCheck, a static analysis tool for shel shfmt 3.2.4 A shell parser, formatter and interpreter (POSIX/Bash/mksh) slack-notifier 0.3.0 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks sops 3.7.1 Secrets management stinks, use some sops! -spacectl 0.1.0 [Spacelift.io](https://spacelift.io/) client and CLI +spacectl 0.2.0 [Spacelift.io](https://spacelift.io/) client and CLI spotctl 0.20.0 A unified CLI to manage your [Spot](https://spot.io/) resources. stern 1.11.0 ⎈ Multi pod and container log tailing for Kubernetes sudosh 0.3.0 Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging diff --git a/vendor/spacectl/Makefile b/vendor/spacectl/Makefile index 041ad0f047..f9ff02c0b6 100644 --- a/vendor/spacectl/Makefile +++ b/vendor/spacectl/Makefile @@ -2,9 +2,7 @@ export VENDOR = spacelift-io export PACKAGE_REPO_NAME = spacectl export PACKAGE_EXE = spacectl -export PACKAGE_REPO_EXE = spacelift-cli-$(OS)-$(ARCH) -# https://github.com/spacelift-io/spacectl/releases/download/v0.1.0/spacelift-cli-linux-arm64.tar.gz -export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_REPO_EXE).tar.gz +export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_EXE)-$(OS)-$(ARCH).tar.gz export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary ## Uncomment only if you need additional libraries @@ -12,7 +10,6 @@ export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary include ../../tasks/Makefile.vendor_includes -install: PACKAGE_NAME = $(PACKAGE_REPO_EXE) install: $(call download_tar_gz) @@ -23,5 +20,5 @@ test: ## This may be required for apk building and varies from package to package # Custom post-package processing (Note the double colon to append to current inherited package/prepare task) -package/prepare:: - mv src/$(PACKAGE_REPO_EXE) src/$(PACKAGE_EXE) +#package/prepare:: +# mv src/$(PACKAGE_REPO_EXE) src/$(PACKAGE_EXE) diff --git a/vendor/spacectl/VERSION b/vendor/spacectl/VERSION index 6e8bf73aa5..0ea3a944b3 100644 --- a/vendor/spacectl/VERSION +++ b/vendor/spacectl/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0