Skip to content

Commit

Permalink
Cut 1.1.1 release (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Jun 20, 2021
1 parent bbf2ec1 commit 87b5cb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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]

## [v1.1.1] - 2021-06-20
### Fixed
- Bug that when provisioning a role that requires metrics server access (`roleRequiresMetricsServer`) the operator
would not provision a role that had permission to access custom or external metrics.
Expand Down Expand Up @@ -95,7 +97,8 @@ Autoscaler.
- Allow creation/deletion of CPA.

[Unreleased]:
https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.1.0...HEAD
https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.1.1...HEAD
[v1.1.1]: https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.0.3...v1.1.0
[v1.0.3]: https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.0.2...v1.0.3
[v1.0.2]: https://github.com/jthomperoo/custom-pod-autoscaler-operator/compare/v1.0.1...v1.0.2
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run this to install the Operator and Custom Pod Autoscaler definition with
cluster-wide scope on your cluster:

```
VERSION=v1.1.0
VERSION=v1.1.1
HELM_CHART=custom-pod-autoscaler-operator
helm install ${HELM_CHART} https://github.com/jthomperoo/custom-pod-autoscaler-operator/releases/download/${VERSION}/custom-pod-autoscaler-operator-${VERSION}.tgz
```
Expand All @@ -18,7 +18,7 @@ namespaced scope on your cluster:

```
NAMESPACE=<INSERT_NAMESPACE_HERE>
VERSION=v1.1.0
VERSION=v1.1.1
HELM_CHART=custom-pod-autoscaler-operator
helm install --set mode=namespaced --namespace=${NAMESPACE} ${HELM_CHART} https://github.com/jthomperoo/custom-pod-autoscaler-operator/releases/download/${VERSION}/custom-pod-autoscaler-operator-${VERSION}.tgz
```
Expand All @@ -37,7 +37,7 @@ Run this to install the Operator and Custom Pod Autoscaler definition with
cluster-wide scope on your cluster:

```
VERSION=v1.1.0
VERSION=v1.1.1
kubectl apply -f https://github.com/jthomperoo/custom-pod-autoscaler-operator/releases/download/${VERSION}/cluster.yaml
```

Expand All @@ -47,7 +47,7 @@ namespaced scope on your cluster:

```
NAMESPACE=<INSERT_NAMESPACE_HERE>
VERSION=v1.1.0
VERSION=v1.1.1
kubectl config set-context --current --namespace=${NAMESPACE}
kubectl apply -f https://github.com/jthomperoo/custom-pod-autoscaler-operator/releases/download/${VERSION}/namespaced.yaml
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ installation using kubectl.

Run this to install the Operator and Custom Pod Autoscaler definition with cluster-wide scope on your cluster:
```
VERSION=v1.1.0
VERSION=v1.1.1
HELM_CHART=custom-pod-autoscaler-operator
helm install ${HELM_CHART} https://github.com/jthomperoo/custom-pod-autoscaler-operator/releases/download/${VERSION}/custom-pod-autoscaler-operator-${VERSION}.tgz
```
Expand Down

0 comments on commit 87b5cb5

Please # to comment.