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 Sep 20, 2022
1 parent 1185b9b commit 56eb6ea
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-cloud-bom": "0.179.0",
"google-cloud-bom": "0.179.1",
"libraries-bom": "26.1.2",
"tests/dependency-convergence": "0.3.0"
"tests/dependency-convergence": "0.4.0"
}
16 changes: 16 additions & 0 deletions google-cloud-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.179.1](https://github.com/googleapis/java-cloud-bom/compare/google-cloud-bom-v0.179.0...google-cloud-bom-v0.179.1) (2022-09-20)


### Dependencies

* update dependency com.google.cloud:google-cloud-automl-bom to v2.3.11 ([#5165](https://github.com/googleapis/java-cloud-bom/issues/5165)) ([47b47ac](https://github.com/googleapis/java-cloud-bom/commit/47b47ac411b19bee6d58ca6a84e2acf12e8b3bf5))
* update dependency com.google.cloud:google-cloud-bigqueryconnection-bom to v2.5.4 ([#5166](https://github.com/googleapis/java-cloud-bom/issues/5166)) ([e41628b](https://github.com/googleapis/java-cloud-bom/commit/e41628b8ad5850969dd6733613bce2dfac2f9ef8))
* update dependency com.google.cloud:google-cloud-bigquerydatatransfer-bom to v2.3.12 ([#5167](https://github.com/googleapis/java-cloud-bom/issues/5167)) ([fa9e2bc](https://github.com/googleapis/java-cloud-bom/commit/fa9e2bcc372d60abfd955efdd3cb0720ee5ff9db))
* update dependency com.google.cloud:google-cloud-containeranalysis-bom to v2.4.7 ([#5169](https://github.com/googleapis/java-cloud-bom/issues/5169)) ([270acff](https://github.com/googleapis/java-cloud-bom/commit/270acff28f9e26355d922ed2b2a833b7f28b9e3e))
* update dependency com.google.cloud:google-cloud-dialogflow-bom to v4.8.3 ([#5170](https://github.com/googleapis/java-cloud-bom/issues/5170)) ([fb44ed2](https://github.com/googleapis/java-cloud-bom/commit/fb44ed225718e8c586ae59903459a9518ac18e5c))
* update dependency com.google.cloud:google-cloud-dlp-bom to v3.7.1 ([#5171](https://github.com/googleapis/java-cloud-bom/issues/5171)) ([53c4367](https://github.com/googleapis/java-cloud-bom/commit/53c4367f062ceeda2bc5f003674240518e6a3a31))
* update dependency com.google.cloud:google-cloud-document-ai-bom to v2.7.1 ([#5172](https://github.com/googleapis/java-cloud-bom/issues/5172)) ([24f9611](https://github.com/googleapis/java-cloud-bom/commit/24f96112d2dc003070edfac1db0c78b2264b48a9))
* update dependency com.google.cloud:google-cloud-errorreporting-bom to v0.124.8-beta ([#5173](https://github.com/googleapis/java-cloud-bom/issues/5173)) ([d787c9c](https://github.com/googleapis/java-cloud-bom/commit/d787c9c7cd9b41e95e20b238dd2c4d69e736f5c8))
* update dependency com.google.cloud:google-cloud-scheduler-bom to v2.3.9 ([#5174](https://github.com/googleapis/java-cloud-bom/issues/5174)) ([01fe34f](https://github.com/googleapis/java-cloud-bom/commit/01fe34f3040e58c26bcb325c10093d3f457e10c5))
* update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.3.5 ([#5175](https://github.com/googleapis/java-cloud-bom/issues/5175)) ([40fb747](https://github.com/googleapis/java-cloud-bom/commit/40fb74771f881c525edd046f7cccdc1143c72b9f))

## [0.179.0](https://github.com/googleapis/java-cloud-bom/compare/google-cloud-bom-v0.178.0...google-cloud-bom-v0.179.0) (2022-09-19)


Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<packaging>pom</packaging>
<version>0.179.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.179.1</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Google Cloud Java BOM</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
Expand Down Expand Up @@ -838,7 +838,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence-bom</artifactId>
<version>2.2.7</version>
<version>2.2.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-bom:0.179.0:0.179.1-SNAPSHOT
google-cloud-bom:0.179.1:0.179.1
18 changes: 18 additions & 0 deletions tests/dependency-convergence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://github.com/googleapis/java-cloud-bom/compare/tests-dependency-convergence-v0.3.0...tests-dependency-convergence-v0.4.0) (2022-09-20)


### ⚠ BREAKING CHANGES

* preparing for next release (#4691)

### Features

* preparing for next release ([#4691](https://github.com/googleapis/java-cloud-bom/issues/4691)) ([c07cf23](https://github.com/googleapis/java-cloud-bom/commit/c07cf2354c0799e4da7f3a75e4034f1141ad2056))
* Verifying that tests module do not get picked up release please ([#4783](https://github.com/googleapis/java-cloud-bom/issues/4783)) ([e037c08](https://github.com/googleapis/java-cloud-bom/commit/e037c08a4e2cafcebba9f1590d10d0c3b0a8dce1))


### Dependencies

* The following workspace dependencies were updated
* com.google.cloud:google-cloud-bom bumped to 0.179.1

## [0.3.0](https://github.com/googleapis/java-cloud-bom/compare/tests-dependency-convergence-v0.2.0...tests-dependency-convergence-v0.3.0) (2022-09-19)


Expand Down
4 changes: 2 additions & 2 deletions tests/dependency-convergence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>full-convergence-check</artifactId>
<packaging>pom</packaging>
<!-- We do not publish this module to Maven Central -->
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.4.0</version><!-- {x-version-update:full-convergence-check:current} -->
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
<description>
BOM for Full convergence check on google-cloud-java
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.179.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.179.1</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/dependency-convergence/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

full-convergence-check:0.3.0:0.3.1-SNAPSHOT
full-convergence-check:0.4.0:0.4.0

0 comments on commit 56eb6ea

Please sign in to comment.