diff --git a/Changelog.md b/Changelog.md index 5e4a8ad..e554014 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.19.0](https://github.com/AtomiCloud/sulfoxide.iodine/compare/v1.18.0...v1.19.0) (2024-02-20) + + +### 🚀 New Features + +* node selector and arm image for vclusters ([8618dba](https://github.com/AtomiCloud/sulfoxide.iodine/commit/8618dba894beff8fceffb0d5d3507a34ea72ad1e)) + ## [1.18.0](https://github.com/AtomiCloud/sulfoxide.iodine/compare/v1.17.0...v1.18.0) (2024-02-19) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a091033..48410bb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-iodine description: Helm chart to install virtual cluster on a physical cluster type: application -version: 1.18.0 +version: 1.19.0 appVersion: "v0.18.1" dependencies: - name: vcluster-k8s diff --git a/chart/README.md b/chart/README.md index ed29004..fd8cd3c 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-iodine -![Version: 1.18.0](https://img.shields.io/badge/Version-1.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.1](https://img.shields.io/badge/AppVersion-v0.18.1-informational?style=flat-square) +![Version: 1.19.0](https://img.shields.io/badge/Version-1.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.1](https://img.shields.io/badge/AppVersion-v0.18.1-informational?style=flat-square) Helm chart to install virtual cluster on a physical cluster