Skip to content

Commit

Permalink
Release v0.10.0 (#247)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

Signed-off-by: Eytan Avisror <[email protected]>

* release 0.10.0

Signed-off-by: Eytan Avisror <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Eytan Avisror <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Eytan Avisror <[email protected]>
  • Loading branch information
eytan-avisror authored Feb 12, 2021
1 parent 9571f6c commit 804c888
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ 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.10.0-alpha2] - 2020-2-10

### Added

- Launch template placement support (#199)
- Support bootstrap options / maxPods (#216)
- Automatic caluclation of custom networking maxPods (#244)
- Support new volume types (#233)
- Pre/Post bootstrap userdata for Windows Nodes (#220)
- Pre/Post bootstrap userdata for Bottlerocket Nodes (#227)
- ConfigMap Namespace Exclusion (#221)
- Build ARM compatible images (#224)
- Add MaxRetries to CRD Strategy (#249)

### Changes

- Move BDD to Github Actions (#228, #229, #231, #232)
- Readme improvements (#226)
- Update dependency versions (#222)
- Move to Go 1.15 (#246)

### Fixed

- Avoid launch template creation loop (#225)
- Remove confighash on excluded namespace (#236)
- Remove handling of upgrade resource name conflicts (#243, #252)
- Guard cast of launchtemplate with type check (#254)
- BDD cleanup timing (#245)
- Set launch template version after creation (#239)
- Add missing namespace watch permissions (#242)
- Remove whitespace in userdata (#248)

## [v0.9.2-alpha2] - 2020-12-1

### 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)](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.9.2-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.10.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 @@ -42,7 +42,7 @@ var (
setupLog = ctrl.Log.WithName("setup")
)

const controllerVersion = "instancemgr-0.9.2"
const controllerVersion = "instancemgr-0.10.0"

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

0 comments on commit 804c888

Please sign in to comment.