Skip to content

Releases: keikoproj/instance-manager

instance-manager v0.17.0-alpha2

07 Nov 17:27
aacc029
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

instance-manager v0.16.0-alpha2

31 Aug 21:08
d1e5113
Compare
Choose a tag to compare

What's Changed

  • Make launchtemplates as a default scaling group configuration, instead of launchconfigurations. by @shreyas-badiger in #385

Due to AWS limited support and deprecation of launch configurations, this release modifies the default scaling configuration to launch templates! if your custom resource does not specify a scaling configuration explicitly it will use launch templates (previously launch configuration). If you wish to stay with launch configurations, make sure your resources explicitly declare this spec.

New Contributors

Full Changelog: 0.15.0...0.16.0

instance-manager v0.15.0-alpha2

17 Apr 20:40
7c2bf62
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.15.0

instance-manager v0.14.1-alpha2

06 Apr 16:01
8084fc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.14.1

instance-manager v0.14.0-alpha2

14 Feb 17:04
3adb8e4
Compare
Choose a tag to compare

What's Changed

  • feat: add support for calculating max pods when prefix assignment is … by @backjo in #326
  • fix: check architecture when considering similar instance types in the same family by @backjo in #332
  • feat: automated ami upgrades + upgrade locking by @preflightsiren in #327
  • chore: Add missing bdd templates by @preflightsiren in #334
  • fix: Stop passing in ClusterCA and Endpoint information for Windows nodes by @backjo in #337
  • fix: don't set max pods above kubernetes recommended limit by @backjo in #342
  • chore: update go, improve cross-compilation in docker by @backjo in #343
  • fix: Deduplicate Subnets by @eytan-avisror in #344
  • fix: Enforce Restricted Fields usage when no default value by @eytan-avisror in #345
  • fix: Avoid launch template creation loop when switching from launch config and failing by @sahilbadla in #346

Notes

  • notable change: custom networking max pods capped at 110 pods - see #342

New Contributors

Full Changelog: 0.13.0...0.14.0

instance-manager v0.13.0-alpha2

22 Jul 16:43
2d0866e
Compare
Choose a tag to compare

[v0.13.0-alpha2] - 2021-7-21

Added

  • feat: add support for specifying container runtime (#323)
  • feat: Pass API Endpoint & CA Cert directly to bootstrap

Fixed

  • fix: calculate cluster dns correctly for non /16 blocks (#319)
  • fix: add throughput parameter for volumes, allow iops to be set for any provisioned iops-supported volume (#316)
  • fix: add addl tags for scale to 0 support for windows nodes (#315)
  • fix: evaluate controller-added tags (#314)

Notes

  • CRD Update required

instance-manager v0.12.1-alpha2

04 Jun 17:26
6a04c23
Compare
Choose a tag to compare

[v0.12.1-alpha2] - 2021-6-4

Fixed

  • fix: Set InstanceTypes before provisioned early exit (#312)
  • refactor: awsprovider file restructure (#296)
  • fix: Ignore mixedInstancePolicy if type is LaunchConfig (#303)
  • fix: add sorting when resolving securitygroups/subnets (#302)

Added

  • feat: add support for instance metadata options (#305)

Notes

  • CRD Update required

instance-manager v0.12.0-alpha2

08 May 05:52
d5df858
Compare
Choose a tag to compare

[v0.12.0-alpha2] - 2020-5-7

Added

Fixed

  • Fixes for conditionals logic (#287)
  • OsFamily validation (#289)

Notes

  • Node rotation will be triggered when controller is upgraded due to #286, #290 which adds to user-data.

instance-manager v0.11.1-alpha2

29 Apr 19:22
06da69c
Compare
Choose a tag to compare

[v0.11.1-alpha2] - 2020-4-29

Fixed

  • Only set restricted field to default value if none of the conditionals set it (#284)

instance-manager v0.11.0-alpha2

28 Apr 16:32
002bf72
Compare
Choose a tag to compare

[v0.11.0-alpha2] - 2020-4-28

Fixed

  • Functional-test fixes (#272, #276)
  • Add build stage to Github Actions (#281) @backjo
  • Add locking to Namespaces map access (#279)

Added

  • annotation for IRSA enabled nodes (#271)
  • add image default label to nodes (#270)
  • prometheus metrics integration (#274)
  • conditional default values (#273) @backjo

Notes

  • Node rotation will be triggered when controller is upgraded due to #270 which adds an AMI label.