Skip to content

Commit f15139c

Browse files
committed
release: v0.5.0
1 parent e9ce14a commit f15139c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.27...v0.5.0)
8+
### Added
9+
- Support for `metrics_endpoint` in all environment resources [e9ce14a](https://github.com/Altinity/terraform-provider-altinitycloud/commit/e9ce14a).
10+
- Support for `eks_logging` and `dge_proxy_api_gateway` in AWS environments [15bbe68](https://github.com/Altinity/terraform-provider-altinitycloud/commit/15bbe68).
11+
- Support for `iceberg` in AWS environments [54eca42](https://github.com/Altinity/terraform-provider-altinitycloud/commit/54eca42).
12+
- Add `aws_resource` to `altinitycloud_env_aws` data sources [80cb34f](https://github.com/Altinity/terraform-provider-altinitycloud/commit/80cb34f).
13+
14+
### Changed
15+
- Sync and update latest GraphQL schema [9ecaab2](https://github.com/Altinity/terraform-provider-altinitycloud/commit/9ecaab2).
16+
- Bump github.com/hashicorp/terraform-plugin-framework to `1.17.0` [#200](https://github.com/Altinity/terraform-provider-altinitycloud/pull/200).
17+
- Bump github.com/hashicorp/terraform-plugin-testing to `1.14.0` [#199](https://github.com/Altinity/terraform-provider-altinitycloud/pull/199).
18+
- Update test cases for AWS environment model [4fcaf13](https://github.com/Altinity/terraform-provider-altinitycloud/commit/4fcaf13).
19+
720
## [0.4.27](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.26...v0.4.27)
821
### Added
922
- Add new `roles/iam.roleAdmin` required permission to GCP environment examples [b33481c](https://github.com/Altinity/terraform-provider-altinitycloud/commit/b33481c).

internal/sdk/client/graphql.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,7 @@ type HCloudEnvNodeGroupSpec {
29802980
"""
29812981
name: String!
29822982
"""
2983-
HCloud server type (https://docs.hetzner.com/cloud/servers/overview#server-types).
2983+
HCloud server type (https://docs.hetzner.com/cloud/servers/overview#server-types).
29842984
"""
29852985
nodeType: String!
29862986
"""

0 commit comments

Comments
 (0)