Skip to content

Commit

Permalink
chore: add v0.2.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Mar 29, 2024
1 parent d03d564 commit d8c11b5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 15 deletions.
33 changes: 25 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.1...v0.1.2)
## [0.2.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.2...v0.2.0)

### Added
- Allow env cluster deletion when destroyng `force_destroy_clusters` [259ed86](#)
- Added `bump` and `sync` commands to `Makefile` [ac3545f](#)
- Azure Environment resource: `altinitycloud_env_azure` [#28](https://github.com/Altinity/terraform-provider-altinitycloud/pull/28).
- Azure Environment data source: `altinitycloud_env_azure` [#28](https://github.com/Altinity/terraform-provider-altinitycloud/pull/28).
- Azure Environment status data source: `altinitycloud_env_azure_status` [#28](https://github.com/Altinity/terraform-provider-altinitycloud/pull/28).

### Changed
- Bump go to `1.20` [69f6a2e](https://github.com/Altinity/terraform-provider-altinitycloud/commit/69f6a2ea059df2bd2435c982b7ce2b2532d5e788)
- Bump github.com/hashicorp/terraform-plugin-go to `0.20.0` [d86d633](https://github.com/Altinity/terraform-provider-altinitycloud/commit/d86d6339523946655c6165a931ff43a64f1bca4b)
- Bump github.com/hashicorp/terraform-plugin-go to `0.22.1` [#25](https://github.com/Altinity/terraform-provider-altinitycloud/pull/25).
- Bump github.com/hashicorp/terraform-plugin-framework to `1.7.0` [#27](https://github.com/Altinity/terraform-provider-altinitycloud/pull/27).
- Bump github.com/hashicorp/terraform-plugin-testing to `1.7.0` [#22](https://github.com/Altinity/terraform-provider-altinitycloud/pull/22).
- Bump github.com/Yamashou/gqlgenc to `0.19.3` [#24](https://github.com/Altinity/terraform-provider-altinitycloud/pull/24).
- Bump github.com/hashicorp/terraform-plugin-docs to `0.18.0` [#12](https://github.com/Altinity/terraform-provider-altinitycloud/pull/12).

### Fixed
- Remove `v` from prefix command [91fa91b](https://github.com/Altinity/terraform-provider-altinitycloud/commit/91fa91b3026edfdb6897765de60d2a1bdfac2780).
- Allow gen to work with default graphql file and url [c8afa98](https://github.com/Altinity/terraform-provider-altinitycloud/commit/c8afa98ebf566daa5ef4719a5927aaa18cc75392).
- Fix typo on k8s env sample [a339a62](https://github.com/Altinity/terraform-provider-altinitycloud/commit/a339a62b580b1d9a4e7fb83ae6527d2a6c299230).

## [0.1.2](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.1...v0.1.2)

### Added
- Allow env cluster deletion when destroyng `force_destroy_clusters` [259ed86](https://github.com/Altinity/terraform-provider-altinitycloud/commit/259ed86f1d18cd6d0ce6c93b4c0f65626bb90492).
- Added `bump` and `sync` commands to `Makefile` [ac3545f](https://github.com/Altinity/terraform-provider-altinitycloud/commit/ac3545f2fdb0e970b349dabb7e9afa2524680589).

### Changed
- Bump go to `1.20` [69f6a2e](https://github.com/Altinity/terraform-provider-altinitycloud/commit/69f6a2ea059df2bd2435c982b7ce2b2532d5e788).
- Bump github.com/hashicorp/terraform-plugin-go to `0.20.0` [d86d633](https://github.com/Altinity/terraform-provider-altinitycloud/commit/d86d6339523946655c6165a931ff43a64f1bca4b).

## [0.1.1](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.0...v0.1.1)

Expand All @@ -25,14 +42,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 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](https://github.com/Altinity/terraform-provider-altinitycloud/commit/4982b08f5b9fcb2ecae8c7e580c93f30842264bd)
terraform-provider-altinitycloud/commit/4d5a72f801091a45a39f7997ddb084f379901b54).
- Bump actions/setup-go to `5.0.0` [4982b08](https://github.com/Altinity/terraform-provider-altinitycloud/commit/4982b08f5b9fcb2ecae8c7e580c93f30842264bd).

## [0.1.0](https://github.com/Altinity/terraform-provider-altinitycloud/releases/tag/v0.1.0)

### 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 source: `altinitycloud_env_aws_status`, `altinitycloud_env_gcp_status` and `altinitycloud_env_k8s_status`.
- Environment status data sources: `altinitycloud_env_aws_status`, `altinitycloud_env_gcp_status` and `altinitycloud_env_k8s_status`.
- Environment certificates resource: `altinitycloud_env_certificate`.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ local: build
cd ${LOCAL_DIRECTOY} && rm -f .terraform.lock.hcl .terrform
cd ${LOCAL_DIRECTOY} && TF_LOG=TRACE terraform init -upgrade

.PHONY: bump
.PHONY: bump
bump:
@if [ -z "$(type)" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-

# Altinity.Cloud Provider

The Terraform provider for [Altinity.Cloud](https://altinity.cloud/).
The Terraform provider for [Altinity.Cloud](https://altinity.cloud/).

## Authentication

Expand All @@ -27,7 +27,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "0.1.2"
version = "0.2.0"
}
}
}
Expand All @@ -43,7 +43,7 @@ provider "altinitycloud" {

### Optional

- `api_token` (String) Altinity.Cloud API Token.
- `api_token` (String) Altinity.Cloud API Token.
The value can be omitted if `ALTINITYCLOUD_API_TOKEN` environment variable is set.
- `api_url` (String) Altinity.Cloud API URL. Defaults to `https://anywhere.altinity.cloud` unless `ALTINITYCLOUD_API_URL` env var is set.
- `ca_crt` (String) CA bundle for Altinity.Cloud.
Expand All @@ -59,9 +59,9 @@ There are 2 types of environments supported by [Altinity.Cloud Anywhere](https:/

See

- [`altinitycloud_env_aws` resource examples](resources/env_aws#example-usage)
- [`altinitycloud_env_aws` resource examples](resources/env_aws#example-usage)
on how to create Bring Your Own Cloud (BYOC) AWS environment.
- [`altinitycloud_env_gcp` resource examples](resources/env_gcp#example-usage)
- [`altinitycloud_env_gcp` resource examples](resources/env_gcp#example-usage)
on how to create Bring Your Own Cloud (BYOC) GCP environment.
- [`altinitycloud_env_k8s` resource examples](resources/env_gcp#example-usage)
- [`altinitycloud_env_k8s` resource examples](resources/env_gcp#example-usage)
on how to create Bring Your Own Kubernetes (BYOK) environment.

0 comments on commit d8c11b5

Please sign in to comment.