Skip to content

Commit 4cd9c86

Browse files
committed
TECH-18358: Bump to 0.2.4 pre-release version
1 parent 3ed5096 commit 4cd9c86

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.4] - UNRELEASED
8+
### Fixed
9+
- Fixed `--prune` to properly remove files in the rendered directory
10+
711
## [0.2.3] - 2025-03-25
812
### Fixed
913
- Fixed `--variable-override` to accept multiple arguments to override multiple variables

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kubernetes_template_rendering (0.2.3)
4+
kubernetes_template_rendering (0.2.4.luis.1)
55
activesupport (< 8)
66
invoca-utils
77
jsonnet
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.3"
4+
VERSION = "0.2.4.luis.1"
55
end

0 commit comments

Comments
 (0)