diff --git a/Changelog.md b/Changelog.md index 8d4ebe3..94b7be4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.6.0](https://github.com/AtomiCloud/sulfoxide.chlorine/compare/v1.5.0...v1.6.0) (2024-08-17) + + +### 🚀 New Features + +* remove onyx ([8e1859f](https://github.com/AtomiCloud/sulfoxide.chlorine/commit/8e1859f86a4895c946a40ee22053888fa75d51ec)) + ## [1.5.0](https://github.com/AtomiCloud/sulfoxide.chlorine/compare/v1.4.1...v1.5.0) (2024-08-11) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7ae108f..0388eff 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-chlorine description: Helm Chart to install reloader, ensuring pods are reloaded when secrets or configmap changes type: application -version: 1.5.0 +version: 1.6.0 appVersion: "v1.0.121" dependencies: - name: reloader diff --git a/chart/README.md b/chart/README.md index 3a0a553..7028cd2 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-chlorine -![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.121](https://img.shields.io/badge/AppVersion-v1.0.121-informational?style=flat-square) +![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.121](https://img.shields.io/badge/AppVersion-v1.0.121-informational?style=flat-square) Helm Chart to install reloader, ensuring pods are reloaded when secrets or configmap changes