Skip to content

v1.10.0

Compare
Choose a tag to compare
@rawmind0 rawmind0 released this 30 Jul 14:47
· 701 commits to master since this release
646f62c

CHANGELOG

1.10.0 (July 29, 2020)

FEATURES:

  • Deprecated Argument: rancher2_cluster.enable_cluster_istio - Deploy istio using rancher2_app resource instead
  • New Argument: rancher2_cluster.istio_enabled - (Computed) Is istio enabled at cluster?

ENHANCEMENTS:

  • Added wait argument to rancher2_app
  • Added configurable retry logic when Rancher responds with "405 method not allowed" for rancher2_node_template resource
  • Added drone pipeline definition to publish provider at terraform registry
  • Updated docs to terraform registry format

BUG FIXES:

  • Fixes on rancher2_cluster_template resource:
    • Update default revision. Related to #393
    • Import. Related to #386
    • Delete old template revisions. Related to #397
  • Fixed import resource description on doc files
  • Fixed bootstrap link on doc website