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 Mar 28, 2024
1 parent fe85be0 commit f0b87f6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apps": "0.4.1",
"area120": "0.8.6",
"artifactregistry": "1.14.8",
"asset": "1.18.1",
"asset": "1.19.0",
"assuredworkloads": "1.11.6",
"automl": "1.13.6",
"baremetalsolution": "1.2.5",
Expand Down Expand Up @@ -83,7 +83,7 @@
"monitoring": "1.18.1",
"netapp": "0.2.7",
"networkconnectivity": "1.14.5",
"networkmanagement": "1.13.0",
"networkmanagement": "1.13.1",
"networksecurity": "0.9.6",
"notebooks": "1.11.4",
"optimization": "1.6.4",
Expand All @@ -109,7 +109,7 @@
"secretmanager": "1.12.0",
"securesourcemanager": "0.1.4",
"security": "1.15.6",
"securitycenter": "1.28.0",
"securitycenter": "1.29.0",
"securitycentermanagement": "0.1.7",
"securityposture": "0.1.2",
"servicecontrol": "1.13.1",
Expand Down
7 changes: 7 additions & 0 deletions asset/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.18.1...asset/v1.19.0) (2024-03-28)


### Features

* **asset:** Add tag key id support ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.18.0...asset/v1.18.1) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion asset/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.18.1"
const Version = "1.19.0"
7 changes: 7 additions & 0 deletions networkmanagement/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.13.1](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.13.0...networkmanagement/v1.13.1) (2024-03-28)


### Documentation

* **networkmanagement:** Update possible firewall rule actions comment ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.12.0...networkmanagement/v1.13.0) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion networkmanagement/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.13.0"
const Version = "1.13.1"
7 changes: 7 additions & 0 deletions securitycenter/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.28.0...securitycenter/v1.29.0) (2024-03-28)


### Features

* **securitycenter:** Add Notebook field to finding's list of attributes ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.27.0...securitycenter/v1.28.0) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion securitycenter/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.28.0"
const Version = "1.29.0"

0 comments on commit f0b87f6

Please sign in to comment.