Skip to content

Commit

Permalink
Prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg committed Apr 19, 2019
1 parent fb15cb4 commit d337635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Change line format:

## Unreleased (master)

## v0.2.0

### Added

* Testing against Vault `1.1.1` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-us
E.g installation on a Linux AMD64 host

```
# Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.1.0_linux_amd64
# Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.2.0_linux_amd64
> mkdir -p ~/.terraform.d/plugins/linux_amd64
> mv ~/Downloads/terraform-provider-vaulted_v0.1.0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
> mv ~/Downloads/terraform-provider-vaulted_v0.2.0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
```

And we're ready to use it!
Expand Down

0 comments on commit d337635

Please sign in to comment.