Skip to content

Commit

Permalink
Merge pull request #56 from prometheus-community/superq/release_0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
SuperQ authored Jul 20, 2022
2 parents 5d760ee + 0df85f7 commit 46a9861
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ workflows:
only: /.*/
- prometheus/publish_main:
context: org-context
docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity
requires:
- test
- build
Expand All @@ -87,6 +89,8 @@ workflows:
only: main
- prometheus/publish_release:
context: org-context
docker_hub_organization: prometheuscommunity
quay_io_organization: prometheuscommunity
requires:
- test
- build
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## master / unreleased
## main / unreleased

## 0.5.0 / 2022-07-20

Now released under the Prometheus Community

* systemd_service_restart_total changed label name from `type` to `name` to be more compatible with Node Exporter.
* [CHANGE] systemd_service_restart_total changed label name from `type` to `name` #32
* [CHANGE] Remove prommod metrics #36
* [CHANGE] Rename collector flags #53
* [FEATURE] Add TLS and Basic Auth #54

## 0.4.0 / 2020-04-23

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <[email protected]>"

ARG ARCH="amd64"
ARG OS="linux"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![CircleCI](https://circleci.com/gh/prometheus-community/systemd_exporter/tree/master.svg?style=shield)](circleci)
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus-community/systemd_exporter)](https://goreportcard.com/report/github.com/prometheus-community/systemd_exporter)
[![Docker Pulls](https://img.shields.io/docker/pulls/prometheus-community/systemd-exporter.svg?maxAge=604800)](https://hub.docker.com/r/prometheus-community/systemd-exporter)
[![Docker Repository on Quay](https://quay.io/repository/prometheus-community/systemd-exporter/status)][quay]
[![Docker Pulls](https://img.shields.io/docker/pulls/prometheuscommunity/systemd-exporter.svg?maxAge=604800)](https://hub.docker.com/r/prometheuscommunity/systemd-exporter)
[![Docker Repository on Quay](https://quay.io/repository/prometheuscommunity/systemd-exporter/status)][quay]

Prometheus exporter for systemd units, written in Go.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 46a9861

Please sign in to comment.