Skip to content

Commit

Permalink
release 0.12.1 (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Back <[email protected]>

Co-authored-by: Eytan Avisror <[email protected]>
  • Loading branch information
backjo and eytan-avisror authored Jun 4, 2021
1 parent 67a8a78 commit 6a04c23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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.12.0-alpha2] - 2020-5-7
## [v0.12.1-alpha2] - 2021-6-4
- fix: Set InstanceTypes before provisioned early exit (#312)
- refactor: awsprovider file restructure (#296)
- feat: add support for instance metadata options (#305)
- fix: Ignore mixedInstancePolicy if type is LaunchConfig (#303)
- fix: add sorting when resolving securitygroups/subnets (#302)

## [v0.12.0-alpha2] - 2021-5-7

### Added

Expand All @@ -16,13 +23,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixes for conditionals logic (#287)
- OsFamily validation (#289)

## [v0.11.1-alpha2] - 2020-4-29
## [v0.11.1-alpha2] - 2021-4-29

### Fixed

- Only set restricted field to default value if none of the conditionals set it (#284)

## [v0.11.0-alpha2] - 2020-4-28
## [v0.11.0-alpha2] - 2021-4-28

### Fixed

Expand All @@ -37,7 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- prometheus metrics integration (#274)
- conditional default values (#273)

## [v0.10.1-alpha2] - 2020-4-01
## [v0.10.1-alpha2] - 2021-4-01

### Fixed

Expand All @@ -47,7 +54,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add validation for provisioner spec (#267)
- Fix memory leak on caching pagination (#265)

## [v0.10.0-alpha2] - 2020-2-10
## [v0.10.0-alpha2] - 2021-2-10

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![codecov](https://codecov.io/gh/keikoproj/instance-manager/branch/master/graph/badge.svg?token=IJbjmSBliL)](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.12.0-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.12.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 and creates `InstanceGroup` objects in your cluster. Additionally, **instance-manager** will provision the actual machines and bootstrap them to the cluster.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
setupLog = ctrl.Log.WithName("setup")
)

const controllerVersion = "instancemgr-0.12.0"
const controllerVersion = "instancemgr-0.12.1"

func init() {
instancemgrv1alpha1.AddToScheme(scheme)
Expand Down

0 comments on commit 6a04c23

Please sign in to comment.