Skip to content

Commit aacc029

Browse files
Release v0.17.0 (#410)
Signed-off-by: sbadiger <[email protected]>
1 parent 31e3a1f commit aacc029

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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+
8+
## [v0.17.0-alpha2] - 2023-10-30
9+
* Fix incorrect counter name (#409)
10+
* Bump sigs.k8s.io/controller-runtime from 0.12.1 to 0.12.3 (#400)
11+
* Bump github.com/prometheus/client_golang (#403)
12+
* Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#404)
13+
* Bump crazy-max/ghaction-docker-meta from 1 to 5 (#407)
14+
* Bump golang.org/x/net from 0.12.0 to 0.17.0 (#408)
15+
* Bump docker/build-push-action from 2 to 5 (#406)
16+
* Bump docker/login-action from 1 to 3 (#405)
17+
* Bump github.com/aws/aws-sdk-go from 1.45.14 to 1.45.19 (#402)
18+
* Bump codecov/codecov-action from 1 to 3 (#395)
19+
* Bump docker/setup-qemu-action from 1 to 3 (#397)
20+
* Bump docker/setup-buildx-action from 1 to 3 (#394)
21+
* Bump actions/setup-go from 2 to 4 (#393)
22+
* Bump actions/checkout from 2 to 4 (#396)
23+
* Add dependabot configuration (#392)
24+
* Update aws-auth and aws-sdk-go-cache (#391)
25+
* Update go to 1.19, client-go to v0.24.14, and controller-runtime to v0.12.1 (#389)
26+
* Set LaunchTemplate as default value for default-scaling-configuration (#387)
27+
* Bump gopkg.in/yaml.v3 (#386)
28+
* Feat: support overriding default scaling configuration (#385)
29+
30+
## [v0.16.0-alpha2] - 2023-09-01
31+
* Make launchtemplates as a default scaling group configuration, instead of launchconfigurations. by @shreyas-badiger in https://github.com/keikoproj/instance-manager/pull/385
32+
33+
734
## [v0.15.0-alpha2] - 2023-4-17
835

936
* fix: functional test by @vgunapati and @garomonegro in (#383) (#382)

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

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

0 commit comments

Comments
 (0)