You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## 3.2.0 (October 12, 2023)
2
+
3
+
FEATURES:
4
+
5
+
6
+
7
+
ENHANCEMENTS:
8
+
9
+
* Add retry logic to rancher2_cluster update. See https://github.com/rancher/terraform-provider-rancher2/pull/1159
10
+
* Set protect-kernel-defaults on v2 clusters. See https://github.com/rancher/terraform-provider-rancher2/pull/1245
11
+
* Add group_search_filter, user_search_filter, and start_tls to LDAP Auth Config. See https://github.com/rancher/terraform-provider-rancher2/pull/1173
12
+
*[Docs] Update branching info. See https://github.com/rancher/terraform-provider-rancher2/pull/1202
13
+
*[Docs] Remove keypair_name for amazonec2_config. See https://github.com/rancher/terraform-provider-rancher2/pull/1227
14
+
*[Docs] Update msc schema and docs. See https://github.com/rancher/terraform-provider-rancher2/pull/1239
15
+
16
+
BUG FIXES:
17
+
* Fix machine selector config to allow kubelet arg list. See https://github.com/rancher/terraform-provider-rancher2/pull/1181
18
+
19
+
20
+
1
21
## 3.1.1 (August 3, 2023)
2
22
3
23
FEATURES:
@@ -29,7 +49,7 @@ FEATURES:
29
49
* Add Pod Security Admission Configuration Template (PSACT) support with state migration logic for 1.25+ RKE and v2 prov clusters. See [#1119](https://github.com/rancher/terraform-provider-rancher2/pull/1119) and [#1117](https://github.com/rancher/terraform-provider-rancher2/pull/1117)
30
50
***New Argument**`default_pod_security_admission_configuration_template_name` - (Optional) Cluster default pod security admission configuration template name (string)
31
51
***New Argument**`default_pod_security_admission_configuration_template_name` - (Computed) Cluster V2 default pod security admission configuration template name (string)
32
-
52
+
33
53
ENHANCEMENTS:
34
54
35
55
***New Argument**`entity_id_field` - (Optional) Entity ID for authentication config (string). See [#1163](https://github.com/rancher/terraform-provider-rancher2/pull/1163)
0 commit comments