We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17de2b commit 5b9209cCopy full SHA for 5b9209c
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
8
+## [0.11.2] - 2024-09-30
9
+### Changed
10
+- Updated Consul version from `1.19.1` to `1.19.2`
11
+- Updated Nomad version from `1.8.2` to `1.8.4`
12
+- Updated Vault version from `1.17.2` to `1.17.6`
13
+
14
## [0.11.1] - 2024-07-17
15
### Changed
16
- Updated Consul version from `1.18.2` to `1.19.1`
hashistack/variables.pkrvars.hcl
@@ -1,6 +1,6 @@
1
zone = "northamerica-northeast2-c"
2
arch = "amd64"
3
4
-consul_version = "1.19.1"
-nomad_version = "1.8.2"
-vault_version = "1.17.2"
+consul_version = "1.19.2"
+nomad_version = "1.8.4"
+vault_version = "1.17.6"
0 commit comments