From d57f4849e435a9a31a59f6ca743a47ce5095fb31 Mon Sep 17 00:00:00 2001 From: orenbm Date: Tue, 31 Dec 2019 11:28:57 +0200 Subject: [PATCH] Update version to 0.3.0 --- CHANGELOG.md | 23 +++++++++++++---------- pkg/secrets/version.go | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6709cd6c..c760e646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,19 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.2.0] - 2019-09-19 +## [0.3.0] - 2019-12-26 -### Fixed +### Changed + - Using a new authn-client version that sends the full host-id in the CSR + request so we have this capability in this project. This enables users to + authenticate with hosts that are defined anywhere in the policy tree. + +## [0.2.0] - 2019-09-19 ### Added - - - Logs - - Logging in different log levels (info, debug, warn) - - Capability to Enable debug logs via the env - - More messages to increase UX and supportability - - An end-to-end integration test + - Logs + - Logging in different log levels (info, debug, warn) + - Capability to Enable debug logs via the env + - More messages to increase UX and supportability + - An end-to-end integration test ### Changed - - - Escape secrets with backslashes before patching in k8s + - Escape secrets with backslashes before patching in k8s \ No newline at end of file diff --git a/pkg/secrets/version.go b/pkg/secrets/version.go index ea498032..1f7a98fc 100644 --- a/pkg/secrets/version.go +++ b/pkg/secrets/version.go @@ -3,7 +3,7 @@ package secrets import "fmt" // Version field is a SemVer that should indicate the baked-in version -var Version = "0.2.0" +var Version = "0.3.0" // Tag field denotes the specific build type for the broker. It may // be replaced by compile-time variables if needed to provide the git