From ca5297b2564d089d5f871df8753a556f1c8eabbf Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh Date: Wed, 22 Sep 2021 16:11:28 +0530 Subject: [PATCH] v1.5 release --- README.md | 6 +++--- UPGRADE.md | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6de05a69..2afaacbf 100644 --- a/README.md +++ b/README.md @@ -223,12 +223,12 @@ git pull origin master - Build and push the image to `hub.docker.com/practodev` or `public.ecr.aws/practo`. Note: dokcerhub or ECR push access is required or use a custom registry by adding `REGISTRY=public.ecr.aws/exampleorg make push` ``` git fetch --tags -git tag v1.4.0 +git tag v1.5.0 make push ``` -Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.4` +Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.5` -- Create a Release in Github. Refer [this](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.4.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.5.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 6a962a6b..0190f9ed 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,7 +1,16 @@ # Upgrade Worker Pod Autoscaler +## Upgrade from v1.4 to v1.5 +Refer changelog. Can be safely updated to v1.5 from v1.4 +### Breaking changes +None +### Recommended Actions +None +### Changes +- [v1.5.0](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.5.0) + ## Upgrade from v1.3 to v1.4 -Updates all the kubernetes dependencies with `v1.20`. It should wwork for the cluster with older versions as well. Also with this release images are available in prato's public ECR as `public.ecr.aws/practo/workerpodautoscaler:v1.3.0`. Default is still practodev. +Updates all the kubernetes dependencies with `v1.20`. It should work for the cluster with older versions as well. Also with this release images are available in prato's public ECR as `public.ecr.aws/practo/workerpodautoscaler:v1.3.0`. Default is still practodev. ### Breaking changes None