Skip to content
Snippets Groups Projects
Verified Commit 1e3309c8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Yank failed releases

parent 734b9c29
No related branches found
No related tags found
No related merge requests found
Pipeline #46571 passed
...@@ -4,32 +4,13 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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 ## [2.1.2] - 2021-12-21
### Changed ### Changed
- \[Image\] Clean up apt after build - \[Image\] Clean up apt after build
- \[Chart\] Use remote port as default for local port - \[Chart\] Use remote port as default for local port
- \[Chart\] Add meta-data for artifacthub.io
## [2.1.1] - 2021-12-21 ## [2.1.1] - 2021-12-21
...@@ -70,9 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -70,9 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Initial release - 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.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.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 [2.1.0]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.0
......
...@@ -22,9 +22,9 @@ type: application ...@@ -22,9 +22,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.1.5 appVersion: 2.1.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment