Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Jan 11, 2020
1 parent 65ec8cd commit bda7766
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
tag:
- latest
- 0.4
- 0.4.1
- 0.4.2
when:
event:
- tag
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2 / 2020-01-11

* [BUGFIX] Fix flags with defaults that aren't required anymore [#96](https://github.com/metalmatze/alertmanager-bot/pull/96).

## 0.4.1 / 2020-01-07

Update to Go 1.13 and dependencies.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Right now it supports [Telegram](https://telegram.org/), but I'd like to [add mo
> Version: 0.5.1
> Uptime: 3 weeks 1 day 6 hours 15 minutes 2 seconds
> **AlertManager Bot**
> Version: 0.4.1
> Version: 0.4.2
> Uptime: 3 weeks 1 hour 17 minutes 19 seconds
###### /help
Expand All @@ -93,7 +93,7 @@ Right now it supports [Telegram](https://telegram.org/), but I'd like to [add mo

### Docker

`docker pull metalmatze/alertmanager-bot:0.4.1`
`docker pull metalmatze/alertmanager-bot:0.4.2`

Start as a command:

Expand All @@ -108,7 +108,7 @@ docker run -d \
-e 'TELEGRAM_TOKEN=XXX' \
-v '/srv/monitoring/alertmanager-bot:/data' \
--name alertmanager-bot \
metalmatze/alertmanager-bot:0.4.1
metalmatze/alertmanager-bot:0.4.2
```

#### Consul Storage
Expand All @@ -121,14 +121,14 @@ docker run -d \
-e 'TELEGRAM_ADMIN=1234567' \
-e 'TELEGRAM_TOKEN=XXX' \
--name alertmanager-bot \
metalmatze/alertmanager-bot:0.4.1
metalmatze/alertmanager-bot:0.4.2
```

Usage within docker-compose:

```yml
alertmanager-bot:
image: metalmatze/alertmanager-bot:0.4.1
image: metalmatze/alertmanager-bot:0.4.2
environment:
ALERTMANAGER_URL: http://alertmanager:9093
BOLT_PATH: /data/bot.db
Expand Down

0 comments on commit bda7766

Please sign in to comment.