Skip to content

Releases: sport24ru/terraform-yandex-managed-kubernetes

2.3.0

31 Jan 14:15
9f47954
Compare
Choose a tag to compare

NOTES:

  • Change attributes of cluster: use master_location instead zonal and regional
  • Ready for migration from C to D allocataion zone
  • Required provider yandex >= 0.105.0

2.2.1

17 Aug 06:53
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed value of instance_template.container_runtime attribute of node group.

2.2.0

17 Aug 06:41
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added attributes of cluster

    • cluster_ipv6_range
    • master_security_group_ids
  • Added attributes of node group

    • gpus
    • placement_group_id
    • container_runtime_type
    • network_acceleration_type
    • max_expansion
    • max_unavailable

2.1.0

25 Aug 20:51
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added attribute security_group_ids of node group.

NOTES:

  • Avoided warning about deprecated subnet definition (fixed #2).
  • Required provider yandex >= 0.52

1.2.0

15 Mar 20:41
Compare
Choose a tag to compare

Output internal endpoint of cluster.

Added output

  • internal_v4_endpoint

1.1.1

11 Mar 22:26
Compare
Choose a tag to compare

Support maintenance policy.

Added variables

  • master_auto_upgrade
  • master_maintenance_windows

to control maintenance of master.

Added node group attributes

  • auto_upgrade
  • auto_repair
  • maintenance_windows

to control maintenance of node groups.