Skip to content

Commit

Permalink
Merge pull request #2049 from cyberark/bump-version-1.11.3
Browse files Browse the repository at this point in the history
Bump version to v1.11.3
  • Loading branch information
Geri Jennings authored Feb 22, 2021
2 parents 9f06ebd + 4bfa672 commit ea067c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.11.3] - 2021-02-22

### Fixed
- Conjur now raises a new `ServiceIdMissing` error if the `service-id` param is
missing in an authentication request for the OIDC authenticator.
[cyberark/conjur#2004](https://github.com/cyberark/conjur/issues/2004)

### Changed
- Conjur now raises a RoleNotFound when trying to authenticate a non-existing host in authn-k8s
- Conjur now raises a `RoleNotFound` error when trying to authenticate a
non-existing host in authn-k8s.
[cyberark/conjur#2046](https://github.com/cyberark/conjur/issues/2046)

## [1.11.2] - 2021-02-02
Expand All @@ -32,9 +41,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[cyberark/conjur#1997](https://github.com/cyberark/conjur/issues/1997)

### Fixed
- Conjur now raises a proper error if the `service-id` param is missing in an
authentication request for the OIDC authenticator.
[cyberark/conjur#2004](https://github.com/cyberark/conjur/issues/2004)
- Requests with empty body and `application/json` Content-Type Header will now
return 400 error instead of 500 error.
[cyberark/conjur#1968](https://github.com/cyberark/conjur/issues/1968)
Expand Down Expand Up @@ -536,7 +542,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/conjur/compare/v1.11.2...HEAD
[Unreleased]: https://github.com/cyberark/conjur/compare/v1.11.3...HEAD
[1.11.3]: https://github.com/cyberark/conjur/compare/v1.11.2...v1.11.3
[1.11.2]: https://github.com/cyberark/conjur/compare/v1.11.1...v1.11.2
[1.11.1]: https://github.com/cyberark/conjur/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/cyberark/conjur/compare/v1.10.0...v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.11.3

0 comments on commit ea067c9

Please sign in to comment.