Skip to content

Commit 2d48da7

Browse files
authored
Merge pull request #896 from paynejacob/changelog
added notes for 1.23.0 release
2 parents 37e2c28 + 18a2976 commit 2d48da7

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
## 1.22.3 (Unreleased)
1+
## 1.23.0 (March 31, 2022)
22

33
FEATURES:
44

5+
* The Harvester node driver is now supported. See [#861](https://github.com/rancher/terraform-provider-rancher2/pull/861).
6+
* Added support for KEv2 cluster certificate rotation. See [#882](https://github.com/rancher/terraform-provider-rancher2/pull/882).
7+
* Added support for node pool health checks on KEv2 clusters. See [#889](https://github.com/rancher/terraform-provider-rancher2/pull/889).
58

69

710
ENHANCEMENTS:
811

9-
* Added support to import `rancher2_cloud_credential` resources
10-
* Added support to `rancher2_node_template` resource for server labels in hetzner_config, https://github.com/rancher/terraform-provider-rancher2/issues/657
12+
* `hetzner_node_driver` now supports specifying `server_labels`. See [#851](https://github.com/rancher/terraform-provider-rancher2/pull/851).
13+
* `drain_before_delete` can now be specified on `rancher2_cluster_v2` resources. See [#890](https://github.com/rancher/terraform-provider-rancher2/pull/890).
14+
* Added support for `rancher2_cloud_credential` imported resources.
15+
* Added `rancher2_node_template` label for server resources in `hetzner_config`. See [#657](https://github.com/rancher/terraform-provider-rancher2/issues/657).
1116

1217
BUG FIXES:
1318

14-
* Fix race condition for empty kubeconfig generation for `rancher2_cluster_sync` resource, https://github.com/rancher/terraform-provider-rancher2/issues/849
19+
* Importing KEv2 clusters with the Rancher client have their config correctly rewritten. See [#36128](https://github.com/rancher/rancher/issues/36128).
20+
* Fix race condition for empty kubeconfig generation for `rancher2_cluster_sync` resource. See [#849](https://github.com/rancher/terraform-provider-rancher2/issues/849).
1521

1622
## 1.22.2 (January 6, 2022)
1723

0 commit comments

Comments
 (0)