Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut v0.8.0 release #55

Merged
merged 1 commit into from Aug 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.8.0] - 2021-08-15
### Changed
- Updated to Custom Pod Autoscaler `v2.2.0`.
- Updated to Horizontal Pod Autoscaler CPA `v0.7.0`.
Expand Down Expand Up @@ -76,7 +78,9 @@ Holt-Winters configuration.
- Added the ability to use Linear Regression models to predict future scaling.

[Unreleased]:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.7.0...HEAD
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.8.0...HEAD
[v0.8.0]:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.7.0...v0.8.0
[v0.7.0]:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.6.0...v0.7.0
[v0.6.0]:
Expand Down