diff --git a/Changelog.md b/Changelog.md index 9d77ba8..058ba5e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.6.0](https://github.com/AtomiCloud/sulfoxide.helium/compare/v1.5.0...v1.6.0) (2023-12-20) + + +### 🚀 New Features + +* seamless configuration for pulling kubeconfig ([7509ce3](https://github.com/AtomiCloud/sulfoxide.helium/commit/7509ce3f0670153655197089247456e19b21c87d)) + ## [1.5.0](https://github.com/AtomiCloud/sulfoxide.helium/compare/v1.4.0...v1.5.0) (2023-12-19) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6e97266..5bc9788 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-helium description: AtomiCloud's Deployment Platform via ArgoCD type: application -version: 1.5.0 +version: 1.6.0 appVersion: "5.51.2" dependencies: - name: argo-cd diff --git a/chart/README.md b/chart/README.md index 30a7a36..e3a67be 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-helium -![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: 5.51.2](https://img.shields.io/badge/AppVersion-5.51.2-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: 5.51.2](https://img.shields.io/badge/AppVersion-5.51.2-informational?style=flat-square) AtomiCloud's Deployment Platform via ArgoCD