From 54e529654318e88031491a6de63d483bf1596564 Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh Date: Sun, 12 Jul 2020 15:24:16 +0530 Subject: [PATCH 1/2] Release v1.1 tag changes --- README.md | 6 +++--- UPGRADE.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02f3b3d3..e3229130 100644 --- a/README.md +++ b/README.md @@ -206,12 +206,12 @@ git pull origin master - Build and push the image to `hub.docker.com/practodev`. Note: practodev push access is required. ``` git fetch --tags -git tag v1.0.0 +git tag v1.1.0 make push ``` -Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.0` +Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.1` -- Create a Release in Github. Refer [this](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.0.0) and create a release. Release should contain the Changelog information of all the issues and pull request after the last release. +- Create a Release in Github. Refer [this](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.1.0) and create a release. Release should contain the Changelog information of all the issues and pull request after the last release. - Publish the release in Github 🎉 diff --git a/UPGRADE.md b/UPGRADE.md index 5f47938b..cf161097 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,9 +1,9 @@ # Upgrade Worker Pod Autoscaler -## Upgrade from v0.2 to v1 +## Upgrade from v0.2 to v1.1 ### Breaking Changes -There is no backward breaking change from `v0.2` to `v1`. +There is no backward breaking change from `v0.2` to `v1.1`. ### Recommended Actions Update the WorkerPodAutoScaler CRD from `v1alpha1` to `v1` using below: @@ -14,5 +14,6 @@ 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) From 113ba6da65d43e2f375c9b05bf7aa1ba25190a54 Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh Date: Tue, 21 Jul 2020 16:04:36 +0530 Subject: [PATCH 2/2] Updated the upgrade doc for v1.1 --- UPGRADE.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index cf161097..a2c08f1e 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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: @@ -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)