Skip to content

Commit 160eda2

Browse files
Merge pull request #1303 from thatmidwesterncoder/4.0.0_changelog
4.0.0 Changelog
2 parents 6401180 + 9fed2db commit 160eda2

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+
133
## 3.1.1 (August 3, 2023)
234

335
FEATURES:

0 commit comments

Comments
 (0)