Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"google-cloud-gke_connect-gateway+FILLER": "0.0.0",
"google-cloud-gke_connect-gateway-v1": "0.9.2",
"google-cloud-gke_connect-gateway-v1+FILLER": "0.0.0",
"google-cloud-gke_connect-gateway-v1beta1": "0.14.1",
"google-cloud-gke_connect-gateway-v1beta1": "0.14.2",
"google-cloud-gke_connect-gateway-v1beta1+FILLER": "0.0.0",
"google-cloud-gke_hub": "2.2.1",
"google-cloud-gke_hub+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-gke_connect-gateway-v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.14.2 (2026-09-02)

#### Bug Fixes

* update librarian to v0.39.1-0.20260831182628-509cd77c2487 to respect "all: rest"

### 0.14.1 (2026-08-06)

#### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module GkeConnect
module Gateway
module V1beta1
VERSION = "0.14.1"
VERSION = "0.14.2"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-gke_connect-gateway-v1beta1",
"version": "0.14.1",
"version": "0.14.2",
"language": "RUBY",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ libraries:
apis:
- path: google/cloud/gkeconnect/gateway/v1
- name: google-cloud-gke_connect-gateway-v1beta1
version: 0.14.1
version: 0.14.2
apis:
- path: google/cloud/gkeconnect/gateway/v1beta1
ruby:
Expand Down
Loading