Skip to content

Commit 7c2bf62

Browse files
authored
chore: release 0.15.0 (#384)
* chore: release 0.15.0 Signed-off-by: Venkata Gunapati <[email protected]> * fix: changelog Signed-off-by: Venkata Gunapati <[email protected]> --------- Signed-off-by: Venkata Gunapati <[email protected]>
1 parent 6698ae3 commit 7c2bf62

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
## [v0.15.0-alpha2] - 2023-4-17
8+
9+
* fix: functional test by @vgunapati and @garomonegro in (#383) (#382)
10+
* chore: Update functional-test.yaml ubuntu-20.04 by @garomonegro in (#381)
11+
* fix: Not honoring gp3 volume iops and throughput values by @vgunapati in (#380)
12+
* chore(deps): Bump golang.org/x/net (#377)
13+
* chore(deps): Bump github.com/prometheus/client_golang (#375)
14+
* fix: Replace ARN format validation procedure by @srosenberg-apptio in (#374)
15+
* fix: remove spot dependency from functional test by @eytan-avisror in (#360)
16+
* feat: add support for container runtime on windows AMIs by @backjo in (#359)
17+
* chore: Add CodeQL analysis by @backjo in (#358)
18+
* feat: use IMDS for autoscaling information by @backjo in (#357)
19+
720
## [v0.14.1-alpha2] - 2022-4-6
821
* fix: use non-deprecated CRD api by @backjo in https://github.com/keikoproj/instance-manager/pull/355
922
* chore: upgrade dependencies by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/353
1023
* feat: allow resolving EKS AMIs by version/slug for better readability by @backjo in https://github.com/keikoproj/instance-manager/pull/351
1124
* fix: Add override instance type for running instances in MixedInstancePolicy by @eytan-avisror in https://github.com/keikoproj/instance-manager/pull/350
25+
1226
## [v0.14.0-alpha2] - 2022-2-14
1327
* feat: add support for calculating max pods when prefix assignment is … by @backjo in https://github.com/keikoproj/instance-manager/pull/326
1428
* fix: check architecture when considering similar instance types in the same family by @backjo in https://github.com/keikoproj/instance-manager/pull/332

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

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

0 commit comments

Comments
 (0)