File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
lib/kubernetes_template_rendering Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
5
Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.4] - UNRELEASED
8
+ ### Fixed
9
+ - Fixed ` --prune ` to properly remove files in the rendered directory
10
+
7
11
## [ 0.2.3] - 2025-03-25
8
12
### Fixed
9
13
- Fixed ` --variable-override ` to accept multiple arguments to override multiple variables
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- kubernetes_template_rendering (0.2.3 )
4
+ kubernetes_template_rendering (0.2.4.luis.1 )
5
5
activesupport (< 8 )
6
6
invoca-utils
7
7
jsonnet
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module KubernetesTemplateRendering
4
- VERSION = "0.2.3 "
4
+ VERSION = "0.2.4.luis.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments