From 50911d9320e46f7f929597f1a2ff0e80ead9afc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A9trancourt?= Date: Wed, 4 Aug 2021 11:55:43 +0000 Subject: [PATCH] bumped to 3.5.0 --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9cf3a..4ddffcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.5.0 + +* Enhancement: Backend now utilizes [hiera-eyaml](https://github.com/voxpupuli/hiera-eyaml) to decrypt data. + ## 3.4.0 * Enhancement: Backend now utilizes Hiera's context.interpolate function to add interpolation of values in results. diff --git a/metadata.json b/metadata.json index 38aae51..1e4b627 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "crayfishx-hiera_http", - "version": "3.4.0", + "version": "3.5.0", "author": "Craig Dunn", "summary": "Hiera 5 backend to query data lookups over HTTP", "license": "Apache 2.0",