Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

75 lines (48 loc) · 3.38 KB

1.1.0 (April 21, 2024)

IMPROVEMENTS:

  • Enabling CI testing for versions 1.5, 1.6, 1.7 and 1.8 of Terraform

NOTES:

1.0.4 (March 8, 2023)

NOTES:

  • No new feature: updated dependencies (since v1.0.3).
  • CI: Expanded testing matrix to include Terraform versions 1.2.* to 1.4.*.

1.0.3 (November 27, 2022)

NOTES:

  • No new feature: updated dependencies (since v1.0.2).

1.0.2 (August 22, 2022)

NOTES:

1.0.1 (July 27, 2022)

NOTES:

  • No new feature: cutting a release because all major dependencies have received an update since release v1.0.0.
  • Updated GH Action that imports the GPG key during release: hashicorp/ghaction-import-gpg was deprecated.

1.0.0 (July 11, 2022)

NEW FEATURES:

  • provider: attribute servers supports configuration for a full ensemble of ZooKeeper servers, comma-separated.

  • provider: attribute session_timeout supports configuration for the internal ZooKeeper client session timeout

  • data-source/zookeeper_znode: Reads data and stat of a ZNode located at path; binary content is accessible via data_base64.

  • resource/zookeeper_znode: Full CRUD for a ZNode located at path. Fields data and data_base64 provide access to the content, stat to the ZNode stat structure.

  • resource/zookeeper_znode: Support for importing.

  • resource/zookeeper_sequential_znode: Same as zookeeper_znode, though the full path is computed starting from an initial path_prefix.

  • resource/zookeeper_sequential_znode: Support for importing.

NOTES:

  • Provider is based on terraform-plugin-sdk v2: this makes it compatible with Terraform >= 0.12.
  • Finalised tooling and configuration for static code analysis, using golangci-lint.
  • Updated all dependencies since previous release v1.0.0-alpha.

1.0.0-alpha (June 05, 2022)

NOTES:

  • feature complete for v1.0.0, but not releasing it yet
  • testing release process before v1.0.0
  • CHANGELOG.md not ready yet: creating first entry for v1.0.0-alpha