From f50dbbd5217f0927578b070188f2697c96b53209 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 6 Apr 2026 16:19:48 +0200 Subject: [PATCH] Release v0.18.1 * [BUGFIX] Fix tarball command compatibility #375 Signed-off-by: SuperQ --- .circleci/config.yml | 33 --------------------------------- CHANGELOG.md | 4 ++++ README.md | 4 +++- VERSION | 2 +- 4 files changed, 8 insertions(+), 35 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index c9b1748b..00000000 --- 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 - promu: - jobs: - - noopjob - triggers: - - schedule: - cron: "0 0 30 2 *" - filters: - branches: - only: - - main diff --git a/CHANGELOG.md b/CHANGELOG.md index 636e56cb..cbb1dfe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.18.1 / 2026-04-06 + +* [BUGFIX] Fix tarball command compatibility #375 + ## 0.18.0 / 2026-02-10 * [FEATURE] add cli flag to use podman instead of docker for crossbuild #360 diff --git a/README.md b/README.md index 7f4c08bf..b670b788 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Prometheus Utility Tool [![CircleCI](https://circleci.com/gh/prometheus/promu/tree/master.svg?style=shield)][circleci] +# Prometheus Utility Tool + +[![Build Status](https://github.com/prometheus/promu/actions/workflows/ci.yml/badge.svg)](https://github.com/prometheus/promu/actions/workflows/ci.yml) ## Usage diff --git a/VERSION b/VERSION index 66333910..249afd51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 +0.18.1