Skip to content

Commit 8f1c134

Browse files
committed
chore: fixed changelog syntax to match promu rules
1 parent aebf80f commit 8f1c134

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
31

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2+
## Unreleased
63

7-
## [Unreleased]
8-
9-
## [0.7.0] - 2019-08-13
4+
## 0.7.0 / 2019-08-13
105

116
## Changed
127
- **The used port has changed from `9288` to `9629`** to align with [the port allocation politics of Prometheus integrations](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
138

14-
## [0.6.0] - 2019-07-17
9+
## 0.6.0 / 2019-07-17
1510

1611
>**! Warning:** This release significantly changes logic of creating Gitlab issues and labeling scheme.
1712
Please read more about the new grouping feature.
@@ -28,23 +23,23 @@ This applies only for issues younger than by default `1h` which can be controlle
2823
Every appended issue gets new scoped label `appended-alerts::<numer>` with number of times it was appended.
2924
- Readme notes about contributing and release.
3025

31-
## [0.5.0] - 2019-07-10
26+
## 0.5.0 / 2019-07-10
3227

3328
## Added
3429
- Added dynamic label addition from the alert labels using flag `dynamic.issue.label.name`
3530

36-
## [0.4.1] - 2019-06-27
31+
## 0.4.1 / 2019-06-27
3732

3833
## Fixed
3934
- Metric `app_build_info` is now initialized to value `1`
4035

41-
## [0.4.0] - 2019-06-27
36+
## 0.4.0 / 2019-06-27
4237

4338
## Added
4439
- Added time to log messages
4540
- Added metric `app_build_info` with info about version of the app, build etc.
4641

47-
## [0.3.0] - 2019-06-26
42+
## 0.3.0 / 2019-06-26
4843

4944
## Changed
5045
- Removed Gitlab call from readiness probe since the alerts
@@ -53,15 +48,15 @@ are just enqueued and retrying should take care of that.
5348
## Added
5449
- Check on startup that Gitlab is reachable.
5550

56-
## [0.2.0] - 2019-06-26
51+
## 0.2.0 / 2019-06-26
5752

5853
## Added:
5954
- Added `status_code` to metrics and access log.
6055

6156
## Changed
6257
- Refactored HTTP server middleware.
6358

64-
## [0.1.0] - 2019-06-25
59+
## 0.1.0 / 2019-06-25
6560

6661
Initial release
6762

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Prometheus Gitlab Notifier
22

3+
[![CircleCI](https://circleci.com/gh/FUSAKLA/prometheus-gitlab-notifier.svg?style=svg)](https://circleci.com/gh/FUSAKLA/prometheus-gitlab-notifier)
4+
35
Tool which implements [Alertmanager](https://github.com/prometheus/alertmanager) webhook notifier
4-
and creates Gitlab issue with the alert metadata.
6+
and creates Gitlab issue based on the the alert. It allows you to define own issue template using the Go template, labeling scheme
7+
of the resulting issue and group the alerts to a singe issue to avoid flooding yourself with identical issues.
8+
9+
> This is probably possible in the Ultimate version of GitLab using
10+
> the [Prometheus integration](https://docs.gitlab.com/ee/user/project/integrations/prometheus.html#setting-up-alerts-for-prometheus-metrics-ultimate),
11+
> so if you have the possibility maybe first try that.
512
613
For new features or changes check out the [CHANGELOG.md](./CHANGELOG.md)
714

@@ -87,6 +94,6 @@ Example kubernetes manifests can be found at [kubernetes/](./kubernetes)
8794

8895
**Contributing:**
8996
1. Implement your changes and test them on your own testing repository.
90-
1. Add note about changes made to the [CHANGELOG.md](CHANGELOG.md) `[Unreleased]` section.
97+
1. Add note about changes made to the [CHANGELOG.md](CHANGELOG.md) `Unreleased` section.
9198
1. Create PR and apply for CR from maintainers.
9299
1. Get it merged.

0 commit comments

Comments
 (0)