Skip to content

Commit

Permalink
Merge pull request #55 from cyberark/update-version
Browse files Browse the repository at this point in the history
Use a new authn-client version
  • Loading branch information
orenbm authored Jan 1, 2020
2 parents 5d7c251 + d57f484 commit 8f4c728
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.12
require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cyberark/conjur-api-go v0.6.0
github.com/cyberark/conjur-authn-k8s-client v0.14.0
github.com/cyberark/conjur-authn-k8s-client v0.15.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/json-iterator/go v1.1.9 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEe
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/cyberark/conjur-api-go v0.6.0 h1:QQYmFRhcCvmtZ9oSRoXCxWb7uRjppfu5lcEwo4HEjtg=
github.com/cyberark/conjur-api-go v0.6.0/go.mod h1:uM96pLpckwYYAWRSbrsw+TT0y3kg49QCEGpdpa9dJ34=
github.com/cyberark/conjur-authn-k8s-client v0.14.0 h1:oOAuHxrYzJ725iaLe3CpW/3gHRvAxJLM7gJfYtYc9Bg=
github.com/cyberark/conjur-authn-k8s-client v0.14.0/go.mod h1:qacUJXCppU1Rg/C+br9B1jBitTq4yG04oc4a+cfI200=
github.com/cyberark/conjur-authn-k8s-client v0.15.0 h1:HFSkyKtaWkxhOc+Whh2CV3x1HWsYWXu8yR4w6RS3umw=
github.com/cyberark/conjur-authn-k8s-client v0.15.0/go.mod h1:qacUJXCppU1Rg/C+br9B1jBitTq4yG04oc4a+cfI200=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
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 8f4c728

Please sign in to comment.