Skip to content

Releases: rancher/terraform-provider-rancher2

v1.8.1

23 Jul 15:27
Compare
Choose a tag to compare

CHANGELOG

1.8.1 (March 31, 2020)

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Fix init provider if api_url is dependent of infra that is not yet deployed

v1.8.0

23 Jul 15:31
Compare
Choose a tag to compare

CHANGELOG

1.8.0 (March 31, 2020)

FEATURES:

  • New Data Source: rancher2_cluster_scan

ENHANCEMENTS:

  • Added wait_monitoring argument to rancher2_cluster_sync resource
  • Added retries config argument and isRancherActive() function
  • Updated go modules and vendor files to rancher v2.4.0
  • Updated rancher to v2.4.0 and k3s to v1.17.4-k3s1 on acceptance tests
  • New rancher v2.4.0 features:
    • Added group_principal_id argument to rancher2_global_role_binding resource
    • Added k3s_config argument to rancher2_cluster datasource and resource
    • Added version argument to rancher2_catalog datasource and resource
    • Added upgrade_strategy argument to rke_config on rancher2_cluster resource
    • Added scheduled_cluster_scan argument on rancher2_cluster and rancher2_cluster_template resources
    • Added rancher2_cluster_scan datasource

BUG FIXES:

  • Added enable_json_parsing argument to cluster and project logging
  • Sync resource delete with rancher API
  • Fix recipient update on cluster and project alert groups

v1.7.3

23 Jul 15:42
Compare
Choose a tag to compare

CHANGELOG

1.7.3 (March 24, 2020)

FEATURES:

  • New Data Source: rancher2_pod_security_policy_template
  • New Resource: rancher2_pod_security_policy_template

ENHANCEMENTS:

  • Updated rancher/norman go modules and vendor files
  • Added plugin optional value none to rke_config argument on rancher2_cluster resource
  • Updated multiline arguments to trim spaces by default and avoid false diff
  • Updated rancher/types go modules and vendor files
  • Added mtu argument to rke_config.network argument on rancher2_cluster resource
  • Added custom_target_config argument to rancher2_cluster_logging and rancher2_project_logging resources
  • Updated aks_config, eks_config and gke_config arguments ti proper updte rancher2_cluster resource

BUG FIXES:

  • Fix audit_log.configuration.policy argument to rke_config.services.kube_api argument on rancher2_cluster resource
  • Added plugin optional value none to rke_config argument on rancher2_cluster resource
  • Updated multiline arguments to trim spaces by default and avoid false diff
  • Updated private_key_file definition for openstack driver on rancher2_node_template docs
  • Updated private_key_file definition for openstack driver on rancher2_node_template docs
  • Fixed rke_config.cloud_provider.aws_cloud_provider.global argument as computed to avoid false diff

v1.7.2

23 Jul 15:52
Compare
Choose a tag to compare

CHANGELOG

1.7.2 (January 28, 2020)

FEATURES:

ENHANCEMENTS:

  • Added refresh argument to rancher2_catalog resource
  • Added name and is_external arguments to rancher2_user datasource
  • Added delete_not_ready_after_secs and node_taints arguments to node_pool resource
  • Added delete_not_ready_after_secs and node_taints arguments to rancher2_node_pool resource
  • Updated github.com/rancher/types and github.com/rancher/norman go modules and vendor files to support rancher v2.3.3
  • Splitted schema, structure and test cluster_rke_config_services files for every rke service
  • Added ssh_cert_path argument to rke_config argument on rancher2_cluster resource
  • Added audit_log, event_rate_limit and secrets_encryption_config arguments to rke_config.services.kube_api argument on rancher2_cluster resource
  • Added generate_serving_certificate argument to rke_config.services.kubelet argument on rancher2_cluster resource
  • Added driver_id argument on rancher2_node_template resource to reference user created rancher2_node_driver

BUG FIXES:

  • Fix template_revisions update on rancher2_cluster_template resource
  • Fix rke_config.services.kube_api.policy argument on rancher2_cluster resource
  • Fix data argument set as sensitive on rancher2_secret resource

v1.7.1

23 Jul 15:54
Compare
Choose a tag to compare

CHANGELOG

1.7.1 (December 04, 2019)

FEATURES:

ENHANCEMENTS:

  • Added GetRancherVersion function to provider config
  • Updated vsphere_config argument schema on rancher2_node_template resource to support Rancher v2.3.3 features
  • Updated rancher to v2.3.3 and k3s to v0.10.2 on acceptance tests

BUG FIXES:

  • Set annotations argument as computed on rancher2_node_template resource
  • Added rancher2_node_template resource workaround on docs when upgrade Rancher to v2.3.3

v1.7.0

23 Jul 15:57
Compare
Choose a tag to compare

CHANGELOG

1.7.0 (November 20, 2019)

FEATURES:

  • New Resource: rancher2_token

ENHANCEMENTS:

  • Added always_pull_images argument on kube_api argument on rke_config argument for rancher2_clusters resource
  • Added resource deletion if not getting active state on creation for rancher2_catalog resource
  • Updated rancher to v2.3.2 and k3s to v0.10.1 on acceptance tests
  • Added desired nodes support on eks_config argument on rancher2_cluster resource
  • Added managed disk support on azure_config argument on rancher2_node_template resource
  • Migrated provider to use terraform-plugin-sdk
  • Updated rancher2_etcd_backup documentation

BUG FIXES:

  • Fix password argument update for rancher2_catalog resource
  • Fix rancher2_app update issue on Rancher v2.3.2
  • Fix: set key argument as sensitive on rancher2_certificate resource.
  • Fix continuous diff issues on rancher2_project resource
  • Fix pod_security_policy_template_id update on rancher2_project resource
  • Fix continuous diff issues on rancher2_namespace resource