Skip to content

Commit

Permalink
release: 0.11.0 (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>
  • Loading branch information
eytan-avisror authored Apr 28, 2021
1 parent 522a8d4 commit 002bf72
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.11.0-alpha2] - 2020-4-28

### Fixed

- Functional-test fixes (#272, #276)
- Add build stage to Github Actions (#281)
- Add locking to Namespaces map access (#279)

### Added

- annotation for IRSA enabled nodes (#271)
- add image default label to nodes (#270)
- prometheus metrics integration (#274)
- conditional default values (#273)

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

### Fixed
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.10.1-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.11.0-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.10.1"
const controllerVersion = "instancemgr-0.11.0"

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

0 comments on commit 002bf72

Please sign in to comment.