Skip to content

Commit 3adb8e4

Browse files
chore: release 0.14.0 (#347)
Signed-off-by: Eytan Avisror <[email protected]>
1 parent 3099305 commit 3adb8e4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.14.0-alpha2] - 2022-2-14
9+
* feat: add support for calculating max pods when prefix assignment is … by @backjo in https://github.com/keikoproj/instance-manager/pull/326
10+
* fix: check architecture when considering similar instance types in the same family by @backjo in https://github.com/keikoproj/instance-manager/pull/332
11+
* feat: automated ami upgrades + upgrade locking by @preflightsiren in https://github.com/keikoproj/instance-manager/pull/327
12+
* chore: Add missing bdd templates by @preflightsiren in https://github.com/keikoproj/instance-manager/pull/334
13+
* fix: Stop passing in ClusterCA and Endpoint information for Windows nodes by @backjo in https://github.com/keikoproj/instance-manager/pull/337
14+
* fix: don't set max pods above kubernetes recommended limit by @backjo in https://github.com/keikoproj/instance-manager/pull/342
15+
* chore: update go, improve cross-compilation in docker by @backjo in https://github.com/keikoproj/instance-manager/pull/343
16+
* fix: Deduplicate Subnets by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/344
17+
* fix: Enforce Restricted Fields usage when no default value by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/345
18+
* fix: Avoid launch template creation loop when switching from launch config and failing by @sahilbadla in https://github.com/keikoproj/instance-manager/pull/346
19+
820
## [v0.13.0-alpha2] - 2021-7-21
921
- feat: add support for specifying container runtime (#323)
1022
- fix: calculate cluster dns correctly for non /16 blocks (#319)

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.13.0-blue.svg?cacheSeconds=2592000)
8+
![version](https://img.shields.io/badge/version-0.14.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.13.0"
47+
const controllerVersion = "instancemgr-0.14.0"
4848

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

0 commit comments

Comments
 (0)