Skip to content

Commit

Permalink
Merge pull request #8 from vshn/prepare-0.3.0
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
simu authored Feb 11, 2020
2 parents 4aa15da + d7d3388 commit c6e4c89
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog

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/).

## [v0.3.0]

### Added

- Added ChangeLog (this file)

### Changed

- Moved code and CI pipeline to GitHub
- Changed version tags to have a `v` prefix

## [0.2.0]

### Added

- Support for passing through custom variables on Icinga checks

## [0.1.1]

### Changed

- Improved README
- Improved log messages in webhook handler

## [0.1.0]

Initial implementation

[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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Signalilo is our Alertmanager to Icinga2 bridge implementation. Signalilo acts
on webhooks which it receives from Alertmanager and forwards the alerts in
those webhooks to Icinga2 using https://github.com/vshn/go-icinga2-client.

See [CHANGELOG.md](/CHANGELOG.md) for changelogs of each release version of
Signalilo.

See [DockerHub](https://hub.docker.com/r/vshn/signalilo) for pre-built Docker
images of Signalilo

## Usage

Signalilo gets started from the command line and takes its configuration
Expand Down

0 comments on commit c6e4c89

Please sign in to comment.