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/).
44
55Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.5] - 2025-05-08
8+ ### Fixed
9+ - Updated ` rexml ` dependency to avoid security issues
10+
711## [ 0.2.4] - 2025-05-08
812### Fixed
913- Fixed ` --prune ` to properly remove files in the rendered directory
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- kubernetes_template_rendering (0.2.4 )
4+ kubernetes_template_rendering (0.2.5 )
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 "
4+ VERSION = "0.2.5 "
55end
You can’t perform that action at this time.
0 commit comments