Skip to content

Commit

Permalink
v1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Sep 22, 2021
1 parent 66293bd commit ca5297b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
Expand Down
11 changes: 10 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca5297b

Please sign in to comment.