From 3e0805b3124ad2b43fff236c9bb10ca71c8e5c99 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 6 Mar 2026 12:35:41 +0100 Subject: [PATCH] Fix golreaser config --- .goreleaser.yaml | 5 +++-- ReleaseNotes.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d0a33eb..52a7c27 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,4 @@ +version: 2 before: hooks: - go mod tidy @@ -19,7 +20,7 @@ builds: tags: - static_build archives: - - format: tar.gz + - formats: tar.gz # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ @@ -30,7 +31,7 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 228f154..acb2144 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,7 +1,8 @@ # `cc-metric-store` version 1.5.0 This is a major release of `cc-metric-store`, the metric timeseries cache -implementation of ClusterCockpit. +implementation of ClusterCockpit. Since the storage engine is now part of +`cc-backend` we will follow the version number of `cc-backend`. For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/). ## Breaking changes