Skip to content

Commit 3e0e911

Browse files
chore(main): release 1.49.0
1 parent e5f533e commit 3e0e911

File tree

4 files changed

+35
-5
lines changed

4 files changed

+35
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.48.0"
2+
".": "1.49.0"
33
}

CHANGELOG.md

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

3+
## [1.49.0](https://github.com/googleapis/google-cloud-java/compare/v1.48.0...v1.49.0) (2024-11-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove grpc module for gke-connect-gateway ([#11315](https://github.com/googleapis/google-cloud-java/issues/11315))
9+
10+
### Bug Fixes
11+
12+
* Propagate repo level dependency change sdk-platform-java-config to each module's release notes ([#11294](https://github.com/googleapis/google-cloud-java/issues/11294)) ([6fafcb3](https://github.com/googleapis/google-cloud-java/commit/6fafcb3247cc7f377e465fc1144fb9d2227be899))
13+
* Remove grpc module for gke-connect-gateway ([#11315](https://github.com/googleapis/google-cloud-java/issues/11315)) ([a406306](https://github.com/googleapis/google-cloud-java/commit/a406306ac4060a24dc6ed78b0313bcbf75b9ab87))
14+
315
## [1.48.0](https://github.com/googleapis/google-cloud-java/compare/v1.47.0...v1.48.0) (2024-11-18)
416

517

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "a406306ac4060a24dc6ed78b0313bcbf75b9ab87",
9+
"message": "Remove grpc module for gke-connect-gateway",
10+
"issues": [
11+
"11315"
12+
],
13+
"breakingChangeNote": "Remove grpc module for gke-connect-gateway ([#11315](https://github.com/googleapis/google-cloud-java/issues/11315))"
14+
}
15+
],
16+
"version": "1.49.0",
17+
"language": "JAVA",
18+
"artifactName": "com.google.cloud:google-cloud-gke-connect-gateway",
19+
"id": "dd8451f0-16b8-41f2-aeef-ab49e5fe9b3e",
20+
"createTime": "2024-11-22T14:59:58.785Z"
21+
},
422
{
523
"changes": [
624
{
@@ -407140,5 +407158,5 @@
407140407158
"createTime": "2023-02-03T16:27:23.198Z"
407141407159
}
407142407160
],
407143-
"updateTime": "2024-11-18T13:56:24.611Z"
407161+
"updateTime": "2024-11-22T14:59:58.785Z"
407144407162
}

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vertexai</artifactId>
43-
<version>1.14.0</version>
43+
<version>1.15.0</version>
4444
</dependency>
4545
```
4646

4747
If you are using Gradle without BOM, add this to your dependencies:
4848

4949
```Groovy
50-
implementation 'com.google.cloud:google-cloud-vertexai:1.14.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.15.0'
5151
```
5252

5353
If you are using SBT, add this to your dependencies:
5454

5555
```Scala
56-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.14.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.15.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

0 commit comments

Comments
 (0)