Skip to content

Commit

Permalink
create 0.6.3 release (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Zihan Jiang <zihan_jiang@intuit.com>
  • Loading branch information
ZihanJiang96 committed Jan 10, 2024
1 parent f1c019e commit 53fdeba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.6.3

* Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #172
* Bump github.com/aws/aws-sdk-go from 1.47.11 to 1.48.11 by @dependabot in #174
* Bump github.com/keikoproj/inverse-exp-backoff from 0.0.3 to 0.0.4 by @dependabot in #175
* Bump k8s.io/api from 0.25.15 to 0.25.16 by @dependabot in #173
* Increase qps and burst to 100 by @ZihanJiang96 in #184

## v0.6.2

**NOTE:** Beginning with this release, the docker image tag for `lifecycle-manager` will be prefixed with `v`. For example, `v0.6.2` instead of `0.6.2`. This is to align with the [Semantic Versioning](https://semver.org/) specification.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/keikoproj/lifecycle-manager/actions/workflows/unit-test.yaml/badge.svg)](https://github.com/keikoproj/lifecycle-manager/actions/workflows/unit-test.yaml)
[![codecov](https://codecov.io/gh/keikoproj/lifecycle-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/keikoproj/lifecycle-manager)
[![Go Report Card](https://goreportcard.com/badge/github.com/keikoproj/lifecycle-manager)](https://goreportcard.com/report/github.com/keikoproj/lifecycle-manager)
![version](https://img.shields.io/badge/version-0.6.1-green.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.6.3-green.svg?cacheSeconds=2592000)
> Graceful AWS scaling event on Kubernetes using lifecycle hooks
lifecycle-manager is a service that can be deployed to a Kubernetes cluster in order to make AWS autoscaling events more graceful using draining
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var GitCommit string

// The main version number that is being run at the moment.
const Version = "0.6.1"
const Version = "0.6.3"

var BuildDate = ""

Expand Down

0 comments on commit 53fdeba

Please sign in to comment.