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] authored May 21, 2024
1 parent 1fb0e64 commit 1a18f22
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"lifesciences": "0.9.7",
"longrunning": "0.5.7",
"managedidentities": "1.6.7",
"maps": "1.9.0",
"maps": "1.10.0",
"mediatranslation": "0.8.7",
"memcache": "1.10.7",
"metastore": "1.13.6",
"migrationcenter": "1.0.0",
"monitoring": "1.19.0",
"netapp": "1.0.0",
"netapp": "1.1.0",
"networkconnectivity": "1.14.6",
"networkmanagement": "1.13.2",
"networksecurity": "0.9.7",
Expand All @@ -109,7 +109,7 @@
"scheduler": "1.10.8",
"secretmanager": "1.13.0",
"securesourcemanager": "0.1.5",
"security": "1.16.1",
"security": "1.17.0",
"securitycenter": "1.30.0",
"securitycentermanagement": "0.1.8",
"securityposture": "0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions maps/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.9.0...maps/v1.10.0) (2024-05-21)


### Features

* **maps/places:** Add `generative_summary` and `area_summary` for place summaries ([#10204](https://github.com/googleapis/google-cloud-go/issues/10204)) ([5238dbc](https://github.com/googleapis/google-cloud-go/commit/5238dbc48971a7295127be0f415280248608c6be))

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.8.0...maps/v1.9.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion maps/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions netapp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.0.0...netapp/v1.1.0) (2024-05-21)


### Features

* **netapp:** Add a new Service Level FLEX ([5238dbc](https://github.com/googleapis/google-cloud-go/commit/5238dbc48971a7295127be0f415280248608c6be))
* **netapp:** Add backup chain bytes to BackupConfig in Volume ([5238dbc](https://github.com/googleapis/google-cloud-go/commit/5238dbc48971a7295127be0f415280248608c6be))
* **netapp:** Add Location metadata support ([5238dbc](https://github.com/googleapis/google-cloud-go/commit/5238dbc48971a7295127be0f415280248608c6be))
* **netapp:** Add Tiering Policy to Volume ([5238dbc](https://github.com/googleapis/google-cloud-go/commit/5238dbc48971a7295127be0f415280248608c6be))

## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/netapp/v0.2.8...netapp/v1.0.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion netapp/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion security/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.16.1...security/v1.17.0) (2024-05-21)


### Features

* **security:** New client(s) ([#10224](https://github.com/googleapis/google-cloud-go/issues/10224)) ([a495f8f](https://github.com/googleapis/google-cloud-go/commit/a495f8f0786a7be5997fa148969c13f9aa839adf))

## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/security/v1.16.0...security/v1.16.1) (2024-05-01)


Expand Down Expand Up @@ -204,4 +211,3 @@ Stabilize GA surface.

This is the first tag to carve out security as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion security/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.16.1"
const Version = "1.17.0"

0 comments on commit 1a18f22

Please sign in to comment.