Skip to content

Commit e72f96f

Browse files
authored
TECH-17815 update version
1 parent 14a802d commit e72f96f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.3] - 2025-03-25
8+
### Fixed
9+
- Fixed `--variable-override` to accept multiple arguments to override multiple variables
10+
711
## [0.2.2] - 2024-06-17
812
### Fixed
913
- Fixed a bug allowing child process errors to be ignored while rendering.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module KubernetesTemplateRendering
4-
VERSION = "0.2.2"
4+
VERSION = "0.2.3"
55
end

0 commit comments

Comments
 (0)