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] committed Feb 2, 2023
1 parent a014f03 commit 5dc698e
Show file tree
Hide file tree
Showing 4 changed files with 135 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.3.0"
".": "1.4.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.4.0](https://github.com/googleapis/google-cloud-java/compare/v1.3.0...v1.4.0) (2023-02-02)


### ⚠ BREAKING CHANGES

* [vmwareengine] resource proto messages moved to new file ([#9044](https://github.com/googleapis/google-cloud-java/issues/9044))

### Features

* [documentai] added advanced_ocr_options field in OcrConfig ([#9042](https://github.com/googleapis/google-cloud-java/issues/9042)) ([f845147](https://github.com/googleapis/google-cloud-java/commit/f8451473516eb45bdd7251d3533c28da4a31e652))
* [gke-multi-cloud] Added support for Azure workload identity federation ([#9055](https://github.com/googleapis/google-cloud-java/issues/9055)) ([374fd84](https://github.com/googleapis/google-cloud-java/commit/374fd84892fa30c77bb61c0eb50d02358c5cbcc1))


### Bug Fixes

* Outdated versioning info in README.md ([#979](https://github.com/googleapis/google-cloud-java/issues/979)) ([b92c43b](https://github.com/googleapis/google-cloud-java/commit/b92c43b0124f05431f547aeebdc7860a45accae3))


### Documentation

* [container] clarified wording around the NodePoolUpdateStrategy default behavior ([#9046](https://github.com/googleapis/google-cloud-java/issues/9046)) ([55e4de1](https://github.com/googleapis/google-cloud-java/commit/55e4de106b8f6fc41a706248ad3817d564367777))
* [dataplex] Improvements to DataScan API documentation ([#9054](https://github.com/googleapis/google-cloud-java/issues/9054)) ([2396d77](https://github.com/googleapis/google-cloud-java/commit/2396d77e8d2f93169f9e04b8235f20c7560e3c04))
* [dialogflow] Reformat some comments and documentation ([#9024](https://github.com/googleapis/google-cloud-java/issues/9024)) ([2c1bd38](https://github.com/googleapis/google-cloud-java/commit/2c1bd383046e895f30a4c720ebbef7a7c78c9e0c))
* [vmwareengine] resource proto messages moved to new file ([#9044](https://github.com/googleapis/google-cloud-java/issues/9044)) ([32bd679](https://github.com/googleapis/google-cloud-java/commit/32bd679cb746824c37a8c9c408f430e3728fd0d0))

## [1.3.0](https://github.com/googleapis/google-cloud-java/compare/v1.2.0...v1.3.0) (2023-01-23)


Expand Down
109 changes: 107 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,109 @@
{
"repository": "googleapis/google-cloud-java",
"entries": []
}
"entries": [
{
"changes": [
{
"type": "docs",
"sha": "2c1bd383046e895f30a4c720ebbef7a7c78c9e0c",
"message": "[dialogflow] Reformat some comments and documentation",
"issues": [
"9024"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dialogflow",
"id": "884e669b-0ee4-402d-affe-ba4462d4c8cf",
"createTime": "2023-02-02T16:13:21.348Z"
},
{
"changes": [
{
"type": "feat",
"sha": "374fd84892fa30c77bb61c0eb50d02358c5cbcc1",
"message": "[gke-multi-cloud] Added support for Azure workload identity federation",
"issues": [
"9055"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-gke-multi-cloud",
"id": "b37344de-ab1f-4449-9fad-d2281023c168",
"createTime": "2023-02-02T16:13:21.348Z"
},
{
"changes": [
{
"type": "docs",
"sha": "2396d77e8d2f93169f9e04b8235f20c7560e3c04",
"message": "[dataplex] Improvements to DataScan API documentation",
"issues": [
"9054"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dataplex",
"id": "a43439c6-ee97-4635-93ec-21b8eae2c402",
"createTime": "2023-02-02T16:13:21.348Z"
},
{
"changes": [
{
"type": "docs",
"sha": "55e4de106b8f6fc41a706248ad3817d564367777",
"message": "[container] clarified wording around the NodePoolUpdateStrategy default behavior",
"issues": [
"9046"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-container",
"id": "dd93fc71-0343-4b6e-8c73-ca2aa51fa203",
"createTime": "2023-02-02T16:13:21.348Z"
},
{
"changes": [
{
"type": "docs",
"sha": "32bd679cb746824c37a8c9c408f430e3728fd0d0",
"message": "[vmwareengine] resource proto messages moved to new file",
"issues": [
"9044"
],
"breakingChangeNote": "[vmwareengine] resource proto messages moved to new file ([#9044](https://github.com/googleapis/google-cloud-java/issues/9044))"
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-vmwareengine",
"id": "32755e18-b2c2-4c5c-8a01-7fd77e59e4bb",
"createTime": "2023-02-02T16:13:21.347Z"
},
{
"changes": [
{
"type": "feat",
"sha": "f8451473516eb45bdd7251d3533c28da4a31e652",
"message": "[documentai] added advanced_ocr_options field in OcrConfig",
"issues": [
"9042"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-document-ai",
"id": "de3b70b8-dfa4-41fb-97d3-75e6927f8955",
"createTime": "2023-02-02T16:13:21.347Z"
}
],
"updateTime": "2023-02-02T16:13:21.348Z"
}
4 changes: 2 additions & 2 deletions java-workflows/proto-google-cloud-workflows-v1beta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workflows-v1beta</artifactId>
<version>0.16.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<version>0.16.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<name>proto-google-cloud-workflows-v1beta</name>
<description>Proto library for google-cloud-workflows</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<version>2.10.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.10.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 5dc698e

Please sign in to comment.