Skip to content

Commit 7078840

Browse files
chore(main): release 1.29.0
1 parent 539bf1d commit 7078840

File tree

44 files changed

+149
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+149
-125
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.28.0"
2+
".": "1.29.0"
33
}

CHANGELOG.md

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

3+
## [1.29.0](https://github.com/googleapis/google-cloud-java/compare/v1.28.0...v1.29.0) (2024-01-24)
4+
5+
6+
### Features
7+
8+
* [vertexai] add fromFunctionResponse in PartMaker ([#10272](https://github.com/googleapis/google-cloud-java/issues/10272)) ([20c8252](https://github.com/googleapis/google-cloud-java/commit/20c8252dcc4b093f6d699753ad39f0cdbef1d8ed))
9+
310
## [1.28.0](https://github.com/googleapis/google-cloud-java/compare/v1.27.0...v1.28.0) (2024-01-23)
411

512

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "20c8252dcc4b093f6d699753ad39f0cdbef1d8ed",
9+
"message": "[vertexai] add fromFunctionResponse in PartMaker",
10+
"issues": [
11+
"10272"
12+
]
13+
}
14+
],
15+
"version": "1.29.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-vertexai",
18+
"id": "08d072b0-a1ce-413e-bb32-9c15d18e1894",
19+
"createTime": "2024-01-24T15:46:13.326Z"
20+
},
421
{
522
"changes": [
623
{
@@ -23322,5 +23339,5 @@
2332223339
"createTime": "2023-02-03T16:27:23.198Z"
2332323340
}
2332423341
],
23325-
"updateTime": "2024-01-23T17:04:49.703Z"
23342+
"updateTime": "2024-01-24T15:46:13.326Z"
2332623343
}

java-run/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-run</artifactId>
48-
<version>0.34.0</version>
48+
<version>0.35.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-run:0.34.0'
55+
implementation 'com.google.cloud:google-cloud-run:0.35.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.34.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.35.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-scheduler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-scheduler</artifactId>
45-
<version>2.34.0</version>
45+
<version>2.35.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-scheduler:2.34.0'
52+
implementation 'com.google.cloud:google-cloud-scheduler:2.35.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.34.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.35.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-secretmanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-secretmanager</artifactId>
45-
<version>2.34.0</version>
45+
<version>2.35.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-secretmanager:2.34.0'
52+
implementation 'com.google.cloud:google-cloud-secretmanager:2.35.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.34.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.35.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-securesourcemanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-securesourcemanager</artifactId>
48-
<version>0.4.0</version>
48+
<version>0.5.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-securesourcemanager:0.4.0'
55+
implementation 'com.google.cloud:google-cloud-securesourcemanager:0.5.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.4.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.5.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-security-private-ca/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-security-private-ca</artifactId>
45-
<version>2.36.0</version>
45+
<version>2.37.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-security-private-ca:2.36.0'
52+
implementation 'com.google.cloud:google-cloud-security-private-ca:2.37.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.36.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.37.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-securitycenter-settings/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-securitycenter-settings</artifactId>
48-
<version>0.37.0</version>
48+
<version>0.38.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.37.0'
55+
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.38.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.37.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.38.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-securitycenter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-securitycenter</artifactId>
45-
<version>2.42.0</version>
45+
<version>2.43.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-securitycenter:2.42.0'
52+
implementation 'com.google.cloud:google-cloud-securitycenter:2.43.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.42.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.43.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)