Skip to content

Commit

Permalink
Merge pull request #130 from practo/v1.4-release
Browse files Browse the repository at this point in the history
Release v1.4
  • Loading branch information
alok87 authored Jun 7, 2021
2 parents d9ed58d + 44d1951 commit 507157c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BIN := workerpodautoscaler
UNIQUE:=$(shell date +%s)

# Where to push the docker image.
REGISTRY := practodev
REGISTRY ?= practodev

BASE_BRANCH := master
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,15 @@ git pull origin master

```
- Build and push the image to `hub.docker.com/practodev`. Note: practodev push access is required.
- 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.3.0
git tag v1.4.0
make push
```
Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.3`
Note: For every tag major and major minor versions tags also available. For example: `v1` and `v1.4`
- Create a Release in Github. Refer [this](https://github.com/practo/k8s-worker-pod-autoscaler/releases/tag/v1.3.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.4.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
12 changes: 12 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Upgrade Worker Pod Autoscaler

## 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.

### Breaking changes
None

### Recommended Actions
None

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

## Upgrade from v1.2 to v1.3

### Breaking changes
Expand Down

0 comments on commit 507157c

Please sign in to comment.