Skip to content

Commit

Permalink
updated chart version and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles authored Jan 3, 2024
1 parent 56770a7 commit be4b6dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dogkat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/dogkat/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit be4b6dc

Please sign in to comment.