Releases: sport24ru/terraform-yandex-managed-kubernetes
Releases · sport24ru/terraform-yandex-managed-kubernetes
2.3.0
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
BUG FIXES:
- Fixed value of instance_template.container_runtime attribute of node group.
2.1.0
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
Output internal endpoint of cluster.
Added output
1.1.1
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.