Skip to content

Releases: sighupio/fury-aks-installer

v2.0.0

05 Sep 12:31
Compare
Choose a tag to compare

Welcome to the v2.0.0 version of the Fury AKS Installer.

What's Changed

  • Introduced VNet and VPN modules to create the needed infrastructure for an AKS cluster that can be used independently
  • Introduced State module to create the Storage Account and Container on Azure as Terraform Backend
  • Upgraded Terraform to 1.3+
  • Changed authentication to AKS from Service Principal to Azure Active Directory

Full Changelog: v1.8.1...v2.0.0

v1.8.1 - Optional max pods attribute

20 Sep 13:37
Compare
Choose a tag to compare

Welcome to the v1.8.1 version of the Fury AKS Installer.

It includes the following:

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.8.0 - Custom node pool OS

06 Sep 10:32
9a42d9a
Compare
Choose a tag to compare

Welcome to the v1.8.0 version of the Fury AKS Installer.

It includes the following:

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.7.0 - Pin terraform versions

26 May 07:58
Compare
Choose a tag to compare

Welcome to the v1.7.0 version of the Fury AKS Installer.

It includes the following:

  • Pin terraform version to 0.15.4
  • Updates terraform provisioners

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.5.0 - Additional node pool firewall rules

05 Mar 11:32
Compare
Choose a tag to compare

Welcome to the v1.5.0 version of the Fury AKS Installer.

It includes the following:

  • Includes a new input in the node pool definition to allow additional firewall rule the specific node pool.
additional_firewall_rules = list(object({
    name        = string
    direction   = string
    cidr_block  = string
    protocol    = string
    ports       = string
    tags        = map(string)
}))
  • Modify the dmz_cidr_range variable to allow both a list(string) or a string

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.4.0 - Subnetwork configuration for nodepools

28 Jan 08:41
Compare
Choose a tag to compare

Welcome to the v1.4.0 version of the Fury AKS Installer.

In includes the following changes:

  • subnetworks attributes to the node_pool configuration. It enables to deploy node pools on different subnetworks.

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.2.0 - Tags, max_pods and much more!

29 Oct 15:52
Compare
Choose a tag to compare

Welcome to the v1.2.0 version of the Fury AKS Installer.

In includes the following changes:

  • Add max_pods attribute to node_pool object enabling the configuration of the maximum number of pods per node. (shared interface)
  • Add possibility to set up tags in all resources created with the installer. (shared interface)
  • Add possibility to set up tags in all specific nodes of the cluster. (shared interface)

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/aks

v1.1.0 - Active directory integrated and taints supported

08 Jul 10:19
Compare
Choose a tag to compare

Welcome to the v1.1.0 version of the Fury AKS Installer.

In includes the following changes:

  • Enabled integration with Active Directory.
  • Add possibility to set up taints to node pools (shared interface).

Read the docs: https://docs.kubernetesfury.com/docs/installers/managed/

v1.0.0

13 May 07:24
Compare
Choose a tag to compare
Update input interface