Skip to content

Commit

Permalink
release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovalekseywot authored and schirevko committed Sep 25, 2024
1 parent b09e90f commit eeb60b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .release/provider-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"provider_name": "vkcs",
"provider_version": "v0.8.3",
"provider_version": "v0.8.4",
"schema_version": "1",
"provider_schema": {
"schema": {
Expand Down Expand Up @@ -3521,9 +3521,9 @@
"description": "Determines whether the autoscaling is enabled."
},
"availability_zones": {
"type": "TypeList",
"type": "TypeSet",
"optional": true,
"description": "The list of availability zones of the node group. Zones `MS1` and `GZ1` are available. By default, node group is being created at cluster's zone.\n**Important:** Receiving default AZ add it manually to your main.tf config to sync it with state to avoid node groups force recreation in the future.",
"description": "The list of availability zones of the node group. By default, a node group is created at cluster's zone.",
"computed": true,
"force_new": true,
"elem": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-

# VKCS Provider's changelog

#### v0.8.4 (unreleased)
#### v0.8.4
- Add ability to import vkcs_kubernetes_security_policy into the state
- Fix forced re-creation of the vkcs_kubernetes_cluster due to redundant planned changes for availability_zones argument
- Fix order-induced changes in the plan for "availability_zones" of the vkcs_kubernetes_node_group resource
Expand Down
2 changes: 1 addition & 1 deletion vkcs/internal/providerwrapper/schema_base.go

Large diffs are not rendered by default.

0 comments on commit eeb60b4

Please sign in to comment.