Skip to content

Commit

Permalink
release: v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Sep 2, 2024
1 parent 4a6c731 commit 2c2f8d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.2.8](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.7...v0.2.8)

### Added
- Friendly error message when deleting env with active clusters [6a4f437](https://github.com/Altinity/terraform-provider-altinitycloud/commit/6a4f437).

### Changed
- Bump github.com/hashicorp/terraform-plugin-framework to `1.11.0` [#87](https://github.com/Altinity/terraform-provider-altinitycloud/pull/87).
- Bump github.com/hashicorp/terraform-plugin-testing to `1.10.0` [#84](https://github.com/Altinity/terraform-provider-altinitycloud/pull/84).
- Bump github.com/Yamashou/gqlgenc to `0.24.0` [#88](https://github.com/Altinity/terraform-provider-altinitycloud/pull/88).
- Sync GraphQL schema with the latest version [c26a7e9](https://github.com/Altinity/terraform-provider-altinitycloud/commit/c26a7e9).
- Add resource force-replacement warning to the `name` property on environment resources [4a6c731](https://github.com/Altinity/terraform-provider-altinitycloud/commit/4a6c731).
- Don't allow to set empty region on environment resources [86ae9da](https://github.com/Altinity/terraform-provider-altinitycloud/commit/86ae9da).

## [0.2.7](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.6...v0.2.7)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "0.2.7"
version = "0.2.8"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "0.2.7"
version = "0.2.8"
}
}
}
Expand Down

0 comments on commit 2c2f8d2

Please sign in to comment.