Skip to content

Releases: rancher/terraform-provider-rancher2

v3.0.2

28 Jun 14:45
31ab1f7
Compare
Choose a tag to compare

3.0.2 (June 28, 2023)

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Fix Harvester disk_size default value. See #1149

v3.0.2-rc1

27 Jun 14:58
31ab1f7
Compare
Choose a tag to compare
v3.0.2-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.1...v3.0.2-rc1

v3.0.1

08 Jun 02:28
444cda5
Compare
Choose a tag to compare

3.0.1 (June 7, 2023)

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Support old version HarvesterConfig. See #1132

v3.0.1-rc1

07 Jun 09:11
444cda5
Compare
Choose a tag to compare
v3.0.1-rc1 Pre-release
Pre-release
Merge pull request #1140 from futuretea/for-3.0.1

Backport Harvester fix to v3.0

v3.1.0-rc1: Merge pull request #1130 from sboschman/patch-1

02 Jun 16:08
4f2519e
Compare
Choose a tag to compare
Fix comment typo in resource_rancher2_custom_user_token resource

v3.0.0

01 May 15:44
0efc683
Compare
Choose a tag to compare

3.0.0 (May 1, 2023)

FEATURES:

  • Add support for new Azure features - node template tags, network interface, availability zone, and option to enable standard SKU. See #1023 and #1062
  • Add support for node group node role on EKS clusters. See #1049
  • Allow setting vmAffinity for Harvester clusters. See #1024 and #1110
  • Update Harvester node driver to support multi nics and disks. See #1051

ENHANCEMENTS:

  • [Docs] Update branching strategy and compatibility matrix. See #1060
  • [Docs] Add example for authenticated cluster level private registry. See #1055
  • [Docs] Remove macAddress in Harvester node driver. See #1089
  • Add k8s 1.25 support | Remove logging cis v1 support. See #1056
  • Add issue and pull request templates. See #1063
  • Update Wrangler to v1.1.0. See #1079
  • Bump golang.org/x/net from 0.2.0 to 0.7.0. See #1078
  • Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.0. See #1077
  • Add script to test Terraform RCs locally on darwin/unix and windows. See #1082 and #1085
  • Implement retry logic to enforce timeouts. See #1033

BUG FIXES:

  • [Docs] Add machine_pool annotations property. See #1041
  • Add new field for computed values in App v2 resource. See #1021
  • Do not sort mirror endpoints. See #1029
  • Update SDK and make machine pool cloud_credential_secret_name optional to fix plan bug. See #1070
  • Fix intermittent 409 conflict when creating new rancher2_project with PSPTID. See #1058

v2.0.0

10 Apr 19:56
78b3424
Compare
Choose a tag to compare

2.0.0 (April 10, 2023)

ENHANCEMENTS:

  • Add 'annotations' property to docs. See #1041
  • Add mac/unix and windows automation to test RCs locally. See #1100

BUG FIXES:

  • Remove sort from v2 mirror endpoints. See #1091
  • Fix TF inconsistent plan bug. See #1099

v2.0.0-rc4: Merge pull request #1102 from a-blender/vm-affinity-harvester-revert

07 Apr 17:50
78b3424
Compare
Choose a tag to compare
[release/v2] Harvester vmAffinity feature revert

v3.0.0-rc2

06 Apr 21:43
b7178dd
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release
Implement retry logic to enforce timeouts (#1033)

v2.0.0-rc3: Merge pull request #1100 from a-blender/add-rc-test-script-backport

05 Apr 19:33
cacf302
Compare
Choose a tag to compare
[Backport release/v2] Add mac/unix and windows RC test scripts