Skip to content

Commit

Permalink
Release 0.6.1 (#130)
Browse files Browse the repository at this point in the history
* Release 0.6.1

Signed-off-by: sbadiger <shreyas_badiger@intuit.com>

* update changelog

Signed-off-by: sbadiger <shreyas_badiger@intuit.com>

---------

Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
  • Loading branch information
shreyas-badiger committed Jul 19, 2023
1 parent b5c747c commit a47b096
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1
+ Fix broken build badge (#108)
+ Include draintimeout and change node drain method. (#121)
+ Node deletion (#127)

## 0.6.0

+ Bug fix: Allow drain retries even with timeout failures (#104)
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.0-green.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.6.1-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.0"
const Version = "0.6.1"

var BuildDate = ""

Expand Down

0 comments on commit a47b096

Please sign in to comment.