Skip to content

Releases: sighupio/fury-eks-installer

v3.1.2

31 Jul 10:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v1.11.2

10 Jul 16:50
549a4b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.11.2

v3.1.1

12 Mar 09:59
48c105f
Compare
Choose a tag to compare

Welcome to the v3.1.1 version of the Fury EKS Installer.

This release addresses a bug introduced in versions v3.0.0 and v3.1.0, which prevented the creation of the aws_security_group_rule necessary for SSH access to nodes in furyctl.

What's Changed

  • fix: guard is stopping ssh to nodes rule to being active on private clusters by @Al-Pragliola in #75

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

08 Feb 09:49
Compare
Choose a tag to compare

Welcome to the v3.1.0 version of the Fury EKS Installer.

This release allows to set the logsTypes to be configured on the installer.

What's Changed

  • feat: enable to set logs types flags as parameters

Full Changelog: v3.0.0...v3.1.0

v3.0.0

18 Dec 14:29
Compare
Choose a tag to compare

Welcome to the v3.0.0 version of the Fury EKS Installer.

This release upgrades the aws provider from v3 to v5, introduces eks-managed node groups, and fixes a few issues and edge cases.

What's Changed

  • feat: upgrade aws provider to v5, and all the aws tf modules to their latest
  • fix: tweak modules config to remove changes after v3 to v5 provider update
  • fix: restore missing instruction in readme
  • feat: introduce node_groups (now known as eks-managed node groups)
  • chore: remove unused vars 'node_groups_defaults' and 'node_groups'
  • fix: add guards to prevent eks module from breaking
  • fix: use eu-west-1a as fallback AZ to get spot prices

Full Changelog: v2.0.2...v3.0.0

v2.0.2

06 Oct 08:29
268f602
Compare
Choose a tag to compare

Welcome to the v2.0.2 version of the Fury EKS Installer.

This relase fixes the additional firewall rules behaviour

What's Changed

  • fix(module,eks): missing nodepool additional-firewall-rules by @g-iannelli in #69

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Jul 13:27
7529af5
Compare
Choose a tag to compare

Welcome to the v2.0.1 version of the Fury EKS Installer.

This relase fixes SPOT behaviour when using launch_templates

What's Changed

Full Changelog: v2.0.0...v2.0.1

v1.11.1

07 Jul 07:36
d50a0a7
Compare
Choose a tag to compare

Welcome to the v1.11.1 version of the Fury EKS Installer.

This relase fixes SPOT behaviour when using launch_templates

What's Changed

Full Changelog: v1.11.0...v1.12.0

v2.0.0

29 Jun 15:19
64d5251
Compare
Choose a tag to compare

What's Changed

  • split of vpc and vpn modules, that are now decoupled from each other and usable independently
  • support of public eks cluster
  • upgrade to terraform 1.3+
  • cleanup documentation

Full Changelog: v1.11.0...v2.0.0

v2.0.0-alpha.1

12 Apr 12:41
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Welcome to the v2.0.0-alpha.1 version of the Fury EKS Installer.

This release introduces the ability to configure vpc and vpn independently from one another, as well as the support for mixed(private+public) and public clusters.

⚠️ WARNING:
This release introduces several breaking changes. An upgrade guide will be made available once we enter beta or rc phase.

What's Changed

  • feat: add support to create EKS public cluster by @omissis #52
  • feat: Introduce structural modules improvements by @g-iannelli #53

New Contributors

Full Changelog: v1.11.0...v2.0.0-alpha.1