File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ zone = "northamerica-northeast2-c"
22arch = " amd64"
33machine_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 "
You can’t perform that action at this time.
0 commit comments