diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index c9b1748..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 - promu: - jobs: - - noopjob - triggers: - - schedule: - cron: "0 0 30 2 *" - filters: - branches: - only: - - main diff --git a/CHANGELOG.md b/CHANGELOG.md index 636e56c..cbb1dfe 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 7f4c08b..b670b78 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 6633391..249afd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 +0.18.1