Jiralert Versions Save

JIRA integration for Prometheus Alertmanager

v1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus-community/jiralert/compare/1.2...v1.3.0

1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus-community/jiralert/compare/1.1...1.2

1.1

2 years ago

Added

  • Added support for Personal Access Token Authentication #110
  • 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
## What's Changed

New Contributors

Full Changelog: https://github.com/prometheus-community/jiralert/compare/1.0...1.1

1.1-rc2

3 years ago

[1.1-rc2]

Added

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

3 years ago

[1.1-rc1]

Added

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

5 years ago
  • [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

5 years ago
  • 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

6 years ago
  • Added support for JIRA components.
  • Optionally add Alertmanager group labels as issue labels.
  • Fix nil pointer dereference when logging failed JIRA requests.

0.4

6 years ago

Lightweight UI added.

0.3

6 years ago