Skip to content

Commit bf00b9d

Browse files
chore: release main (googleapis#13076)
🤖 I have created a release *beep* *boop* --- <details><summary>iam: 1.5.3</summary> ## [1.5.3](googleapis/google-cloud-go@iam/v1.5.2...iam/v1.5.3) (2025-10-08) ### Bug Fixes * **iam:** Upgrade gRPC service registration func ([9dd3adf](googleapis@9dd3adf)) </details> <details><summary>monitoring: 1.24.3</summary> ## [1.24.3](googleapis/google-cloud-go@monitoring/v1.24.2...monitoring/v1.24.3) (2025-10-08) ### Bug Fixes * **monitoring:** Upgrade gRPC service registration func ([9dd3adf](googleapis@9dd3adf)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9dd3adf commit bf00b9d

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.release-please-manifest-submodules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"gkemulticloud": "1.5.4",
4646
"grafeas": "0.3.16",
4747
"gsuiteaddons": "1.7.8",
48-
"iam": "1.5.2",
48+
"iam": "1.5.3",
4949
"iap": "1.11.3",
5050
"identitytoolkit": "0.2.6",
5151
"ids": "1.5.7",
@@ -65,7 +65,7 @@
6565
"metastore": "1.14.8",
6666
"migrationcenter": "1.1.6",
6767
"modelarmor": "0.6.1",
68-
"monitoring": "1.24.2",
68+
"monitoring": "1.24.3",
6969
"netapp": "1.10.1",
7070
"networkconnectivity": "1.19.1",
7171
"networkmanagement": "1.20.1",

iam/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.5.3](https://github.com/googleapis/google-cloud-go/compare/iam/v1.5.2...iam/v1.5.3) (2025-10-08)
5+
6+
7+
### Bug Fixes
8+
9+
* **iam:** Upgrade gRPC service registration func ([9dd3adf](https://github.com/googleapis/google-cloud-go/commit/9dd3adf2bb0d57dff8d85f89a29e8cea03274c29))
10+
411
## [1.5.2](https://github.com/googleapis/google-cloud-go/compare/iam/v1.5.1...iam/v1.5.2) (2025-04-15)
512

613

@@ -288,4 +295,3 @@
288295

289296
This is the first tag to carve out iam as its own module. See
290297
[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).
291-

iam/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.5.2"
18+
const Version = "1.5.3"

monitoring/CHANGES.md

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

3+
## [1.24.3](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.24.2...monitoring/v1.24.3) (2025-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **monitoring:** Upgrade gRPC service registration func ([9dd3adf](https://github.com/googleapis/google-cloud-go/commit/9dd3adf2bb0d57dff8d85f89a29e8cea03274c29))
9+
310
## [1.24.2](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.24.1...monitoring/v1.24.2) (2025-04-15)
411

512

@@ -337,4 +344,3 @@ Stabilize GA surface.
337344

338345
This is the first tag to carve out monitoring as its own module. See
339346
[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).
340-

monitoring/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.24.2"
18+
const Version = "1.24.3"

0 commit comments

Comments
 (0)