Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

89 lines (64 loc) · 6.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Bump github.com/hashicorp/terraform-plugin-docs to 0.19.3 #54.
  • Bump github.com/hashicorp/terraform-plugin-framework to 1.9.0 #55.
  • Bump github.com/hashicorp/terraform-plugin-testing to 1.8.0 #53.

Fixed

  • Documentation error when setting up peering connections for AWS environments 3851c8d.

Changed

  • Bump go to 1.21 82082e8.
  • Bump github.com/hashicorp/terraform-plugin-go to 0.23.0 #47.

Added

  • Add pendingMFA property to environment SDK schemas fd67661.

Changed

  • Bump github.com/Yamashou/gqlgenc to 0.23.1 #28.
  • Bump github.com/hashicorp/terraform-plugin-docs to 0.19.2 #43.
  • Bump github.com/hashicorp/terraform-plugin-framework to 1.8.0 #36.

Fixed

  • Documentation typos on K8s environment 5f96183.

Fixed

  • Update Azure docs and fix descriptions #29.

Added

  • Azure Environment resource: altinitycloud_env_azure #28.
  • Azure Environment data source: altinitycloud_env_azure #28.
  • Azure Environment status data source: altinitycloud_env_azure_status #28.

Changed

  • Bump github.com/hashicorp/terraform-plugin-go to 0.22.1 #25.
  • Bump github.com/hashicorp/terraform-plugin-framework to 1.7.0 #27.
  • Bump github.com/hashicorp/terraform-plugin-testing to 1.7.0 #22.
  • Bump github.com/Yamashou/gqlgenc to 0.19.3 #24.
  • Bump github.com/hashicorp/terraform-plugin-docs to 0.18.0 #12.

Fixed

  • Remove v from prefix command 91fa91b.
  • Allow gen to work with default graphql file and url c8afa98.
  • Fix typo on k8s env sample a339a62.

Added

  • Allow env cluster deletion when destroyng force_destroy_clusters 259ed86.
  • Added bump and sync commands to Makefile ac3545f.

Changed

  • Bump go to 1.20 69f6a2e.
  • Bump github.com/hashicorp/terraform-plugin-go to 0.20.0 d86d633.

Fixed:

  • Make load balancers source_ip_ranges property optional 1d9b688.
  • Fix load balancers internal mapper for k8s env 0cd00fd.
  • Fix load balancers internal mapper for aws and gcp envs 87f4303.

Changed:

  • Bump github.com/hashicorp/terraform-plugin-testing to 1.6.0 [4d5a72f](https://github.com/Altinity/ terraform-provider-altinitycloud/commit/4d5a72f801091a45a39f7997ddb084f379901b54).
  • Bump actions/setup-go to 5.0.0 4982b08.

Added

  • Environment resources: altinitycloud_env_aws, altinitycloud_env_gcp and altinitycloud_env_k8s.
  • Environment data sources: altinitycloud_env_aws, altinitycloud_env_gcp and altinitycloud_env_k8s.
  • Environment status data sources: altinitycloud_env_aws_status, altinitycloud_env_gcp_status and altinitycloud_env_k8s_status.
  • Environment certificates resource: altinitycloud_env_certificate.