File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/kubernetes_template_rendering Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
55Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.2.4] - UNRELEASED
7+ ## [ 0.2.4] - 2025-05-08
88### Fixed
99- Fixed ` --prune ` to properly remove files in the rendered directory
1010
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- kubernetes_template_rendering (0.2.4.luis.1 )
4+ kubernetes_template_rendering (0.2.4 )
55 activesupport (< 8 )
66 invoca-utils
77 jsonnet
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module KubernetesTemplateRendering
4- VERSION = "0.2.4.luis.1 "
4+ VERSION = "0.2.4"
55end
You can’t perform that action at this time.
0 commit comments