Skip to content

Commit

Permalink
chore(main): release google-cloud-edge_container-v1 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 2, 2024
1 parent b0cdeb8 commit 64f7db6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"google-cloud-domains-v1beta1+FILLER": "0.0.0",
"google-cloud-edge_container": "1.0.1",
"google-cloud-edge_container+FILLER": "0.0.0",
"google-cloud-edge_container-v1": "0.1.1",
"google-cloud-edge_container-v1": "0.2.0",
"google-cloud-edge_container-v1+FILLER": "0.0.0",
"google-cloud-edge_network": "1.0.1",
"google-cloud-edge_network+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-edge_container-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 0.2.0 (2024-11-02)

#### Features

* add config data to zone metadata
* add connection state to cluster
* add maintenance exclusion window to maintenance policy
* add resource state to control plane encryption
* add resource state to local disk encryption
* add status reason to operation metadata
* add storage schema to local control plane config ([#27526](https://github.com/googleapis/google-cloud-ruby/issues/27526))
* add storage schema to node config
* add VM service config to system addons config

### 0.1.1 (2024-08-30)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module EdgeContainer
module V1
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
end
Expand Down

0 comments on commit 64f7db6

Please sign in to comment.