From c13dbfba0c7c975fc12d774a5e66c07ae3383d64 Mon Sep 17 00:00:00 2001 From: Eytan Avisror Date: Wed, 13 May 2020 10:42:09 -0700 Subject: [PATCH] bump up version (#103) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- main.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0a9809..6d8c4a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.6.1-alpha2] - 2020-5-13 + +### Fixed + +- Bootstrapping of shared roles (#102) + ## [v0.6.0-alpha2] - 2020-5-12 ### Added diff --git a/README.md b/README.md index a5219e3f..0ba3c23c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://codecov.io/gh/keikoproj/instance-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/keikoproj/instance-manager) [![Go Report Card](https://goreportcard.com/badge/github.com/keikoproj/instance-manager)](https://goreportcard.com/report/github.com/keikoproj/instance-manager) [![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl] -![version](https://img.shields.io/badge/version-0.6.0-blue.svg?cacheSeconds=2592000) +![version](https://img.shields.io/badge/version-0.6.1-blue.svg?cacheSeconds=2592000) > Create and manage instance groups with Kubernetes. instance-manager simplifies the creation of worker nodes from within a Kubernetes cluster, create `InstanceGroup` objects in your cluster and instance-manager will provision the actual machines and bootstrap them to the cluster. diff --git a/main.go b/main.go index 24b7682d..444f0b29 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ var ( setupLog = ctrl.Log.WithName("setup") ) -const controllerVersion = "instancemgr-0.6.0" +const controllerVersion = "instancemgr-0.6.1" func init() { instancemgrv1alpha1.AddToScheme(scheme)