Skip to content

Commit b54626e

Browse files
committed
release: v0.6.1
1 parent 4ff8839 commit b54626e

8 files changed

Lines changed: 23 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.6.1](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.6.0...v0.6.1)
8+
### Fixed
9+
- Fix typo "matchs" -> "matches" in AWS env status log [cddaae2](https://github.com/Altinity/terraform-provider-altinitycloud/commit/cddaae2).
10+
- Rename misleading `nonDisconnected` variable to `blockingErrors` in env status wait loop [cddaae2](https://github.com/Altinity/terraform-provider-altinitycloud/commit/cddaae2).
11+
- Fix nil pointer dereference in `IsNotFoundError` and `IsActiveClustersError` when called with nil error [34cdbd6](https://github.com/Altinity/terraform-provider-altinitycloud/commit/34cdbd6).
12+
- Add unit tests for `IsNotFoundError` and `IsActiveClustersError` [34cdbd6](https://github.com/Altinity/terraform-provider-altinitycloud/commit/34cdbd6).
13+
- Fix swapped load balancer description constants in docs [4ff8839](https://github.com/Altinity/terraform-provider-altinitycloud/commit/4ff8839).
14+
- Remove double space in delete status error message [c35554d](https://github.com/Altinity/terraform-provider-altinitycloud/commit/c35554d).
15+
- Mark `hcloud_token_enc` as Sensitive [7391dd2](https://github.com/Altinity/terraform-provider-altinitycloud/commit/7391dd2).
16+
- Use datasource schema types for `peering_connections` in AWS env status [98c90ba](https://github.com/Altinity/terraform-provider-altinitycloud/commit/98c90ba).
17+
- Fail hard on invalid `ca_crt` instead of falling back to system CAs [a0fb131](https://github.com/Altinity/terraform-provider-altinitycloud/commit/a0fb131).
18+
- Remove duplicate diagnostics append in Certificate and Secret Read [2f688cc](https://github.com/Altinity/terraform-provider-altinitycloud/commit/2f688cc).
19+
- Handle unknown plan values in immutable modifiers [ff2fc90](https://github.com/Altinity/terraform-provider-altinitycloud/commit/ff2fc90).
20+
721
## [0.6.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.5.2...v0.6.0)
822
### Added
923
- Documentation: "Asynchronous Provisioning" section in provider index, "Cloud Connect" sections in all environment resource docs, and clarify expected DISCONNECTED status during first provisioning [52bf7bb](https://github.com/Altinity/terraform-provider-altinitycloud/commit/52bf7bb).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ terraform {
3434
required_providers {
3535
altinitycloud = {
3636
source = "altinity/altinitycloud"
37-
version = "~> 0.6.0"
37+
version = "~> 0.6.1"
3838
}
3939
}
4040
}

docs/data-sources/env_aws_status.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ data "altinitycloud_env_aws_status" "current" {
7272
- `applied_spec_revision` (Number) Applied spec revision
7373
- `aws_resources` (Attributes List) AWS resources associated with the environment. (see [below for nested schema](#nestedatt--aws_resources))
7474
- `id` (String) ID of the environment (automatically generated based on the name)
75-
- `load_balancers` (Attributes) Status of internal load balancer. (see [below for nested schema](#nestedatt--load_balancers))
75+
- `load_balancers` (Attributes) Load balancer status information. (see [below for nested schema](#nestedatt--load_balancers))
7676
- `peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
7777
- `pending_delete` (Boolean) `true` indicates that environment is pending deletion
7878

@@ -113,10 +113,7 @@ Read-Only:
113113
<a id="nestedatt--peering_connections"></a>
114114
### Nested Schema for `peering_connections`
115115

116-
Required:
117-
118-
- `vpc_id` (String) Target VPC ID.
119-
120-
Optional:
116+
Read-Only:
121117

122118
- `id` (String) VPC peering connection ID.
119+
- `vpc_id` (String) Target VPC ID.

docs/data-sources/env_azure_status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data "altinitycloud_env_azure_status" "current" {
6464

6565
- `applied_spec_revision` (Number) Applied spec revision
6666
- `id` (String) ID of the environment (automatically generated based on the name)
67-
- `load_balancers` (Attributes) Status of internal load balancer. (see [below for nested schema](#nestedatt--load_balancers))
67+
- `load_balancers` (Attributes) Load balancer status information. (see [below for nested schema](#nestedatt--load_balancers))
6868
- `pending_delete` (Boolean) `true` indicates that environment is pending deletion
6969

7070
<a id="nestedblock--timeouts"></a>

docs/data-sources/env_hcloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Bring Your Own Cloud (BYOC) HCloud environment data source.
4949
CNAME *.vpce.example.com. _.vpce.$env_name.altinity.cloud.
5050
- `force_destroy` (Boolean) Locks the environment for accidental deletion when running `terraform destroy` command. Your environment will be deleted, only when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run (before running the `terraform destroy`) to update this value in the state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. (default `false`)
5151
- `force_destroy_clusters` (Boolean) By default, the destroy operation will not delete any provisioned clusters and the deletion will fail until the clusters get removed. Set to `true` to remove all provisioned clusters as part of the environment deletion process.
52-
- `hcloud_token_enc` (String) HCloud token (stored encrypted)
52+
- `hcloud_token_enc` (String, Sensitive) HCloud token (stored encrypted)
5353
- `id` (String) ID of the environment (automatically generated based on the name)
5454
- `load_balancers` (Attributes) Load balancers configuration. (see [below for nested schema](#nestedatt--load_balancers))
5555
- `load_balancing_strategy` (String) Load balancing strategy for the environment.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
altinitycloud = {
2828
source = "altinity/altinitycloud"
2929
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
30-
version = "0.6.0"
30+
version = "0.6.1"
3131
}
3232
}
3333
}

docs/resources/env_hcloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ data "altinitycloud_env_hcloud_status" "this" {
8181
Examples:
8282
- "10.136.0.0/21"
8383
- "172.20.0.0/21"
84-
- `hcloud_token_enc` (String) HCloud token (stored encrypted)
84+
- `hcloud_token_enc` (String, Sensitive) HCloud token (stored encrypted)
8585
- `name` (String) A globally-unique environment identifier. **[IMMUTABLE]**
8686

8787
- All environment names must start with your account name as prefix.

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
altinitycloud = {
44
source = "altinity/altinitycloud"
55
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
6-
version = "0.6.0"
6+
version = "0.6.1"
77
}
88
}
99
}

0 commit comments

Comments
 (0)