Skip to content

Releases: keikoproj/instance-manager

instance-manager v0.6.1-alpha2

13 May 17:47
c13dbfb
Compare
Choose a tag to compare

[v0.6.1-alpha2] - 2020-5-13

Fixed

  • Bootstrapping of shared roles (#102)

instance-manager v0.6.0-alpha2

12 May 20:42
e4456c9
Compare
Choose a tag to compare

[v0.6.0-alpha2] - 2020-5-12

Added

  • eks provisioner v2 (#83)

Changed

  • eks-cf provisioner deprecated (#94)
  • functional tests improvements (#79)
  • Removed vended code (#91)
  • Use golang 1.13.10 & update SDKs (#90)

Fixed

  • General fixes, refactor, and code improvements (#93, #92, #75, #80)
  • Documentation improvements (#96)

BREAKING CHANGES

If you are migrating from 0.5.0 and lower, you MUST delete all instance groups, update CRD, RBAC and controller, and re-create your instance groups using the new eks API. make sure to review the new API spec here.

instance-manager v0.5.0-alpha

03 Mar 21:03
c8ce6e1
Compare
Choose a tag to compare

[v0.5.0-alpha] - 2019-3-03

Added

  • Support for EKS managed node groups (#76)

Changed

  • Use latest aws-sdk (#67, #76)

Fixed

  • Documentation fixes (#74)

instance-manager v0.4.2-alpha

12 Nov 22:43
26126d0
Compare
Choose a tag to compare

[v0.4.2-alpha] - 2019-12-07

Fixed

  • Support scenarios where existing IAM role is different than existing instance profile (#64)

instance-manager v0.4.1-alpha

08 Nov 19:26
3c9d62f
Compare
Choose a tag to compare

[v0.4.1-alpha] - 2019-11-07

Added

  • Existing IAM role support (#62)

Fixed

  • Managed policy prefix including account id (#61)

instance-manager v0.4.0-alpha

31 Oct 21:15
5d42dfb
Compare
Choose a tag to compare

[v0.4.0-alpha] - 2019-10-30

Added

  • Basic spot-instance support (#36, #41)
  • Additional options for rollingUpdate (#44)
  • CFN stack prefixes (#46)
  • Managed policy support (#55)
  • MetricsCollection support (#57)

Changed

  • Switch to aws-auth library (#40, #43)
  • Improve reconcile of error states (#42)

Fixed

  • Fix rollingUpdate defaults (#59)

Significant Changes

  • #46 change the name of cloudformation stacks and shortens it to remove the namespace name, migration from 0.3.2 to 0.4.0 would mean re-creation of cloudformation stacks belonging to instance groups.

instance-manager v0.3.2-alpha

28 Aug 20:19
ade0320
Compare
Choose a tag to compare

[v0.3.2-alpha] - 2019-08-28

Changed

  • Changed org name and all references
  • Added tagging for KubernetesCluster

instance-manager v0.3.1-alpha

22 Aug 05:36
abf3532
Compare
Choose a tag to compare

[v0.3.1-alpha] - 2019-08-20

Fixed

  • CRD strategy concurrency fix (#20)
  • Better management of aws-auth configmap (#23)

instance-manager v0.3.0-alpha

13 Aug 23:41
880cf6f
Compare
Choose a tag to compare

[v0.3.0-alpha] - 2019-08-13

Added

  • CI integration & enhancments (#3, #4, #11, #12)
  • CRD strategy concurrency (#6)

instance-manager v0.2.0-alpha

08 Aug 17:10
cad69c3
Compare
Choose a tag to compare

The initial alpha release of instance-manager