Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 12, 2023
1 parent f3ffa21 commit 5049da5
Show file tree
Hide file tree
Showing 15 changed files with 163 additions and 38 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.11.0"
".": "1.12.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.12.0](https://github.com/googleapis/google-cloud-java/compare/v1.11.0...v1.12.0) (2023-05-12)


### Features

* [cloudkms] added VerifyConnectivity RPC ([#9429](https://github.com/googleapis/google-cloud-java/issues/9429)) ([81b9849](https://github.com/googleapis/google-cloud-java/commit/81b9849a7d0145a5bd202de877f61e3fb4cfdf7d))
* [discoveryengine] enable safe search feature for site search ([#9428](https://github.com/googleapis/google-cloud-java/issues/9428)) ([7b673de](https://github.com/googleapis/google-cloud-java/commit/7b673de22a253b4faeb995b46581208343f84abb))
* [workstations] add output field for the control plane IP address ([#9430](https://github.com/googleapis/google-cloud-java/issues/9430)) ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* add auditd support ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* add output field for the number of pooled instances ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* add support for accelerators ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* add support for readiness checks ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* add support for workstation-level environment variables ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))
* allow users to provide additional labels in search ([7b673de](https://github.com/googleapis/google-cloud-java/commit/7b673de22a253b4faeb995b46581208343f84abb))
* allow users to provide user info in search ([7b673de](https://github.com/googleapis/google-cloud-java/commit/7b673de22a253b4faeb995b46581208343f84abb))


### Bug Fixes

* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.2 ([#9426](https://github.com/googleapis/google-cloud-java/issues/9426)) ([57a66df](https://github.com/googleapis/google-cloud-java/commit/57a66dfe16771ef3e995110715b5da5ff2104d9e))


### Documentation

* adjust documentation wording ([3cba89a](https://github.com/googleapis/google-cloud-java/commit/3cba89a945b5b5d85c5690bb500d078c351e90a1))

## [1.11.0](https://github.com/googleapis/google-cloud-java/compare/v1.10.0...v1.11.0) (2023-05-10)


Expand Down
101 changes: 100 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,105 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "add output field for the number of pooled instances",
"issues": []
},
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "add support for accelerators",
"issues": []
},
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "add support for readiness checks",
"issues": []
},
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "add auditd support",
"issues": []
},
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "add support for workstation-level environment variables",
"issues": []
},
{
"type": "docs",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "adjust documentation wording",
"issues": []
},
{
"type": "feat",
"sha": "3cba89a945b5b5d85c5690bb500d078c351e90a1",
"message": "[workstations] add output field for the control plane IP address",
"issues": [
"9430"
]
}
],
"version": "1.12.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-workstations",
"id": "abae7598-82d1-496b-8923-bef46f621ab9",
"createTime": "2023-05-12T13:49:29.961Z"
},
{
"changes": [
{
"type": "feat",
"sha": "81b9849a7d0145a5bd202de877f61e3fb4cfdf7d",
"message": "[cloudkms] added VerifyConnectivity RPC",
"issues": [
"9429"
]
}
],
"version": "1.12.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-kms",
"id": "1cb61b35-62c3-4baf-96da-485e1162ae3e",
"createTime": "2023-05-12T13:49:29.959Z"
},
{
"changes": [
{
"type": "feat",
"sha": "7b673de22a253b4faeb995b46581208343f84abb",
"message": "allow users to provide user info in search",
"issues": []
},
{
"type": "feat",
"sha": "7b673de22a253b4faeb995b46581208343f84abb",
"message": "allow users to provide additional labels in search",
"issues": []
},
{
"type": "feat",
"sha": "7b673de22a253b4faeb995b46581208343f84abb",
"message": "[discoveryengine] enable safe search feature for site search",
"issues": [
"9428"
]
}
],
"version": "1.12.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-discoveryengine",
"id": "b1cda9c0-4cd8-406b-943e-85ca948a8095",
"createTime": "2023-05-12T13:49:29.956Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -7052,5 +7151,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-05-10T18:30:04.129Z"
"updateTime": "2023-05-12T13:49:29.961Z"
}
6 changes: 3 additions & 3 deletions java-video-live-stream/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-live-stream</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-live-stream:0.19.0'
implementation 'com.google.cloud:google-cloud-live-stream:0.20.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.19.0"
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.20.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-video-stitcher/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-video-stitcher</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-video-stitcher:0.17.0'
implementation 'com.google.cloud:google-cloud-video-stitcher:0.18.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.17.0"
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.18.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-video-transcoder/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-video-transcoder</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-video-transcoder:1.16.0'
implementation 'com.google.cloud:google-cloud-video-transcoder:1.17.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.16.0"
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.17.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vision/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-vision</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vision:3.15.0'
implementation 'com.google.cloud:google-cloud-vision:3.16.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.15.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.16.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vmmigration/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-vmmigration</artifactId>
<version>1.17.0</version>
<version>1.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vmmigration:1.17.0'
implementation 'com.google.cloud:google-cloud-vmmigration:1.18.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.17.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.18.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vmwareengine/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-vmwareengine</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vmwareengine:0.11.0'
implementation 'com.google.cloud:google-cloud-vmwareengine:0.12.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.11.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.12.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vpcaccess/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-vpcaccess</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-vpcaccess:2.18.0'
implementation 'com.google.cloud:google-cloud-vpcaccess:2.19.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.18.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.19.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-webrisk/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-webrisk</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-webrisk:2.16.0'
implementation 'com.google.cloud:google-cloud-webrisk:2.17.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.16.0"
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.17.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-websecurityscanner/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-websecurityscanner</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.17.0'
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.18.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.17.0"
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.18.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-workflow-executions/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-workflow-executions</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-workflow-executions:2.17.0'
implementation 'com.google.cloud:google-cloud-workflow-executions:2.18.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.17.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.18.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit 5049da5

Please sign in to comment.