Releases: prometheus-community/jiralert
Releases · prometheus-community/jiralert
v1.3.0
v1.2
What's Changed
- Add support to auto resolve jira issue when alert is resolved. by @bhushanthakur93 in #117
New Contributors
- @bhushanthakur93 made their first contribution in #117
Full Changelog: 1.1...1.2
1.1
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
- 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
- @tdabasinskas made their first contribution in #31
- @nvtkaszpir made their first contribution in #42
- @krasi-georgiev made their first contribution in #59
- @gburek-fastly made their first contribution in #55
- @prombot made their first contribution in #60
- @karlism made their first contribution in #68
- @ktarow made their first contribution in #76
- @erplsf made their first contribution in #75
- @sirmax123 made their first contribution in #61
- @erdii made their first contribution in #78
- @rporres made their first contribution in #110
Full Changelog: 1.0...1.1
1.1-rc2: Update common Prometheus files (#94)
[1.1-rc2]
Added
- Jiralert docker image #22
- publish docker image for every release #86
- 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- 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
[1.1-rc1]
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
1.0 / 2019-01-25
- [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
0.5 / 2018-04-12
- 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
Lightweight UI added.
0.3 / 2017-11-01
Update main.Version comment to conform to godoc convention.