File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ v4.1.0] ( https://github.com/voxpupuli/hiera-eyaml/tree/v4.1.0 ) (2024-05-10)
6
+
7
+ [ Full Changelog] ( https://github.com/voxpupuli/hiera-eyaml/compare/v4.0.0...v4.1.0 )
8
+
9
+ ** Implemented enhancements:**
10
+
11
+ - Remove public key requirement to decrypt [ \# 378] ( https://github.com/voxpupuli/hiera-eyaml/pull/378 ) ([ cmd-ntrf] ( https://github.com/cmd-ntrf ) )
12
+
5
13
## [ v4.0.0] ( https://github.com/voxpupuli/hiera-eyaml/tree/v4.0.0 ) (2024-05-10)
6
14
7
15
[ Full Changelog] ( https://github.com/voxpupuli/hiera-eyaml/compare/v3.4.0...v4.0.0 )
Original file line number Diff line number Diff line change 1
1
class Hiera
2
2
module Backend
3
3
module Eyaml
4
- VERSION = '4.0 .0'
4
+ VERSION = '4.1 .0'
5
5
DESCRIPTION = 'Hiera-eyaml is a backend for Hiera which provides OpenSSL encryption/decryption for Hiera properties'
6
6
7
7
class RecoverableError < StandardError
You can’t perform that action at this time.
0 commit comments