Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Cut 0.2.0 release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Dec 10, 2019
1 parent 50df868 commit 5bbd5bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.2.0] - 2019-12-10
### Added
- New configuration options can be set in the YAML config.
- Can now configure `tolerance` as a configuration option - works the same as the `--horizontal-pod-autoscaler-tolerance` flag, [see here](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/). Default value of 0.1.
Expand All @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Restructured the Horizontal Pod Autoscaler to work within a Custom Pod Autoscaler.

[Unreleased]: https://github.com/jthomperoo/horizontal-pod-autoscaler/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/jthomperoo/horizontal-pod-autoscaler/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/jthomperoo/horizontal-pod-autoscaler/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/jthomperoo/horizontal-pod-autoscaler/releases/tag/v0.1.0

0 comments on commit 5bbd5bf

Please sign in to comment.