Skip to content

Commit

Permalink
Bump Altantis to 0.9.0.2 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Oct 14, 2019
1 parent 1fc256e commit 18ce495
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ packages/uninstall/%:
## Makefile Targets
```
assume-role 0.3.2 Easily assume AWS roles in your terminal.
atlantis 0.8.3 Terraform For Teams
atlantis 0.9.0 Terraform For Teams
awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.6.4 A vault for securely storing and accessing AWS credentials in development environments
chamber 2.4.0 CLI for managing secrets
cli53 0.8.12 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
cloudposse-atlantis 0.8.0.2 Terraform For Teams, enhanced by Cloud Posse
cloudposse-atlantis 0.9.0.2 Terraform For Teams, enhanced by Cloud Posse
codefresh 0.32.1 Codefresh CLI
ctop 0.7.1 Top-like interface for container metrics
direnv 2.20.0 Unclutter your .profile
Expand Down
4 changes: 2 additions & 2 deletions docs/targets.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Makefile Targets
```
assume-role 0.3.2 Easily assume AWS roles in your terminal.
atlantis 0.8.3 Terraform For Teams
atlantis 0.9.0 Terraform For Teams
awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.6.4 A vault for securely storing and accessing AWS credentials in development environments
chamber 2.4.0 CLI for managing secrets
cli53 0.8.12 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
cloudposse-atlantis 0.8.0.2 Terraform For Teams, enhanced by Cloud Posse
cloudposse-atlantis 0.9.0.2 Terraform For Teams, enhanced by Cloud Posse
codefresh 0.32.1 Codefresh CLI
ctop 0.7.1 Top-like interface for container metrics
direnv 2.20.0 Unclutter your .profile
Expand Down
2 changes: 1 addition & 1 deletion vendor/atlantis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.9.0
2 changes: 1 addition & 1 deletion vendor/cloudposse-atlantis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include ../../tasks/Makefile.apk
export VENDOR ?= cloudposse
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/$(PACKAGE_VERSION)/$(PACKAGE_REPO_NAME)_$(OS)_$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += dpkg libc6-compat
export APKBUILD_DEPENDS += dpkg
export APKBUILD_INSTALL_SCRIPTS = $(PACKAGE_NAME).post-install $(PACKAGE_NAME).post-deinstall
export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${VENDOR}/bin

Expand Down
2 changes: 1 addition & 1 deletion vendor/cloudposse-atlantis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0.2
0.9.0.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This is an Alpine `deinstall` hook that removes the alternative
# This is an Alpine `deinstall` hook that removes this alternative
MASTER_PACKAGE_NAME=atlantis
PACKAGE_NAME=cloudposse-atlantis
VENDOR=cloudposse
Expand Down

0 comments on commit 18ce495

Please sign in to comment.