Skip to content

Releases: rancher/terraform-provider-rancher2

v3.1.0

25 Jul 15:05
4642c36
Compare
Choose a tag to compare

3.1.0 (July 25, 2023)

FEATURES:

  • New Resource rancher2_custom_user_token - Provides configuration options to create, modify, and delete a user token. See #932 and #1130
  • Add Cluster and Fleet Agent Deployment Customization support for users to customize the tolerations, affinity, and resources of a downstream agent. See #1137
    • New Argument cluster_agent_deployment_customization - (Optional) Optional customization for cluster agent. For Rancher v2.7.5 and above (list)
    • New Argument fleet_agent_deployment_customization - (Optional) Optional customization for fleet agent. For Rancher v2.7.5 and above (list)
    • New Argument append_tolerations - (Optional) User defined tolerations to append to agent (list)
    • New Argument override_affinity - (Optional) User defined affinity to override default agent affinity (string)
    • New Argument override_resource_requirements - (Optional) User defined resource requirements to set on the agent (list)
  • Add Pod Security Admission Configuration Template (PSACT) support with state migration logic for 1.25+ RKE and v2 prov clusters. See #1119 and #1117
    • New Argument default_pod_security_admission_configuration_template_name - (Optional) Cluster default pod security admission configuration template name (string)
    • New Argument default_pod_security_admission_configuration_template_name - (Computed) Cluster V2 default pod security admission configuration template name (string)

ENHANCEMENTS:

  • New Argument entity_id_field - (Optional) Entity ID for authentication config (string). See #1163
  • [Docs] Add dev process and rc docs. See #1138
  • Rancher machine hostname truncation. See #1147
  • Refactor kubeconfig logic to use token from cached kubeconfig and replace invalid/expired tokens properly. See #1158 and #1165
  • Bump go-getter to 1.7.1. See #1118
  • Bump google.golang.org/grpc to 1.53.0. See #1167

BUG FIXES:

  • Add missing AKS node pool options. See #1122
  • Verify desired_size in EKS node groups. See #1126
  • Set DO userdata default empty for v2prov. See #1121
  • Support old version HarvesterConfig. See #1132
  • Fix 'unexpected end of JSON input' error when setting Pod Security Policy Template on new project. See #1113
  • Fix Harvester disk_size default value. See #1149
  • Consider all possible cluster states before passing them to StateChangeConf. See #1114

Your open source contributions are invaluable to us.

v3.1.0-rc6: Merge pull request #1117 from lazyfrosch/feature/cluster-psact

24 Jul 20:31
4642c36
Compare
Choose a tag to compare
Add PSACT to cluster_v2 resource and data-source

v3.1.0-rc5

19 Jul 16:21
5a952a8
Compare
Choose a tag to compare
v3.1.0-rc5 Pre-release
Pre-release
Add PSACT admission_configuration support with state migration logic …

v3.1.0-rc4

14 Jul 16:13
460156a
Compare
Choose a tag to compare
v3.1.0-rc4 Pre-release
Pre-release
Merge pull request #1167 from rancher/dependabot/go_modules/google.go…

v3.1.0-rc3: Merge pull request #1158 from a-blender/fix-kubeconfig-token-logic

30 Jun 22:48
81f30cd
Compare
Choose a tag to compare
Update replace kubeconfig token logic

v3.1.0-rc2

24 Jun 17:22
a70ecc9
Compare
Choose a tag to compare
v3.1.0-rc2 Pre-release
Pre-release
Add dev process and rc docs (#1138)

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