Skip to content

Commit

Permalink
Cut v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed May 14, 2022
1 parent f18e56f commit ef6b3a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/jthomperoo/k8shorizmetrics
## [v1.0.0] - 2022-05-14
### Added
- Simple API, based directly on the code from the HPA, but detangled for ease of use.
- Dependent only on versioned and public Kubernetes Golang modules, allows easy install without replace directives.
- Splits the HPA into two parts, metric gathering and evaluation, only use what you need.
- Allows insights into how the HPA makes decisions.
- Supports scaling to and from 0.

[Unreleased]: https://github.com/jthomperoo/k8shorizmetrics/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/jthomperoo/k8shorizmetrics/releases/tag/v1.0.0

0 comments on commit ef6b3a5

Please sign in to comment.