Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Updated travis, goreleaser configurations.
  • Updated license.

Removed

  • Removed redundant post deploy scripts for travis.

[1.0.3] - 2019-01-09

Added

  • Use SLACK_WEBHOOK_URL envvar for default value of slack_webhook_url. Use of envvar by default prevents leaking of sensitive credential into system process table via command argument. This is a backwards compatible change, and the --webhook-url argument can still be used as an override for testing purposes.

Added

  • Adds .bonsai.yml.

[1.0.2] - 2018-12-04

Added

  • Travis post-deploy script generates a sha512 for packages to be sensu asset compatible.

[1.0.1] - 2018-11-30

Changed

  • Corrected binary name in help output

[1.0.0] - 2018-11-30

Breaking Changes

  • Updated sensu-go version to GA RC SHA.

[0.1.2] - 2018-11-27

Changed

  • Updated the goreleaser file so that the handler is packaged as a sensu compatible asset.

[0.1.1] - 2018-11-21

Breaking Changes

  • Updated sensu-go version to beta-8 and fixed some breaking changes that were introduced (Entity.ID -> Entity.Name).

Removed

  • Removed the vendor directory. Dependencies are still managed with Gopkg.toml.

[0.0.2] - 2018-11-04

Testing Asset goreleaser pipeline.

[0.0.1] - 2018-08-17

Added

  • More readme instructions

Changed

  • Repo name slack_handler to slack-handler

[0.0.0] - 2018-08-17

Added

  • Slack handler
  • /vendor
  • goreleaser.yml
  • travis.yml
  • Gopkg.toml
  • Gopkg.lock
  • LICENSE
  • README.md