From ade0320cf660cb2c8168d4c9b82cdaa3e7e42c63 Mon Sep 17 00:00:00 2001 From: Eytan Avisror Date: Wed, 28 Aug 2019 13:19:09 -0700 Subject: [PATCH] release 0.3.2 changes (#33) --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- main.go | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffaf5d4..c017d537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.3.2-alpha] - 2019-08-28 + +### Changed + +- Changed org name and all references +- Added tagging for KubernetesCluster + +## [v0.3.0-alpha] - 2019-08-13 + +### Added + +- CI integration & enhancments (#3, #4, #11, #12) +- CRD strategy concurrency (#6) + +## [v0.2.0-alpha] - 2019-08-08 + +- Initial alpha release of instance-manager + + ## [v0.3.1-alpha] - 2019-08-20 ### Fixed diff --git a/README.md b/README.md index 79728d67..e5dfe66b 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.3.1-blue.svg?cacheSeconds=2592000) +![version](https://img.shields.io/badge/version-0.3.2-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 73ca29d5..b9aef54c 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ var ( setupLog = ctrl.Log.WithName("setup") ) -const controllerVersion = "instancemgr-0.3.1" +const controllerVersion = "instancemgr-0.3.2" func init() {