Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbm committed Dec 31, 2019
1 parent 617ba3a commit d57f484
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion pkg/secrets/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d57f484

Please sign in to comment.