From 130c938a0b3088df7382cc17da5dffb21a40fcca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Sep 2023 09:32:13 +0000 Subject: [PATCH] release: 1.1.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.2](https://github.com/AtomiCloud/sulfoxide.sulfur/compare/v1.1.1...v1.1.2) (2023-09-28) ### 🐛 Bug Fixes * incorrect Taskfile release name ([3c6632e](https://github.com/AtomiCloud/sulfoxide.sulfur/commit/3c6632e481b6ae890ec18e9f5406c0d3f052caf5)) * incorrect Taskfile release name ([a644333](https://github.com/AtomiCloud/sulfoxide.sulfur/commit/a644333faabd2a2fcd24c08a84105525c7c04e8c)) --- Changelog.md | 8 ++++++++ chart/Chart.yaml | 2 +- chart/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5f04751..6bd5aeb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## [1.1.2](https://github.com/AtomiCloud/sulfoxide.sulfur/compare/v1.1.1...v1.1.2) (2023-09-28) + + +### 🐛 Bug Fixes + +* incorrect Taskfile release name ([3c6632e](https://github.com/AtomiCloud/sulfoxide.sulfur/commit/3c6632e481b6ae890ec18e9f5406c0d3f052caf5)) +* incorrect Taskfile release name ([a644333](https://github.com/AtomiCloud/sulfoxide.sulfur/commit/a644333faabd2a2fcd24c08a84105525c7c04e8c)) + ## [1.1.1](https://github.com/AtomiCloud/sulfoxide.sulfur/compare/v1.1.0...v1.1.1) (2023-09-27) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3ef0e62..341a71a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-sulfur description: Helm chart to deploy Cert Manager to issue TLS and other certificates in AtomiCloud's Infrastructure type: application -version: 1.1.1 +version: 1.1.2 appVersion: "1.9.1" dependencies: - name: cert-manager diff --git a/chart/README.md b/chart/README.md index e1c4025..5110b17 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-sulfur -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square) Helm chart to deploy Cert Manager to issue TLS and other certificates in AtomiCloud's Infrastructure