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