Skip to content

Commit

Permalink
Cut 0.9.0 release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Dec 28, 2021
1 parent 8fa479e commit a8f581d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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/),
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.9.0] - 2021-12-28
### Added
- Support for `argoproj.io/v1alpha1` `Rollout` resource.
### Changed
Expand Down Expand Up @@ -83,7 +85,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.8.0...HEAD
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.9.0...HEAD
[v0.9.0]:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.8.0...v0.9.0
[v0.8.0]:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.7.0...v0.8.0
[v0.7.0]:
Expand Down
2 changes: 1 addition & 1 deletion examples/argo-rollout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Argo Rollout

> Note: this feature is not yet released.
> Note: this feature is only available in the Predictive Horizontal Pod Autoscaler v0.9.0 and above.
> Note: this example requires using a Custom Pod Autoscaler Operator `v1.2.0` and above.
Expand Down

0 comments on commit a8f581d

Please sign in to comment.