From 1e3309c8954a3240b2c2ca0419392bacd718e5cf Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 21 Dec 2021 23:37:56 +0100 Subject: [PATCH] Yank failed releases --- CHANGELOG.md | 24 +----------------------- charts/k8s-linkup/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25f11d..35ef82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,32 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.5] - 2021-12-21 - -### Fixed - -- \[Chart\] Fixed default for healthcheck port - -## [2.1.4] - 2021-12-21 - -### Fixed - -- \[Chart\] Fixed annotations syntax -- \[Chart\] Fixed default retrieval for local port if local was unset - -## [2.1.3] - 2021-12-21 - -### Changed - -- \[Chart\] Add license to chart -- \[Chart\] Add link to issue tracker and source code for ArtifactHub - ## [2.1.2] - 2021-12-21 ### Changed - \[Image\] Clean up apt after build - \[Chart\] Use remote port as default for local port +- \[Chart\] Add meta-data for artifacthub.io ## [2.1.1] - 2021-12-21 @@ -70,9 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[2.1.5]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.5 -[2.1.4]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.4 -[2.1.3]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.3 [2.1.2]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.2 [2.1.1]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.1 [2.1.0]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.0 diff --git a/charts/k8s-linkup/Chart.yaml b/charts/k8s-linkup/Chart.yaml index ec07432..a67b511 100644 --- a/charts/k8s-linkup/Chart.yaml +++ b/charts/k8s-linkup/Chart.yaml @@ -22,9 +22,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.5 +version: 2.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.1.5 +appVersion: 2.1.2 -- GitLab