Skip to content

Commit 5da878c

Browse files
committed
v1.4.2, bumped nomad, consul and vault versions
Signed-off-by: Glen Yu <glen.yu@gmail.com>
1 parent 34a4266 commit 5da878c

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [1.4.2] - 2026-01-23
9+
### Changed
10+
- Updated Consul version from `1.21.4` to `1.22.3`
11+
- Updated Nomad version from `1.10.4` to `1.11.1`
12+
- Updated Vault version from `1.20.2` to `1.21.1`
13+
814
## [1.4.1] - 2025-08-21
915
### Added
1016
- Set `TERM='xterm-256color'` in `/etc/profile` of Python 3.12 Bookworm base image

hashistack/variables.pkrvars.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ zone = "northamerica-northeast2-c"
22
arch = "amd64"
33
machine_type = "n2-standard-4"
44

5-
consul_version = "1.21.4"
6-
nomad_version = "1.10.4"
7-
vault_version = "1.20.2"
5+
consul_version = "1.22.3"
6+
nomad_version = "1.11.1"
7+
vault_version = "1.21.1"

0 commit comments

Comments
 (0)