v1.21.0
CHANGELOG
1.21.0 (October 18, 2021)
FEATURES:
- New Data Source
rancher2_principalUse this data source to retrieve information about a Rancher v2 Principal resource - New Argument:
rancher2_bootstrap.initial_password- (Optional/Computed/Sensitive) Initial password for Admin user. Default:admin(string)
ENHANCEMENTS:
- Added
IsConflictfunction to retry on update v2 resources - Added
RestartClientsfunction to restart Rancher2 clients - Updated
CatalogV2Clientfunction to also retry if errIsNotFoundorIsForbidden - Refactored
activateNodeDriverandactivateKontainerDriverfunctions to retry if got conflict on node driver action - Refactored v2 resources CRUD functions to be defined at resources files. Added retry if got conflict on update
- Updated
rancher2_cluster_v2to support creation using Rancher2 standard user token - Refactored
config.NormalizeURLfunction to return error - Updated
rancher2_bootstrap.current_passwordargument to be Computed/Sensitive. Please be sure to remove this field from tf file before update.
BUG FIXES:
- Fixed
waitAllCatalogV2Downloadedfunction avoiding race condition