You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
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
+
8
20
## [v0.13.0-alpha2] - 2021-7-21
9
21
- feat: add support for specifying container runtime (#323)
10
22
- fix: calculate cluster dns correctly for non /16 blocks (#319)
> Create and manage instance groups with Kubernetes.
10
10
11
11
**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.
0 commit comments