Skip to content

Commit

Permalink
Merge pull request #42 from vshn/prepare-v0.7.0
Browse files Browse the repository at this point in the history
Prepare release v0.7.0
  • Loading branch information
simu committed Oct 14, 2020
2 parents 2d2726b + 98777b0 commit d49f35d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Please document all notable changes to this project in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.7.0]

### Added

- Add ability to disable http keep-alives when connecting to Icinga2 API ([#30])
- Support for injecting variables with static value on all Icinga2 services ([#39])
- Introduce option to continue using CN to verify TLS certificates ([#41])

### Notes

- Going forward, building Signalilo requires Go 1.15+, due to the changes
introduced in [#41], which make use of the `tls.Config` field
`VerifyConnection` which was introduced in Go 1.15.
Users of the Docker image don't need to make any changes.
- By default, the Icinga2 API server name is verified against the
certificate's CN field.
If your Icinga2 API certificate is only valid when checking the
certificate's SAN field, please run Signalilo with
`--icinga_x509_verify_cn=false` which turns on the new Go default behavior
which ignores the CN field and checks against the SAN field.

## [v0.6.0]

### Fixed
Expand Down Expand Up @@ -53,13 +76,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial implementation

[Unreleased]: https://github.com/vshn/signalilo/compare/v0.7.0...HEAD
[0.1.0]: https://github.com/vshn/signalilo/releases/tag/0.1.0
[0.1.1]: https://github.com/vshn/signalilo/releases/tag/0.1.1
[0.2.0]: https://github.com/vshn/signalilo/releases/tag/0.2.0
[v0.3.0]: https://github.com/vshn/signalilo/releases/tag/v0.3.0
[v0.4.0]: https://github.com/vshn/signalilo/releases/tag/v0.4.0
[v0.5.0]: https://github.com/vshn/signalilo/releases/tag/v0.5.0
[v0.6.0]: https://github.com/vshn/signalilo/releases/tag/v0.6.0
[v0.7.0]: https://github.com/vshn/signalilo/releases/tag/v0.7.0
[#19]: https://github.com/vshn/signalilo/pull/19
[#21]: https://github.com/vshn/signalilo/pull/21
[#24]: https://github.com/vshn/signalilo/pull/24
[#30]: https://github.com/vshn/signalilo/pull/30
[#39]: https://github.com/vshn/signalilo/pull/39
[#41]: https://github.com/vshn/signalilo/pull/41

0 comments on commit d49f35d

Please sign in to comment.