Skip to content

Releases: cloudcommons/terraform-azure-kubernetes

v0.2.4 Security features

04 Apr 10:33
d758cbe
Compare
Choose a tag to compare

This release adds some security features by default:

  • http application routing is now disabled by default.
  • api_server_authorized_ip_ranges can now be set.
  • pod_security_policy can now be enabled.

Thank you @cmendible !

Terraform Kubernetes provider update

07 Mar 13:37
Compare
Choose a tag to compare

This release fixes #10 adding support to Terraform Kubernetes Provider v1.11.1

v0.2.2

01 Mar 21:42
Compare
Choose a tag to compare

This release updates the default networking settings. The default values now allow a bigger cluster.

v0.2.1 Changes to VNET default values

01 Mar 17:11
Compare
Choose a tag to compare

This release changes the default values to the VNET, including the order on which the Cluster Subnet is declared.

v0.2.0 Update to AzureRM 2.0

28 Feb 16:50
Compare
Choose a tag to compare

This release bumps AzureRM to v2.0.

If you wish to use AzureRM v1.x, please use module version v0.x

v0.1.8 - Added OMS flag

25 Feb 11:24
1f840e8
Compare
Choose a tag to compare

This release allows you to add OMS monitoring to a Kubernetes cluster.

It will be automatically enable OMS for the cluster if you inform the oms_log_analytics_workspace_id input variable.

v0.1.7 Fixes auto scaler issue when disabled

22 Feb 09:59
ec14a6d
Compare
Choose a tag to compare

This release fixes #3

In the past, users willing to disable auto scaler should set it to false and explicitly set min_count and max_count to 0, as we were using default values. This is confusing and misleading.

Actions taken to improve developer experience:

  1. When auto scaler is set to false, terraform will automatically set auto_scaling_min_count and auto_scaling_max_count to '0'
  2. Auto scaler is now disabled by default. Developers have to explicitly turn it on and set auto_scaling_min_count and auto_scaling_max_count