From 222aa557a5d8bd4fdb0b7bb029e4fe71e53d3836 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Sun, 15 Aug 2021 23:37:01 +0100 Subject: [PATCH] Cut v0.8.0 release (#55) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b262a..2600437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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]: