Skip to content

Commit 6770cb2

Browse files
authored
Cut v0.11.1 release (#73)
1 parent 062c264 commit 6770cb2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [v0.11.1] - 2022-07-23
810
### Fixed
911
- Bug that caused the autoscaler to fail to scale every time, due to invalid K8s GVR resource fed to the scaling
1012
client.
@@ -122,7 +124,9 @@ Holt-Winters configuration.
122124
- Added the ability to use Linear Regression models to predict future scaling.
123125

124126
[Unreleased]:
125-
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.11.0...HEAD
127+
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.11.1...HEAD
128+
[v0.11.1]:
129+
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.11.0...v0.11.1
126130
[v0.11.0]:
127131
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/compare/v0.10.0...v0.11.0
128132
[v0.10.0]:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This PHPA acts like a Horizontal Pod Autoscaler and autoscales to try and keep t
8888
The operator for managing Predictive Horizontal Pod Autoscalers can be installed using Helm:
8989
9090
```bash
91-
VERSION=v0.11.0
91+
VERSION=v0.11.1
9292
HELM_CHART=predictive-horizontal-pod-autoscaler-operator
9393
helm install ${HELM_CHART} https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/releases/download/${VERSION}/predictive-horizontal-pod-autoscaler-${VERSION}.tgz
9494
```

docs/user-guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ k3d cluster create phpa-test-cluster
3131

3232
Installing PHPAs requires you to have installed the PHPA operator first onto your cluster.
3333

34-
In this guide we are using `v0.11.0` of the PHPA operator, but check out the [installation
34+
In this guide we are using `v0.11.1` of the PHPA operator, but check out the [installation
3535
guide](./installation.md) for more up to date instructions for later releases.
3636

3737
Run the following commands to install the PHPA operator:
3838

3939
```bash
40-
VERSION=v0.11.0
40+
VERSION=v0.11.1
4141
HELM_CHART=predictive-horizontal-pod-autoscaler-operator
4242
helm install ${HELM_CHART} https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/releases/download/${VERSION}/predictive-horizontal-pod-autoscaler-${VERSION}.tgz
4343
```

docs/user-guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The PHPA operator can be installed using Helm, run this command to install the o
77
cluster-wide scope:
88

99
```bash
10-
VERSION=v0.11.0
10+
VERSION=v0.11.1
1111
HELM_CHART=predictive-horizontal-pod-autoscaler-operator
1212
helm install ${HELM_CHART} https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/releases/download/${VERSION}/predictive-horizontal-pod-autoscaler-${VERSION}.tgz
1313
```

0 commit comments

Comments
 (0)