diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md deleted file mode 100644 index 13a6d8e6..00000000 --- a/.github/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -## 0.2.0 - -+ Initial alpha release diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1d1bc4..2ffaf5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,19 @@ 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.1-alpha] - 2019-08-20 + +### Fixed + +- Bugfix: CRD strategy concurrency fix (#20) +- Bugfix: better management of aws-auth configmap (#23) + ## [v0.3.0-alpha] - 2019-08-13 ### Added - CI integration & enhancments (#3, #4, #11, #12) -- README changes (#5) -- Add CODEOWNERS (#9) - -### Fixed - -- Bugfix: CRD strategy concurrency (#6) +- CRD strategy concurrency (#6) ## [v0.2.0-alpha] - 2019-08-08 diff --git a/README.md b/README.md index e99e678b..c5a1d89b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://codecov.io/gh/orkaproj/instance-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/orkaproj/instance-manager) [![Go Report Card](https://goreportcard.com/badge/github.com/orkaproj/instance-manager)](https://goreportcard.com/report/github.com/orkaproj/instance-manager) [![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl] -![version](https://img.shields.io/badge/version-0.3.0-blue.svg?cacheSeconds=2592000) +![version](https://img.shields.io/badge/version-0.3.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 050977b1..02b8dc2d 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ var ( setupLog = ctrl.Log.WithName("setup") ) -const controllerVersion = "instancemgr-0.3.0" +const controllerVersion = "instancemgr-0.3.1" func init() {