We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a802d commit e72f96fCopy full SHA for e72f96f
CHANGELOG.md
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.2.3] - 2025-03-25
8
+### Fixed
9
+- Fixed `--variable-override` to accept multiple arguments to override multiple variables
10
+
11
## [0.2.2] - 2024-06-17
12
### Fixed
13
- Fixed a bug allowing child process errors to be ignored while rendering.
lib/kubernetes_template_rendering/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module KubernetesTemplateRendering
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end
0 commit comments