diff --git a/Changelog.md b/Changelog.md index 7628c87..52a62ed 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +## [1.3.0](https://github.com/AtomiCloud/sulfoxide.cobalt/compare/v1.2.1...v1.3.0) (2023-11-18) + + +### 📦 Upstreams Changes + +* external-secrets to 0.9.9 ([673d950](https://github.com/AtomiCloud/sulfoxide.cobalt/commit/673d950b5dae7ce58d81c9174eab8d4ef75e10fb)) + + +### 🚀 New Features + +* ruby values ([78f2218](https://github.com/AtomiCloud/sulfoxide.cobalt/commit/78f22183a6a7b1f90029229fabc0735a4e8bbf3c)) + ## [1.2.1](https://github.com/AtomiCloud/sulfoxide.cobalt/compare/v1.2.0...v1.2.1) (2023-10-15) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c7aea79..23b4e79 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-cobalt description: Helm Chart to install External Secrets, our secret operator, and SecretStore to AtomiCloud's Kubernetes Cluster type: application -version: 1.2.1 +version: 1.3.0 appVersion: "v0.9.9" dependencies: - name: external-secrets diff --git a/chart/README.md b/chart/README.md index 97b7f30..bfdc40c 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-cobalt -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.9](https://img.shields.io/badge/AppVersion-v0.9.9-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.9](https://img.shields.io/badge/AppVersion-v0.9.9-informational?style=flat-square) Helm Chart to install External Secrets, our secret operator, and SecretStore to AtomiCloud's Kubernetes Cluster