From de158e365e25cc7654d613e9aeca4ba6513fbd6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2024 14:39:51 +0000 Subject: [PATCH] release: 1.10.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.10.0](https://github.com/AtomiCloud/sulfoxide.krypton/compare/v1.9.0...v1.10.0) (2024-11-17) ### 🚀 New Features * only allow krypton to schedule in 1c ([86377fc](https://github.com/AtomiCloud/sulfoxide.krypton/commit/86377fcd30953cad6c6ebcea43ebce606d9435d0)) --- 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 264a41c..aed6d0e 100755 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.10.0](https://github.com/AtomiCloud/sulfoxide.krypton/compare/v1.9.0...v1.10.0) (2024-11-17) + + +### 🚀 New Features + +* only allow krypton to schedule in 1c ([86377fc](https://github.com/AtomiCloud/sulfoxide.krypton/commit/86377fcd30953cad6c6ebcea43ebce606d9435d0)) + ## [1.9.0](https://github.com/AtomiCloud/sulfoxide.krypton/compare/v1.8.0...v1.9.0) (2024-11-17) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c6e2e07..00c42ce 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-krypton description: Helm chart to deploy Karpenter to auto-scale EKS clusters type: application -version: 1.9.0 +version: 1.10.0 appVersion: "1.0.1" dependencies: - name: karpenter diff --git a/chart/README.md b/chart/README.md index 6d8084b..e36c335 100755 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-krypton -![Version: 1.9.0](https://img.shields.io/badge/Version-1.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) +![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) Helm chart to deploy Karpenter to auto-scale EKS clusters