From 18a93e519cc0eb8ee727ceaa6c3e21500eb12eb8 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Wed, 5 Feb 2025 16:05:48 +0000 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 5 ++++- helm/etcd-defrag/Chart.yaml | 2 +- helm/etcd-defrag/README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a9f2b..e126d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2025-02-05 + ### Added - Chart: Add `moveLeader`. ([#11](https://github.com/giantswarm/etcd-defrag-app/pull/11)) @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2025-01-21 -[Unreleased]: https://github.com/giantswarm/etcd-defrag-app/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/giantswarm/etcd-defrag-app/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/giantswarm/etcd-defrag-app/compare/v0.1.1...v1.0.0 [0.1.1]: https://github.com/giantswarm/etcd-defrag-app/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/giantswarm/etcd-defrag-app/releases/tag/v0.1.0 diff --git a/helm/etcd-defrag/Chart.yaml b/helm/etcd-defrag/Chart.yaml index 841fae6..f56c50a 100644 --- a/helm/etcd-defrag/Chart.yaml +++ b/helm/etcd-defrag/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: etcd-defrag description: etcd-defrag is an easy to use and smart etcd defragmentation tool. type: application -version: 0.1.1 +version: 1.0.0 # repo: ahrtr/etcd-defrag appVersion: v0.23.0 home: https://github.com/giantswarm/etcd-defrag-app diff --git a/helm/etcd-defrag/README.md b/helm/etcd-defrag/README.md index d23239a..0c5f7ab 100644 --- a/helm/etcd-defrag/README.md +++ b/helm/etcd-defrag/README.md @@ -1,6 +1,6 @@ # etcd-defrag -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square) etcd-defrag is an easy to use and smart etcd defragmentation tool.