Skip to content

Commit

Permalink
[variant] Upgrade to 0.16.0 (#154)
Browse files Browse the repository at this point in the history
* Upgrade variant

* Update instructions
  • Loading branch information
osterman authored Feb 1, 2019
1 parent 2285149 commit 2421f11
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The repository itself is managed using [`alpinist`](https://github.com/cloudposs
We provide a bootstrap script to configure the alpine repository for your version of alpine.

```
curl -sSL https://apk.cloudposse.com/install.sh | sudo bash
curl -sSL https://apk.cloudposse.com/install.sh | sh
```
__NOTE__: Requires `bash` and `curl` to run:

Expand Down Expand Up @@ -196,7 +196,7 @@ aws-vault 4.4.1 A vault for securely storing and accessing
chamber 2.3.2 CLI for managing secrets
cli53 0.8.12 Command line tool for Amazon Route 53
cloudflared 2018.8.0 Argo Tunnel client
codefresh 0.9.14 Codefresh CLI provides a full and flexible interface to interact with Codefresh.
codefresh 0.11.1 Codefresh CLI
ctop 0.7.1 Top-like interface for container metrics
direnv 2.18.2 Unclutter your .profile
emailcli 1.0.3 Command line email sending client written in Go.
Expand Down Expand Up @@ -239,8 +239,8 @@ terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.17.0 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.1.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.12.0 Variant is a Universal CLI tool that works like a task runner
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.16.1 Variant is a Universal CLI tool that works like a task runner
yq 2.1.1 yq is a portable command-line YAML processor
```

Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ usage: |-
We provide a bootstrap script to configure the alpine repository for your version of alpine.
```
curl -sSL https://apk.cloudposse.com/install.sh | sudo bash
curl -sSL https://apk.cloudposse.com/install.sh | sh
```
__NOTE__: Requires `bash` and `curl` to run:
Expand Down
10 changes: 5 additions & 5 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.4.10 Terraform For Teams
atlantis 0.4.13 Terraform For Teams
awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.3.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.4.1 A vault for securely storing and accessing AWS credentials in development environments
chamber 2.3.2 CLI for managing secrets
cli53 0.8.12 Command line tool for Amazon Route 53
cloudflared 2018.8.0 Argo Tunnel client
codefresh 0.9.14 Codefresh CLI provides a full and flexible interface to interact with Codefresh.
codefresh 0.11.1 Codefresh CLI
ctop 0.7.1 Top-like interface for container metrics
direnv 2.18.2 Unclutter your .profile
emailcli 1.0.3 Command line email sending client written in Go.
Expand Down Expand Up @@ -47,12 +47,12 @@ slack-notifier 0.1.3 Command line utility to send messages with
sops 3.1.1 Secrets management stinks, use some sops!
stern 1.8.0 ⎈ Multi pod and container log tailing for Kubernetes
teleport 3.0.0 Privileged access management for elastic infrastructure.
terraform 0.11.10 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform 0.11.11 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.17.0 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.1.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.12.0 Variant is a Universal CLI tool that works like a task runner
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.16.1 Variant is a Universal CLI tool that works like a task runner
yq 2.1.1 yq is a portable command-line YAML processor
```
2 changes: 1 addition & 1 deletion vendor/variant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.16.1

0 comments on commit 2421f11

Please sign in to comment.