Skip to content

Commit

Permalink
chore: release 0.14.0 (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Eytan Avisror <[email protected]>
  • Loading branch information
eytan-avisror authored Feb 14, 2022
1 parent 3099305 commit 3adb8e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.14.0-alpha2] - 2022-2-14
* feat: add support for calculating max pods when prefix assignment is … by @backjo in https://github.com/keikoproj/instance-manager/pull/326
* fix: check architecture when considering similar instance types in the same family by @backjo in https://github.com/keikoproj/instance-manager/pull/332
* feat: automated ami upgrades + upgrade locking by @preflightsiren in https://github.com/keikoproj/instance-manager/pull/327
* chore: Add missing bdd templates by @preflightsiren in https://github.com/keikoproj/instance-manager/pull/334
* fix: Stop passing in ClusterCA and Endpoint information for Windows nodes by @backjo in https://github.com/keikoproj/instance-manager/pull/337
* fix: don't set max pods above kubernetes recommended limit by @backjo in https://github.com/keikoproj/instance-manager/pull/342
* chore: update go, improve cross-compilation in docker by @backjo in https://github.com/keikoproj/instance-manager/pull/343
* fix: Deduplicate Subnets by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/344
* fix: Enforce Restricted Fields usage when no default value by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/345
* fix: Avoid launch template creation loop when switching from launch config and failing by @sahilbadla in https://github.com/keikoproj/instance-manager/pull/346

## [v0.13.0-alpha2] - 2021-7-21
- feat: add support for specifying container runtime (#323)
- fix: calculate cluster dns correctly for non /16 blocks (#319)
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.13.0-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.14.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.13.0"
const controllerVersion = "instancemgr-0.14.0"

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

0 comments on commit 3adb8e4

Please sign in to comment.