Skip to content

Commit

Permalink
Release 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Dec 3, 2019
1 parent fbec2f5 commit 015a82f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.42 - 2019-12-03

- [BUGFIX] Pin kombu to 4.6.3 to fix bug with redis exchange #197
- [IMPROVEMENT] Show read-only view of incoming alerts #199
- [IMPROVEMENT] Tracking for failed alerts #200
- [INTERNAL] Refactor Metrics collector #201

## v0.41 - 2019-11-12

- [BUGFIX] Catch ConnectionError and RequestException for better results #191
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
lessopts="--tabs=4 --quit-if-one-screen --RAW-CONTROL-CHARS --no-init"

.PHONY: test
test: pipenv
pipenv run promgen test
Expand Down Expand Up @@ -46,3 +48,7 @@ load: pipenv
.PHONY: circleci
circleci:
circleci local execute

.PHONY: changelog
changelog:
git log --color=always --first-parent --pretty='format:%s|%Cgreen%d%Creset' | column -ts '|' | less "$(lessopts)"
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.42.dev"
__version__ = "0.42"

0 comments on commit 015a82f

Please sign in to comment.