diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 40a6f68..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -# Prometheus has switched to GitHub action. -# Circle CI is not disabled repository-wise so that previous pull requests -# continue working. -# This file does not generate any CircleCI workflow. - -version: 2.1 - -executors: - golang: - docker: - - image: busybox - -jobs: - noopjob: - executor: golang - - steps: - - run: - command: "true" - -workflows: - version: 2 - statsd_exporter: - jobs: - - noopjob - triggers: - - schedule: - cron: "0 0 30 2 *" - filters: - branches: - only: - - master diff --git a/CHANGELOG.md b/CHANGELOG.md index c032831..ddf32d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master / unreleased +## 0.7.1 / 2026-03-05 + +* [CHANGE] Rebuild with latest dependencies #190 + ## 0.7.0 / 2024-11-07 * [CHANGE] Update logging library #174 diff --git a/README.md b/README.md index d4f34b3..b414cb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Collectd Exporter [![Build Status](https://travis-ci.org/prometheus/collectd_exporter.svg)][travis] -[![CircleCI](https://circleci.com/gh/prometheus/collectd_exporter/tree/master.svg?style=shield)][circleci] +[![Build Status](https://github.com/prometheus/collectd_exporter/actions/workflows/ci.yml/badge.svg)](https://github.com/prometheus/collectd_exporter/actions/workflows/ci.yml) [![Docker Repository on Quay](https://quay.io/repository/prometheus/collectd-exporter/status)][quay] [![Docker Pulls](https://img.shields.io/docker/pulls/prom/collectd-exporter.svg?maxAge=604800)][hub] diff --git a/VERSION b/VERSION index faef31a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1