You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .kokoro/trampoline_v2.sh
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -138,18 +138,26 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
138
138
RUNNING_IN_CI="true"
139
139
TRAMPOLINE_CI="kokoro"
140
140
if [[ "${TRAMPOLINE_USE_LEGACY_SERVICE_ACCOUNT:-}"=="true" ]];then
141
-
if [[ !-f"${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json" ]];then
142
-
log_red "${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json does not exist. Did you forget to mount cloud-devrel-kokoro-resources/trampoline? Aborting."
if [[ !-f"${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json" ]];then
142
+
log_red "${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json does not exist. Did you forget to mount cloud-devrel-kokoro-resources/trampoline? Aborting."
Copy file name to clipboardExpand all lines: gapic-common/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Release History
2
2
3
+
### 0.24.0 (2024-12-05)
4
+
5
+
#### Features
6
+
7
+
* Log requests and responses ([#1112](https://github.com/googleapis/gapic-generator-ruby/issues/1112))
8
+
#### Bug Fixes
9
+
10
+
* Hardened deadline determination against Time.now hacking ([#942](https://github.com/googleapis/gapic-generator-ruby/issues/942))
11
+
12
+
### 0.23.0 (2024-10-15)
13
+
14
+
#### Features
15
+
16
+
* Disable universe domain check if credentials include an explicit request to do so ([#1119](https://github.com/googleapis/gapic-generator-ruby/issues/1119))
0 commit comments