Skip to content

chore(deps): update terraform rancher2 to v1.21.0

Renovate Bot requested to merge renovate/rancher2-1.x into main

This MR contains the following updates:

Package Type Update Change
rancher2 (source) required_provider minor 1.20.1 -> 1.21.0

Release Notes

rancher/terraform-provider-rancher2

v1.21.0

Compare Source

FEATURES:

  • New Data Source rancher2_principal Use 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 IsConflict function to retry on update v2 resources
  • Added RestartClients function to restart Rancher2 clients
  • Updated CatalogV2Client function to also retry if err IsNotFound or IsForbidden
  • Refactored activateNodeDriver and activateKontainerDriver functions 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_v2 to support creation using Rancher2 standard user token
  • Refactored config.NormalizeURL function to return error
  • Updated rancher2_bootstrap.current_password argument to be Computed/Sensitive. Please be sure to remove this field from tf file before update.

BUG FIXES:

  • Fixed waitAllCatalogV2Downloaded function avoiding race condition

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports