Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 3 KB

CHANGELOG.md

File metadata and controls

44 lines (38 loc) · 3 KB

Changelog

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

The format is loosely based on Keep a Changelog. Helper to list all merge commits between a release and HEAD: git log --oneline --reverse 1.0...HEAD

Diffs

[1.1] - Unreleased

Added

  • Jiralert docker image #22
  • Slack button in Readme #23
  • Adds match and stringSlice to template functions #55
  • Add ReopenDuration handling: otherwise Jira issue is never reopened #61

Changed

  • Migrate from dep to go modules #24
  • Split project into separate go packages #27
  • Switch logging from glog to go-kit/log #31
  • Use Docker multistage builds #44
  • Synchronize Makefile.common from prometheus/prometheus #60
  • Synchronize common files from prometheus/prometheus #63
  • Update common Prometheus files #71
  • New opt-in label hashing behavior behind -hash-jira-label #79
    • next release will drop the flag and promote this to default behavior

Fixed

  • Fix sample configuration file linting issues #68
  • Update the description field on open issues #75
  • error if http method for home or config is not GET #78

Removed

  • Remove -ignore flag from Makefile, fix log.level info #42