Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Latest commit

 

History

History
122 lines (74 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

122 lines (74 loc) · 6.02 KB

1.5.1 (Unreleased)

1.5.0 (January 21, 2020)

IMPROVEMENTS:

  • Use new Terraform plugin SDK (#100)
  • Paginate list actions (#102)
  • Fix acceptance tests (#103)

1.4.0 (July 26, 2019)

FEATURES:

  • Add option to skip config validation (#97)

1.3.0 (June 04, 2019)

FEATURES:

  • Prepare provider for Terraform v0.12 (#96)

IMPROVEMENTS:

  • Upgrade to GO 1.11 (#91)
  • Switch to Go Modules (#94)
  • Use SVG badge in README (#95)

BUG FIXES:

  • Recreate rancher_host resource when hostname changes (#82)
  • Avoid crashing when registry ID cannot be found (#92)

1.2.1 (June 08, 2018)

BUG FIXES:

  • resource/rancher_volume: changing environment_id or driver forces resource renewal (#79)

1.2.0 (December 19, 2017)

FEATURES:

  • New Resource: rancher_volume (#63)

IMPROVEMENTS:

  • doc/rancher_volume: add resource usage documentation (#64)
  • resource/rancher_registry_credential: Deprecate email attribute (#61)

BUG FIXES:

  • doc: add missing entries in doc sidebar (#59)

1.1.1 (November 10, 2017)

BUG FIXES:

  • doc/rancher_certificate: add datasource usage documentation (#58)
  • doc/rancher_registration_token: fix documentation (#50)
  • datasource/rancher_certificate: increase NotFoundChecks (#57)
  • resource/rancher_environment: add missing pending states (#53)

1.1.0 (October 11, 2017)

FEATURES:

  • New Data Source: rancher_certificate (#47)
  • New Data Source: rancher_environment (#48)

BUG FIXES:

  • resource/rancher_host: remove rancher_host's importer (#43)
  • resource/rancher_host: increase NotFoundChecks (#46)

1.0.0 (September 20, 2017)

IMPROVEMENTS:

  • resource/rancher_stack: improve error messages (#40)

BUG FIXES:

  • resource/rancher_host: wait when host is in 'activating' state (#31)
  • resource/rancher_environment: fix member creation and orchestration update (#37)
  • resource/rancher_stack: get system scope from API (#39)
  • resource/rancher_stack: use all valid suffixes to retrieve catalog template files (#41)

0.2.0 (August 24, 2017)

IMPROVEMENTS:

  • resource/rancher_registration_token: add 'agent_ip' argument (#23)

BUG FIXES:

  • resource/rancher_environment: fix setting membership on creation (#29)
  • resource/rancher_stack: wait when stack is in 'upgrading' state (#21)
  • resource/rancher_stack: wait when stack is in 'registering' state (#22)

0.1.1 (July 04, 2017)

FEATURES:

  • New Data Source: rancher_setting (#13)
  • New Resource: rancher_secret (#11)

BUG FIXES:

  • tests: Add orchestration parameter to fix acceptance tests (#10)
  • resource/rancher_certificate: fix doc (#12)
  • resource/rancher_environment: fix members casting when creating (#18)
  • resource/rancher_host: wait for host to be created (#17)
  • resource/rancher_host: deactivate host before deleting it (#20)
  • fix missing attributes in doc (#16)

0.1.0 (June 21, 2017)

IMPROVEMENTS: