Skip to content

Commit

Permalink
chore(main): release 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 27, 2024
1 parent c6ad236 commit f520e98
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.48.0"
".": "1.49.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.49.0](https://github.com/googleapis/google-cloud-java/compare/v1.48.0...v1.49.0) (2024-11-27)


### ⚠ BREAKING CHANGES

* Remove grpc module for gke-connect-gateway ([#11315](https://github.com/googleapis/google-cloud-java/issues/11315))

### Bug Fixes

* 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))
* 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))

## [1.48.0](https://github.com/googleapis/google-cloud-java/compare/v1.47.0...v1.48.0) (2024-11-18)


Expand Down
20 changes: 19 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "a406306ac4060a24dc6ed78b0313bcbf75b9ab87",
"message": "Remove grpc module for gke-connect-gateway",
"issues": [
"11315"
],
"breakingChangeNote": "Remove grpc module for gke-connect-gateway ([#11315](https://github.com/googleapis/google-cloud-java/issues/11315))"
}
],
"version": "1.49.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-gke-connect-gateway",
"id": "a53e2d95-e32e-4163-85b1-1e568049c70b",
"createTime": "2024-11-27T21:29:37.438Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -407140,5 +407158,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2024-11-18T13:56:24.611Z"
"updateTime": "2024-11-27T21:29:37.438Z"
}
6 changes: 3 additions & 3 deletions java-vertexai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vertexai</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vertexai:1.14.0'
implementation 'com.google.cloud:google-cloud-vertexai:1.15.0'
```

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

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

Expand Down

0 comments on commit f520e98

Please sign in to comment.