From 902de5d6ef89ab4bfbf7f84df1a07a3f7301ce3f Mon Sep 17 00:00:00 2001 From: Drew Viles Date: Wed, 3 Jan 2024 10:30:57 +0000 Subject: [PATCH] updated chart version and added changelog --- CHANGELOG.md | 13 +++++++++++++ charts/dogkat/Chart.yaml | 2 +- charts/dogkat/README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e61b4..ef18a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ ### Deprecated +## [ 2024/01/03 - v0.1.0 ] + +### Changed/Added +* Rewritten (nearly) the entire codebase +* Added new helm chart to use as the source of the resources to deploy +* Added ability to build new chart on release - chart is manually version defined for now while using the chart-releaser-action +* Improved some checks around the tests that are run as part of the refactor + +### Fixed + +### Deprecated +* built in workloads in favor of helm chart + ## [ 2023/11/27 - v0.1.0-beta.5 ] ### Changed/Added diff --git a/charts/dogkat/Chart.yaml b/charts/dogkat/Chart.yaml index 775f563..c0b4805 100644 --- a/charts/dogkat/Chart.yaml +++ b/charts/dogkat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: dogkat -version: 0.1.0-beta.1 +version: 0.1.0 appVersion: 0.1.0 type: application maintainers: diff --git a/charts/dogkat/README.md b/charts/dogkat/README.md index a0aaf44..f662401 100644 --- a/charts/dogkat/README.md +++ b/charts/dogkat/README.md @@ -1,6 +1,6 @@ # dogkat -![Version: 0.1.0-beta.1](https://img.shields.io/badge/Version-0.1.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) End-2-End testing for GPUs and some core resources