From b101a4ba1bb78209c0e5ff5e6039af28e5e69b5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 06:12:01 +0000 Subject: [PATCH] release: 1.0.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.3](https://github.com/AtomiCloud/sulfoxide.lead/compare/v1.0.2...v1.0.3) (2024-02-17) ### 🐛 Bug Fixes * encrypted should be quoted ([f0011bd](https://github.com/AtomiCloud/sulfoxide.lead/commit/f0011bda97c8400420948b2e31942d56222fc672)) --- Changelog.md | 7 +++++++ chart/Chart.yaml | 2 +- chart/README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5812311..0ea4f93 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/AtomiCloud/sulfoxide.lead/compare/v1.0.2...v1.0.3) (2024-02-17) + + +### 🐛 Bug Fixes + +* encrypted should be quoted ([f0011bd](https://github.com/AtomiCloud/sulfoxide.lead/commit/f0011bda97c8400420948b2e31942d56222fc672)) + ## [1.0.2](https://github.com/AtomiCloud/sulfoxide.lead/compare/v1.0.1...v1.0.2) (2024-02-16) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b864865..6aae760 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-lead description: Helm chart to deploy EKS Bootstrap components includingg CSI (EBS and EFS) and LoadBalancer drivers type: application -version: 1.0.2 +version: 1.0.3 appVersion: "0.1.0" dependencies: - name: aws-ebs-csi-driver diff --git a/chart/README.md b/chart/README.md index f8b9b99..3f3d888 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-lead -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) Helm chart to deploy EKS Bootstrap components includingg CSI (EBS and EFS) and LoadBalancer drivers