Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-edge_container-v1 0.2.0 #27547

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-04)

#### 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-edge_container-v1",
"version": "0.1.1",
"version": "0.2.0",
"language": "RUBY",
"apis": [
{
Expand Down