Skip to content

Commit d8078f0

Browse files
chore: release main (googleapis#12869)
1 parent 2d9e87b commit d8078f0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest-submodules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"geminidataanalytics": "0.2.0",
7272
"gkebackup": "1.8.0",
7373
"gkeconnect": "0.12.4",
74-
"gkehub": "0.15.6",
74+
"gkehub": "0.16.0",
7575
"gkemulticloud": "1.5.3",
7676
"grafeas": "0.3.16",
7777
"gsuiteaddons": "1.7.7",

gkehub/CHANGES.md

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

33

4+
## [0.16.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.15.6...gkehub/v0.16.0) (2025-09-12)
5+
6+
7+
### Features
8+
9+
* **gkehub:** Add `k8s_git_version` field ([#12863](https://github.com/googleapis/google-cloud-go/issues/12863)) ([1501b23](https://github.com/googleapis/google-cloud-go/commit/1501b23474a07187a8d064f6db7e9a6c2e0bbc74))
10+
11+
12+
### Documentation
13+
14+
* **gkehub:** Correct comment for `k8s_version` field ([1501b23](https://github.com/googleapis/google-cloud-go/commit/1501b23474a07187a8d064f6db7e9a6c2e0bbc74))
15+
416
## [0.15.6](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.15.5...gkehub/v0.15.6) (2025-04-15)
517

618

gkehub/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 = "0.15.6"
18+
const Version = "0.16.0"

0 commit comments

Comments
 (0)