Skip to content

Releases: prometheus-community/jiralert

v1.3.0

17 Feb 09:03
f58ae33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2...v1.3.0

v1.2

06 Jun 16:20
a0f0e80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1...1.2

1.1

15 Mar 13:04
0c7c40f
Compare
Choose a tag to compare
1.1

Added

  • Added support for Personal Access Token Authentication #110
  • Jiralert docker image #22
  • 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
    • 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
## What's Changed
  • Added jiralert docker image. by @bwplotka in #22
  • Added join slack button to give some space for community discussions! <3 by @bwplotka in #23
  • Added go modules for reproducible build (known dep versions). by @bwplotka in #24
  • Moved all root files to separate packages. by @bwplotka in #27
  • Switch logging from glog to go-kit/log by @tdabasinskas in #31
  • Added errcheck, test to makefile, added circle CI config. by @bwplotka in #33
  • Remove -ignore flag from Makefile, fix log.level info by @nvtkaszpir in #42
  • Use Docker multistage builds by @nvtkaszpir in #44
  • Some rough fixes after the transfer by @krasi-georgiev in #59
  • Adds match and stringSlice to template functions by @gburek-fastly in #55
  • Synchronize Makefile.common from prometheus/prometheus by @prombot in #60
  • Synchronize common files from prometheus/prometheus by @prombot in #63
  • Fix sample configuration file linting issues. by @karlism in #68
  • Update circleci/golang version from 1.12 to 1.14 by @ktarow in #76
  • Synchronize common files from prometheus/prometheus by @prombot in #71
  • Update the description field on open issues by @erplsf in #75
  • Add ReopenDuration handling: otherwise Jira issue is never reopened by @sirmax123 in #61
  • error if http method for home or config is not GET by @erdii in #78
  • migrate to github actions by @erdii in #81
  • fix ci badge by @erdii in #85
  • add current changelog for 1.1 by @erdii in #83
  • Workaround for unknown ALERT{} label length by @erdii in #79
  • Synchronize common files from prometheus/prometheus by @prombot in #90
  • add editorconfig file to configure dev environment settings by @erdii in #84
  • fix JIRALERT{ in cli flag helptext by @erdii in #87
  • update slack invitation link for CNCF slack by @erdii in #91
  • publish a docker image to quay for every release by @erdii in #86
  • Synchronize common files from prometheus/prometheus by @prombot in #94
  • Add support for Personal Access Token Authentication by @rporres in #110

New Contributors

Full Changelog: 1.0...1.1

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

07 May 10:55
9d6a5ed
Compare
Choose a tag to compare

[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

1.1-rc1

16 Mar 10:50
c50de63
Compare
Choose a tag to compare
1.1-rc1 Pre-release
Pre-release

[1.1-rc1]

Added

  • Jiralert docker image #22
  • 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
    • 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

1.0 / 2019-01-25

25 Jan 13:56
Compare
Choose a tag to compare
  • [CHANGE] Major version bumped due to configuration file incompatibility: reopen_duration is now required
  • [FEATURE] Configurable "reopen duration": period during which an existing resolved issue will be reopened; after a longer period a new issue is created (#18)
  • [BUGFIX] Escape project name in search query (#14)

0.6 / 2018-05-19

19 May 11:07
Compare
Choose a tag to compare
  • Add proper support for all custom field types (#8), including templating support.
  • Don't set the components field of JIRA issues when empty/not set (#7).
  • Fix panic due to nil pointer dereference (#6).
  • Minor bugfixes.

0.5 / 2018-04-12

12 Apr 09:57
Compare
Choose a tag to compare
  • Added support for JIRA components.
  • Optionally add Alertmanager group labels as issue labels.
  • Fix nil pointer dereference when logging failed JIRA requests.

0.4 / 2017-11-27

27 Nov 13:04
Compare
Choose a tag to compare

Lightweight UI added.

0.3 / 2017-11-01

01 Nov 14:08
Compare
Choose a tag to compare
Update main.Version comment to conform to godoc convention.