Skip to content

Releases: igor-feoktistov/terraform-provider-flexbot

v1.9.9

25 Mar 17:28
Compare
Choose a tag to compare

1.9.9 (March 25, 2024)

ENHANCEMENTS:

  • GoLang v1.22
  • More enhancements to improve resiliency to storage related errors.

v1.9.8

29 Feb 17:05
Compare
Choose a tag to compare

1.9.8 (February 29, 2024)

ENHANCEMENTS:

  • Enhancements to improve resiliency to storage related errors.

v1.9.7

10 Jan 21:46
Compare
Choose a tag to compare

1.9.7 (January 10, 2024)

BUG FIXES:

  • Fix for incorrect upgrade command reference

v1.9.6

10 Jan 18:46
Compare
Choose a tag to compare

1.9.6 (January 10, 2024)

ENHANCEMENTS:

  • GoLang v1.21
  • Enhancements to support maintenance task upgrade
    • Requires resource argument ssh_node_upgrade_commands
    • See resource documentation for more details.

v1.9.5

09 Dec 00:18
Compare
Choose a tag to compare

1.9.5 (December 8, 2023)

ENHANCEMENTS:

  • Enhancements to support Rancher Management Server 2.7.* and downstream RKE2 clusters
    • Rancher 2.7.* replaces Node resource with Machine resource in node management for RKE2 clusters
    • Node removal via Norman API will not remove Machine resource, therefore, requires special handling

v1.9.4

31 Aug 20:21
Compare
Choose a tag to compare

1.9.4 (August 31, 2023)

BUG FIXES:

  • Fix for the issue when node taints may not be properly assigned in certain conditions

v1.9.3

29 Aug 20:06
Compare
Choose a tag to compare

1.9.3 (August 29, 2023)

ENHANCEMENTS:

  • Further improvements in NVME over TCP support for data disk.
    • Simplified switching from iSCSI to NVME for data disk
    • Updated example for RKE2 downstream cluster with data disk on NVME
    • Updated elements of diskimage-builder for ubuntu-22.04

BUG FIXES:

  • Fix for the issue with RKE2 nodes upgrades when labels and taints were not consistently applied.

v1.9.2

04 Apr 23:02
Compare
Choose a tag to compare

CHANGELOG

1.9.2 (April 4, 2023)

BUG FIXES:

  • Fix for the issue with REST LunCopy routine for the case of substantially delayed response from a storage.

v1.9.1

03 Apr 20:56
Compare
Choose a tag to compare

CHANGELOG

1.9.1 (April 3, 2023)

ENHANCEMENTS:

  • Standardize and increase wait timeouts in waiting routines for cluster or nodes states.
    • Reduce impact on Rancher management server in case of long list of nodes waiting for state change.

v1.9.0

29 Mar 21:11
Compare
Choose a tag to compare

CHANGELOG

1.9.0 (March 29, 2023)

ENHANCEMENTS:

  • NVME over TCP support for data disk.
    • Requires api_method=rest and OnTap v9.12.1 or higher.
    • Requires ubuntu-22.04.2 or higher.
    • See resource documentation for more details.
  • Cluster scope for api_method=rest
    • Requires resource setting storage->svm_name
    • See resource documentation for more details.