diff --git a/.circleci/config.yml b/.circleci/config.yml index de32b32..9c612c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,6 +79,8 @@ workflows: only: /.*/ - prometheus/publish_main: context: org-context + docker_hub_organization: prometheuscommunity + quay_io_organization: prometheuscommunity requires: - test - build @@ -87,6 +89,8 @@ workflows: only: main - prometheus/publish_release: context: org-context + docker_hub_organization: prometheuscommunity + quay_io_organization: prometheuscommunity requires: - test - build diff --git a/CHANGELOG.md b/CHANGELOG.md index f674d1f..4bfd7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index a28ef70..3de4965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ ARG ARCH="amd64" ARG OS="linux" FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest +LABEL maintainer="The Prometheus Authors " ARG ARCH="amd64" ARG OS="linux" diff --git a/README.md b/README.md index dcf2ddb..0510aeb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION index 1d0ba9e..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0