Skip to content

1.1-rc2: Update common Prometheus files (#94)

Pre-release
Pre-release
Compare
Choose a tag to compare
@erdii erdii released this 07 May 10:55
· 15 commits to master since this release
9d6a5ed

[1.1-rc2]

Added

  • Jiralert docker image #22
  • publish docker image for every release #86
  • Slack button in Readme #23
    • Migrate to github actions #81
    • Add CircleCI [#33](#33
    • Update circleci/golang version from 1.12 to 1.14 #76
  • 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
    • fix helptext #87
    • next release will drop the flag and promote this to default behavior
  • Update common promu files #90 #94

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
  • CNCF slack invitation link was broken #91

Removed

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