From 8c99286dfe52d8637b6ba211226487ccc1a2fae2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 14:45:38 +0000 Subject: [PATCH] release: 1.20.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.20.0](https://github.com/AtomiCloud/sulfoxide.gold/compare/v1.19.4...v1.20.0) (2024-02-19) ### 🚀 New Features * disable proxy protocol ([39d138d](https://github.com/AtomiCloud/sulfoxide.gold/commit/39d138d12100eeec1e98d0bbc1ce76b1065b0497)) --- 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 337bd41..7b916e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.20.0](https://github.com/AtomiCloud/sulfoxide.gold/compare/v1.19.4...v1.20.0) (2024-02-19) + + +### 🚀 New Features + +* disable proxy protocol ([39d138d](https://github.com/AtomiCloud/sulfoxide.gold/commit/39d138d12100eeec1e98d0bbc1ce76b1065b0497)) + ## [1.19.4](https://github.com/AtomiCloud/sulfoxide.gold/compare/v1.19.3...v1.19.4) (2024-02-19) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d8ea135..645a8c1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-gold description: Helm chart to deploy Nginx as external ingress for AtomiCloud's Infrastructure type: application -version: 1.19.4 +version: 1.20.0 appVersion: "4.9.1" dependencies: - name: ingress-nginx diff --git a/chart/README.md b/chart/README.md index 99ec60e..9bcfa3e 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-gold -![Version: 1.19.4](https://img.shields.io/badge/Version-1.19.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.1](https://img.shields.io/badge/AppVersion-4.9.1-informational?style=flat-square) +![Version: 1.20.0](https://img.shields.io/badge/Version-1.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.1](https://img.shields.io/badge/AppVersion-4.9.1-informational?style=flat-square) Helm chart to deploy Nginx as external ingress for AtomiCloud's Infrastructure