Skip to content

Commit

Permalink
Vault version 1.4.0, flavors and more
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Apr 9, 2020
1 parent dd65b78 commit 72cba96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## NEXT
## 3.4.0

- Vault v1.4.0
- Introducing flavors
- Introduce flavors
- Reorganize locations for configuration and data
- Consistent use of data volume for Raft and Filesystem storage backends
- Add Vault Integrated Storage (Raft) flavor
- Add Vault Consul Storage flavor
- Castle of Lions
- Update documentation

## 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion flavors/consul/vaultron.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

# Set TF_VAR_vault_version to set this
variable "vault_version" {
default = "1.3.4"
default = "1.4.0"
}

# Set TF_VAR_consul_version to set this
Expand Down
2 changes: 1 addition & 1 deletion flavors/raft/vaultron.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

# Set TF_VAR_vault_version to set this
variable "vault_version" {
default = "1.3.4"
default = "1.4.0"
}

# -----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0

0 comments on commit 72cba96

Please sign in to comment.