Skip to content

Commit

Permalink
chore: release main (#5704)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 5, 2023
1 parent 01ddc8a commit 535c8fd
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-cloud-bom": "0.183.0",
"libraries-bom": "26.2.0",
"tests/dependency-convergence": "0.3.7"
"google-cloud-bom": "0.184.0",
"libraries-bom": "26.3.0",
"tests/dependency-convergence": "0.3.8"
}
10 changes: 10 additions & 0 deletions google-cloud-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.184.0](https://github.com/googleapis/java-cloud-bom/compare/google-cloud-bom-v0.183.0...google-cloud-bom-v0.184.0) (2023-01-05)


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.20.1 ([#5706](https://github.com/googleapis/java-cloud-bom/issues/5706)) ([02f8a4c](https://github.com/googleapis/java-cloud-bom/commit/02f8a4c1137ba55da57cd5a4733fa106263abd65))
* update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.28.0 ([#5705](https://github.com/googleapis/java-cloud-bom/issues/5705)) ([146e0e5](https://github.com/googleapis/java-cloud-bom/commit/146e0e546480a15b449fee76eb1e002f9911efca))
* update dependency com.google.cloud:google-cloud-logging-bom to v3.13.7 ([#5696](https://github.com/googleapis/java-cloud-bom/issues/5696)) ([423aa24](https://github.com/googleapis/java-cloud-bom/commit/423aa24ffbf317b0f63d72cd5026aef44d3bd934))
* update dependency com.google.cloud:google-cloud-logging-logback to v0.129.7-alpha ([#5697](https://github.com/googleapis/java-cloud-bom/issues/5697)) ([088fdee](https://github.com/googleapis/java-cloud-bom/commit/088fdee8678caf58b03d785240c17b11ee3c79ed))

## [0.183.0](https://github.com/googleapis/java-cloud-bom/compare/google-cloud-bom-v0.182.0...google-cloud-bom-v0.183.0) (2022-12-15)


Expand Down
2 changes: 1 addition & 1 deletion 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.183.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.184.0</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
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.183.0:0.183.1-SNAPSHOT
google-cloud-bom:0.184.0:0.184.0
13 changes: 13 additions & 0 deletions libraries-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [26.3.0](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.2.0...libraries-bom-v26.3.0) (2023-01-05)


### Miscellaneous Chores

* Release as version 26.3.0 ([#5709](https://github.com/googleapis/java-cloud-bom/issues/5709)) ([01ddc8a](https://github.com/googleapis/java-cloud-bom/commit/01ddc8a72f1741316476dcaa7532265b5a71137d))


### Dependencies

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

## [26.2.0](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.1.5...libraries-bom-v26.2.0) (2022-12-15)


Expand Down
6 changes: 3 additions & 3 deletions libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- adding comment for testing-->
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.2.1-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.3.0</version><!-- {x-version-update:libraries-bom:current} -->
<packaging>pom</packaging>

<name>Google Cloud Platform Supported Libraries</name>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.183.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.184.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -143,4 +143,4 @@
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion libraries-bom/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

libraries-bom:26.2.0:26.2.1-SNAPSHOT
libraries-bom:26.3.0:26.3.0
3 changes: 3 additions & 0 deletions tests/dependency-convergence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
* The following workspace dependencies were updated
* com.google.cloud:google-cloud-bom bumped to 0.183.1-SNAPSHOT

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

## [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.7</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.3.8</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.183.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.184.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 535c8fd

Please sign in to comment.