Skip to content

Commit 2d0866e

Browse files
authored
release 0.13.0 (#325)
Signed-off-by: Jonah Back <[email protected]>
1 parent 7b321ba commit 2d0866e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.13.0-alpha2] - 2021-7-21
9+
- feat: add support for specifying container runtime (#323)
10+
- fix: calculate cluster dns correctly for non /16 blocks (#319)
11+
- fix: add throughput parameter for volumes, allow iops to be set for any provisioned iops-supported volume (#316)
12+
- fix: add addl tags for scale to 0 support for windows nodes (#315)
13+
- fix: evaluate controller-added tags (#314)
14+
- feat: Pass API Endpoint & CA Cert directly to bootstrap
15+
816
## [v0.12.1-alpha2] - 2021-6-4
917
- fix: Set InstanceTypes before provisioned early exit (#312)
1018
- refactor: awsprovider file restructure (#296)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![codecov](https://codecov.io/gh/keikoproj/instance-manager/branch/master/graph/badge.svg?token=IJbjmSBliL)](https://codecov.io/gh/keikoproj/instance-manager)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/keikoproj/instance-manager)](https://goreportcard.com/report/github.com/keikoproj/instance-manager)
77
[![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl]
8-
![version](https://img.shields.io/badge/version-0.12.1-blue.svg?cacheSeconds=2592000)
8+
![version](https://img.shields.io/badge/version-0.13.0-blue.svg?cacheSeconds=2592000)
99
> Create and manage instance groups with Kubernetes.
1010
1111
**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.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444
setupLog = ctrl.Log.WithName("setup")
4545
)
4646

47-
const controllerVersion = "instancemgr-0.12.1"
47+
const controllerVersion = "instancemgr-0.13.0"
4848

4949
func init() {
5050
instancemgrv1alpha1.AddToScheme(scheme)

0 commit comments

Comments
 (0)