File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33FEATURES:
44
5+ * ** New Data Source** ` rancher2_principal ` Use this data source to retrieve information about a Rancher v2 Principal resource
56* ** New Argument:** ` rancher2_bootstrap.initial_password ` - (Optional/Computed/Sensitive) Initial password for Admin user. Default: ` admin ` (string)
67
78ENHANCEMENTS:
89
10+ * Added ` IsConflict ` function to retry on update v2 resources
11+ * Added ` RestartClients ` function to restart Rancher2 clients
12+ * Updated ` CatalogV2Client ` function to also retry if err ` IsNotFound ` or ` IsForbidden `
13+ * Refactored ` activateNodeDriver ` and ` activateKontainerDriver ` functions to retry if got conflict on node driver action
14+ * Refactored v2 resources CRUD functions to be defined at resources files. Added retry if got conflict on update
15+ * Updated ` rancher2_cluster_v2 ` to support creation using Rancher2 standard user token
16+ * Refactored ` config.NormalizeURL ` function to return error
917* Updated ` rancher2_bootstrap.current_password ` argument to be Computed/Sensitive. Please be sure to remove this field from tf file before update.
1018
1119BUG FIXES:
1220
13-
21+ * Fixed ` waitAllCatalogV2Downloaded ` function avoiding race condition
1422
1523## 1.20.1 (October 5, 2021)
1624
You can’t perform that action at this time.
0 commit comments