|
| 1 | +## v4.0.0 (February 5, 2024) |
| 2 | + |
| 3 | +FEATURES: |
| 4 | + |
| 5 | +* Added support for `machine_selector_files` on . See https://github.com/rancher/terraform-provider-rancher2/pull/1225 |
| 6 | +* Added support for `graceful_shutdown_timeout` for vSphere nodes. See https://github.com/rancher/terraform-provider-rancher2/pull/1228 |
| 7 | +* Added `inherited_cluster_roles` attribute to global_role. See https://github.com/rancher/terraform-provider-rancher2/pull/1242 |
| 8 | + |
| 9 | + |
| 10 | +ENHANCEMENTS: |
| 11 | + |
| 12 | +* Changed default Ubuntu image for DigitalOcean from 16.04 -> 22.04. See https://github.com/rancher/terraform-provider-rancher2/pull/1213 |
| 13 | +* Improved EKS node_group error message. See https://github.com/rancher/terraform-provider-rancher2/pull/1205 |
| 14 | +* Set `protect-kernel-defaults` on rancher_v2 clusters. See https://github.com/rancher/terraform-provider-rancher2/pull/1244 |
| 15 | +* Updated `default_system_registry` behavior at `rancher2_app_v2` resource. See https://github.com/rancher/terraform-provider-rancher2/pull/1265 |
| 16 | +* Updated RKE config machine pool schema and structure. See https://github.com/rancher/terraform-provider-rancher2/pull/1253 |
| 17 | +* Added `project_id` syntax for `rancher2_project_role_template_binding`. See https://github.com/rancher/terraform-provider-rancher2/pull/1272 |
| 18 | +* Add the `keypair_name` argument to the `openstack_config` machine config and node template. See https://github.com/rancher/terraform-provider-rancher2/pull/1235 |
| 19 | +* [Docs] updated the documentation for `rancher_cluster_v2`. See https://github.com/rancher/terraform-provider-rancher2/pull/1300 |
| 20 | +* [Docs] Remove `keypair_name` from `amazonec2_config`. See https://github.com/rancher/terraform-provider-rancher2/pull/942 |
| 21 | + |
| 22 | + |
| 23 | +BUGFIXES: |
| 24 | + |
| 25 | +* Fixed `machine_selector_config` old schema to have the correct type. See https://github.com/rancher/terraform-provider-rancher2/pull/1223 |
| 26 | +* Allow machine pools to be created and scaled down to 0. See https://github.com/rancher/terraform-provider-rancher2/pull/1232 |
| 27 | +* Fixed the issue where the for_each in `rancher2_registry` keeps changing the order of the list that has not changed. See https://github.com/rancher/terraform-provider-rancher2/pull/1268 |
| 28 | +* Fixed double base64-encoding of `ca_bundle` field. See https://github.com/rancher/terraform-provider-rancher2/pull/1296 |
| 29 | +* [Docs] Fixed description for using `kms_key` `eks_config_v2`. See https://github.com/rancher/terraform-provider-rancher2/pull/892 |
| 30 | + |
| 31 | + |
| 32 | + |
1 | 33 | ## 3.1.1 (August 3, 2023) |
2 | 34 |
|
3 | 35 | FEATURES: |
|
0 commit comments