Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 12, 2022
1 parent ab332ce commit 45c648d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -54,7 +54,7 @@
"gkemulticloud": "0.4.0",
"grafeas": "0.2.0",
"gsuiteaddons": "1.4.0",
"iam": "0.8.0",
"iam": "0.9.0",
"iap": "1.5.0",
"ids": "1.2.0",
"iot": "1.4.0",
Expand All @@ -66,14 +66,14 @@
"maps": "0.1.0",
"mediatranslation": "0.6.0",
"memcache": "1.8.0",
"metastore": "1.9.0",
"monitoring": "1.9.0",
"metastore": "1.9.1",
"monitoring": "1.9.1",
"networkconnectivity": "1.8.0",
"networkmanagement": "1.5.0",
"networksecurity": "0.6.0",
"notebooks": "1.6.0",
"optimization": "1.2.1",
"orchestration": "1.4.0",
"orchestration": "1.5.0",
"orgpolicy": "1.5.0",
"osconfig": "1.10.0",
"oslogin": "1.8.0",
Expand Down
7 changes: 7 additions & 0 deletions iam/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.8.0...iam/v0.9.0) (2022-12-12)


### Features

* **iam:** Rewrite iam sigs and update proto import ([#7137](https://github.com/googleapis/google-cloud-go/issues/7137)) ([ad67fa3](https://github.com/googleapis/google-cloud-go/commit/ad67fa36c263c161226f7fecbab5221592374dca))

## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.7.0...iam/v0.8.0) (2022-12-05)


Expand Down
2 changes: 1 addition & 1 deletion iam/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.8.0"
const Version = "0.9.0"
7 changes: 7 additions & 0 deletions metastore/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.9.0...metastore/v1.9.1) (2022-12-12)


### Documentation

* **metastore:** Fix formatting for subnetwork field pattern ([7357077](https://github.com/googleapis/google-cloud-go/commit/735707796d81d7f6f32fc3415800c512fe62297e))

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.8.0...metastore/v1.9.0) (2022-12-01)


Expand Down
2 changes: 1 addition & 1 deletion metastore/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.9.0"
const Version = "1.9.1"
7 changes: 7 additions & 0 deletions monitoring/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.9.0...monitoring/v1.9.1) (2022-12-12)


### Documentation

* **monitoring/dashboard:** fix minor docstring formatting ([7357077](https://github.com/googleapis/google-cloud-go/commit/735707796d81d7f6f32fc3415800c512fe62297e))

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.8.0...monitoring/v1.9.0) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion monitoring/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.9.0"
const Version = "1.9.1"
7 changes: 7 additions & 0 deletions orchestration/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.4.0...orchestration/v1.5.0) (2022-12-12)


### Features

* **orchestration/airflow/service:** added LoadSnapshot, SaveSnapshot RPCs feat: added fields maintenance_window, workloads_config, environment_size, master_authorized_networks_config, recovery_config to EnvironmentConfig feat: added field scheduler_count to SoftwareConfig feat: added field enable_ip_masq_agent to NodeConfig feat: added fields cloud_composer_network_ipv4_cidr_block, cloud_composer_network_ipv4_reserved_range, enable_privately_used_public_ips, cloud_composer_connection_subnetwork, networking_config to PrivateEnvironmentConfig ([7357077](https://github.com/googleapis/google-cloud-go/commit/735707796d81d7f6f32fc3415800c512fe62297e))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.3.0...orchestration/v1.4.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion orchestration/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.4.0"
const Version = "1.5.0"

0 comments on commit 45c648d

Please sign in to comment.