From 5be5a9f073b2aa890676ba3e6e46b8687f3f466b Mon Sep 17 00:00:00 2001 From: irotoris Date: Wed, 16 Dec 2020 01:15:09 +0900 Subject: [PATCH] Bump up v2.1.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3626aec..61227e7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: test clean compile build push IMAGE=irotoris/kube-sqs-autoscaler -VERSION=v2.0.0 +VERSION=v2.1.0 test: go test ./... diff --git a/README.md b/README.md index ce0f839..63e9a56 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ spec: spec: containers: - name: kube-sqs-autoscaler - image: irotoris/kube-sqs-autoscaler:v2.0.0 + image: irotoris/kube-sqs-autoscaler:v2.1.0 command: - /kube-sqs-autoscaler - --sqs-queue-url=https://sqs.your_aws_region.amazonaws.com/your_aws_account_number/your_queue_name # required