Skip to content

Commit 2f4b04a

Browse files
chore: release main (googleapis#11593)
1 parent 9386bfd commit 2f4b04a

File tree

7 files changed

+46
-6
lines changed

7 files changed

+46
-6
lines changed

.release-please-manifest-submodules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"certificatemanager": "1.9.3",
2929
"channel": "1.19.2",
3030
"chat": "0.10.1",
31-
"cloudbuild": "1.21.0",
31+
"cloudbuild": "1.22.0",
3232
"cloudcontrolspartner": "1.3.0",
3333
"clouddms": "1.8.3",
3434
"cloudprofiler": "0.4.3",
@@ -100,7 +100,7 @@
100100
"orgpolicy": "1.14.2",
101101
"osconfig": "1.14.3",
102102
"oslogin": "1.14.3",
103-
"parallelstore": "0.9.2",
103+
"parallelstore": "0.10.0",
104104
"parametermanager": "0.1.0",
105105
"phishingprotection": "0.9.3",
106106
"policysimulator": "0.3.3",
@@ -120,7 +120,7 @@
120120
"secretmanager": "1.14.5",
121121
"securesourcemanager": "1.3.1",
122122
"security": "1.18.3",
123-
"securitycenter": "1.35.3",
123+
"securitycenter": "1.36.0",
124124
"securitycentermanagement": "1.1.3",
125125
"securityposture": "0.2.3",
126126
"servicecontrol": "1.14.3",

cloudbuild/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.21.0...cloudbuild/v1.22.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* **cloudbuild/apiv1:** Support for git proxy setup ([#11590](https://github.com/googleapis/google-cloud-go/issues/11590)) ([c6a6dc7](https://github.com/googleapis/google-cloud-go/commit/c6a6dc7c6e63740ec25fc1eb34990f4550a6a1f3))
9+
10+
11+
### Documentation
12+
13+
* **cloudbuild/apiv1:** Updates to proto message comments ([c6a6dc7](https://github.com/googleapis/google-cloud-go/commit/c6a6dc7c6e63740ec25fc1eb34990f4550a6a1f3))
14+
315
## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.20.0...cloudbuild/v1.21.0) (2025-02-12)
416

517

cloudbuild/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.21.0"
18+
const Version = "1.22.0"

parallelstore/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.9.2...parallelstore/v0.10.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* **parallelstore:** Adding `deployment_type` field ([9386bfd](https://github.com/googleapis/google-cloud-go/commit/9386bfd98da7af84aed9d4cc079f1dff78002a27))
9+
* **parallelstore:** Deprecating `daos_version` field ([#11598](https://github.com/googleapis/google-cloud-go/issues/11598)) ([9386bfd](https://github.com/googleapis/google-cloud-go/commit/9386bfd98da7af84aed9d4cc079f1dff78002a27))
10+
11+
12+
### Documentation
13+
14+
* **parallelstore:** Updated `directory_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is now immutable ([9386bfd](https://github.com/googleapis/google-cloud-go/commit/9386bfd98da7af84aed9d4cc079f1dff78002a27))
15+
* **parallelstore:** Updated documentation for field `daos_version` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is deprecated. ([9386bfd](https://github.com/googleapis/google-cloud-go/commit/9386bfd98da7af84aed9d4cc079f1dff78002a27))
16+
* **parallelstore:** Updated field `file_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflected that message is now immutable ([9386bfd](https://github.com/googleapis/google-cloud-go/commit/9386bfd98da7af84aed9d4cc079f1dff78002a27))
17+
318
## [0.9.2](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.9.1...parallelstore/v0.9.2) (2025-01-08)
419

520

parallelstore/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

securitycenter/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.35.3...securitycenter/v1.36.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* **securitycenter:** Added data access event fields to finding proto ([5a3c5f3](https://github.com/googleapis/google-cloud-go/commit/5a3c5f3a614dbc8f91e5fcf3789bcced6ba4a625))
9+
* **securitycenter:** Added more information about DDoS attack in cloud armor proto ([#11597](https://github.com/googleapis/google-cloud-go/issues/11597)) ([5a3c5f3](https://github.com/googleapis/google-cloud-go/commit/5a3c5f3a614dbc8f91e5fcf3789bcced6ba4a625))
10+
11+
12+
### Documentation
13+
14+
* **securitycenter:** Clarified comments for tag_values field in resource_value_config to make it clear that field represents tag value ids, not tag values ([5a3c5f3](https://github.com/googleapis/google-cloud-go/commit/5a3c5f3a614dbc8f91e5fcf3789bcced6ba4a625))
15+
316
## [1.35.3](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.35.2...securitycenter/v1.35.3) (2025-01-02)
417

518

securitycenter/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.35.3"
18+
const Version = "1.36.0"

0 commit comments

Comments
 (0)