Releases: sighupio/fury-eks-installer
v2.0.0-alpha.1
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
- @Al-Pragliola made their first contribution
Full Changelog: v1.11.0...v2.0.0-alpha.1
v1.11.0
Welcome to the v1.11.0 version of the Fury EKS Installer.
This release adds the ability to select containerd
as runtime on node pools, and it updates the EKS provider to v17.
⚠️ WARNING:
if you are upgrading from v1.10.x to v1.11.0, please read the upgrade guide first.
What's Changed
- feat(eks): add support to change container-runtime by @ralgozino in #50
- update EKS provider to v17 by @ralgozino in #48
New Contributors
- @ralgozino made their first contribution in #50
Full Changelog: v1.10.1...v1.11.0
v1.10.1
Welcome to the v1.10.1 version of the Fury EKS Installer.
This release adds some outputs to the eks
module:
eks_cluster_oidc_provider_arn
eks_cluster_primary_security_group_id
eks_worker_additional_security_group_id
Thanks to @g-iannelli for the contribution
v1.9.2
Welcome to the v1.9.2 version of the Fury EKS Installer.
This release adds some outputs to the eks
module:
eks_cluster_oidc_provider_arn
eks_cluster_primary_security_group_id
eks_worker_additional_security_group_id
Thanks to @g-iannelli for the contribution
v1.10.0
Welcome to the v1.10.0 version of the Fury EKS Installer.
This is a minor release adding support for 2 new features:
- New parameter
cluster_log_retention_in_days
for the EKS module, allowing to set the log retention to a different value than the default 90 days. - New parameter
node_pools_launch_kind
for the EKS module that allows switching Node Pools fromlaunch configuration
tolaunch templates
.
⚠️ WARNING:
if you are upgrading from v1.9.x to v1.10.0, please read the upgrade guide first.
v1.9.1
Welcome to the v1.9.1 version of the Fury EKS Installer.
This release adds the us-east-1
ami variable for vpc-and-vpn module
Read the docs: https://docs.kubernetesfury.com/docs/infrastructure/installers/eks-installer
v1.9.0
Welcome to the v1.9.0 version of the Fury EKS Installer.
This release consolidate version 1.7.x and version 1.8.x, due to divergent features.
Read the docs: https://docs.kubernetesfury.com/docs/infrastructure/installers/eks-installer
v1.8.1 - Optional max pods attribute
Welcome to the v1.8.1 version of the Fury EKS Installer.
It includes the following:
- Add an optional
max_pods
node pool attribute to specify themax_pods
to use per node pool. Solves: #16 - @angelbarrera92
Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/eks
v1.8.0 - Custom node pool OS
Welcome to the v1.8.0 version of the Fury EKS Installer.
It includes the following:
- Add an optional
os
node pool attribute to specify theami_id
to use per node pool. @sbruzzese902 and @angelbarrera92 - Bugfix loadbalancer @nikever
Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/eks
v1.7.2 spotInstance parameter
added spot instance paramter