Skip to content

Commit

Permalink
chore(main): release 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 28, 2024
1 parent 99d113b commit 99ca60b
Show file tree
Hide file tree
Showing 49 changed files with 182 additions and 140 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.30.0"
".": "1.31.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.31.0](https://github.com/googleapis/google-cloud-java/compare/v1.30.0...v1.31.0) (2024-02-28)


### Features

* [vertexai] add GenerateContentConfig class ([#10413](https://github.com/googleapis/google-cloud-java/issues/10413)) ([04e9574](https://github.com/googleapis/google-cloud-java/commit/04e9574a223cd9c42615bfde18aa6ad3dc551251))
* [vertexai] add GenerateContentConfig to generateContent method ([#10425](https://github.com/googleapis/google-cloud-java/issues/10425)) ([903abf3](https://github.com/googleapis/google-cloud-java/commit/903abf39cae4810be41f2475c63a0fcb0b238bc1))
* [vertexai] add GenerateContentConfig to generateContentStream method ([#10424](https://github.com/googleapis/google-cloud-java/issues/10424)) ([ec9dd00](https://github.com/googleapis/google-cloud-java/commit/ec9dd001c4058871ecf7ff7e3b91633aac3bf17b))

## [1.30.0](https://github.com/googleapis/google-cloud-java/compare/v1.29.0...v1.30.0) (2024-02-20)


Expand Down
35 changes: 34 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "903abf39cae4810be41f2475c63a0fcb0b238bc1",
"message": "[vertexai] add GenerateContentConfig to generateContent method",
"issues": [
"10425"
]
},
{
"type": "feat",
"sha": "ec9dd001c4058871ecf7ff7e3b91633aac3bf17b",
"message": "[vertexai] add GenerateContentConfig to generateContentStream method",
"issues": [
"10424"
]
},
{
"type": "feat",
"sha": "04e9574a223cd9c42615bfde18aa6ad3dc551251",
"message": "[vertexai] add GenerateContentConfig class",
"issues": [
"10413"
]
}
],
"version": "1.31.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vertexai",
"id": "3e7ebae3-b920-49f6-ae2a-cf262efdd4f0",
"createTime": "2024-02-28T19:07:16.716Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -25999,5 +26032,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2024-02-20T14:16:34.211Z"
"updateTime": "2024-02-28T19:07:16.716Z"
}
6 changes: 3 additions & 3 deletions java-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-redis</artifactId>
<version>2.39.0</version>
<version>2.40.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-redis:2.39.0'
implementation 'com.google.cloud:google-cloud-redis:2.40.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.39.0"
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.40.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-resource-settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resource-settings</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-resource-settings:1.36.0'
implementation 'com.google.cloud:google-cloud-resource-settings:1.37.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resourcemanager</artifactId>
<version>1.38.0</version>
<version>1.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-resourcemanager:1.38.0'
implementation 'com.google.cloud:google-cloud-resourcemanager:1.39.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.38.0"
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.39.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-retail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-retail</artifactId>
<version>2.38.0</version>
<version>2.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-retail:2.38.0'
implementation 'com.google.cloud:google-cloud-retail:2.39.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.38.0"
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.39.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-run</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-run:0.36.0'
implementation 'com.google.cloud:google-cloud-run:0.37.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-scheduler</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-scheduler:2.36.0'
implementation 'com.google.cloud:google-cloud-scheduler:2.37.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-secretmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-secretmanager:2.36.0'
implementation 'com.google.cloud:google-cloud-secretmanager:2.37.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-securesourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securesourcemanager</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securesourcemanager:0.6.0'
implementation 'com.google.cloud:google-cloud-securesourcemanager:0.7.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.6.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.7.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-security-private-ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-security-private-ca</artifactId>
<version>2.38.0</version>
<version>2.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-security-private-ca:2.38.0'
implementation 'com.google.cloud:google-cloud-security-private-ca:2.39.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.38.0"
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.39.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-securitycenter-settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securitycenter-settings</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.39.0'
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.40.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.39.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.40.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-securitycenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securitycenter</artifactId>
<version>2.44.0</version>
<version>2.45.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securitycenter:2.44.0'
implementation 'com.google.cloud:google-cloud-securitycenter:2.45.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.44.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.45.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-securitycentermanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securitycentermanagement</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.4.0'
implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.5.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.5.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-securityposture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securityposture</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-securityposture:0.1.0'
implementation 'com.google.cloud:google-cloud-securityposture:0.2.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.2.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit 99ca60b

Please sign in to comment.