Skip to content

Commit

Permalink
Update spacectl to 0.1.0 → 0.2.0 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot authored May 4, 2021
1 parent c5fc004 commit c87e595
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions vendor/spacectl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
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
# export APKBUILD_DEPENDS += libc6-compat

include ../../tasks/Makefile.vendor_includes

install: PACKAGE_NAME = $(PACKAGE_REPO_EXE)
install:
$(call download_tar_gz)

Expand All @@ -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)
2 changes: 1 addition & 1 deletion vendor/spacectl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit c87e595

Please sign in to comment.