Skip to content

Commit e2bfe99

Browse files
committed
Updated CHANGELOG.md
1 parent 1718d65 commit e2bfe99

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
FEATURES:
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

78
ENHANCEMENTS:
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

1119
BUG FIXES:
1220

13-
21+
* Fixed `waitAllCatalogV2Downloaded` function avoiding race condition
1422

1523
## 1.20.1 (October 5, 2021)
1624

0 commit comments

Comments
 (0)