Skip to content

Commit

Permalink
Updated the upgrade doc for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Jul 21, 2020
1 parent 4d55f8b commit 113ba6d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Upgrade Worker Pod Autoscaler

## Upgrade from v0.2 to v1.1
## Upgrade from v1.0 to v1.1

### Breaking Changes
There is no backward breaking change from `v0.2` to `v1.1`.
There is no backward breaking change from `v1.0` to `v1.1`.

### Recommended Actions
Update the WorkerPodAutoScaler CRD to give WPA access to fetch Replicaset.
```
kubectl apply -f ./artifacts/crd.yaml
```

Note: Support for `v1alpha1` will be discontinued from `v1.2`.

### Changes
- [v1.1.0](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.1.0)

## Upgrade from v0.2 to v1.0

### Breaking Changes
There is no backward breaking change from `v0.2` to `v1`.

### Recommended Actions
Update the WorkerPodAutoScaler CRD from `v1alpha1` to `v1` using below:
Expand All @@ -14,6 +30,5 @@ kubectl apply -f ./artifacts/crd.yaml
Note: Support for `v1alpha1` CRD version is still there, but it would be discontinued in the future releases.

### Changes
- [v1.1.0](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.1.0)
- [v1.0.0](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.0.0)
- [v1.0.0-beta](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.0.0-beta)

0 comments on commit 113ba6d

Please sign in to comment.