Skip to content

Commit d25fd28

Browse files
chore: release main (#5124)
* chore: release main * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8e4eb96 commit d25fd28

File tree

11 files changed

+238
-13
lines changed

11 files changed

+238
-13
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"google-cloud-bom": "0.178.0",
3-
"libraries-bom": "26.1.1",
4-
"tests/dependency-convergence": "0.2.0"
2+
"google-cloud-bom": "0.179.0",
3+
"libraries-bom": "26.1.2",
4+
"tests/dependency-convergence": "0.3.0"
55
}

google-cloud-bom/CHANGELOG.md

+199
Large diffs are not rendered by default.

google-cloud-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.178.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.179.0</version><!-- {x-version-update:google-cloud-bom:current} -->
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/googleapis/java-cloud-bom</url>
1010
<description>

google-cloud-bom/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-bom:0.178.0:0.178.1-SNAPSHOT
4+
google-cloud-bom:0.179.0:0.179.0

libraries-bom/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [26.1.2](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.1.1...libraries-bom-v26.1.2) (2022-09-19)
4+
5+
6+
### Dependencies
7+
8+
* use first-party-dependencies in libraries-bom ([#5125](https://github.com/googleapis/java-cloud-bom/issues/5125)) ([b1d1576](https://github.com/googleapis/java-cloud-bom/commit/b1d15763a9364f761d1e03f92feb87033c0cbba0))
9+
* The following workspace dependencies were updated
10+
* com.google.cloud:google-cloud-bom bumped to 0.179.0
11+
312
## [26.1.1](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.1.0...libraries-bom-v26.1.1) (2022-08-30)
413

514

libraries-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- adding comment for testing-->
55
<groupId>com.google.cloud</groupId>
66
<artifactId>libraries-bom</artifactId>
7-
<version>26.1.2-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.1.2</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.cloud</groupId>
7676
<artifactId>google-cloud-bom</artifactId>
77-
<version>0.178.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
77+
<version>0.179.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>

libraries-bom/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
libraries-bom:26.1.1:26.1.2-SNAPSHOT
4+
libraries-bom:26.1.2:26.1.2

tests/dependency-convergence/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* preparing for next release (#4691)
9+
10+
### Features
11+
12+
* preparing for next release ([#4691](https://github.com/googleapis/java-cloud-bom/issues/4691)) ([c07cf23](https://github.com/googleapis/java-cloud-bom/commit/c07cf2354c0799e4da7f3a75e4034f1141ad2056))
13+
* 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))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* com.google.cloud:google-cloud-bom bumped to 0.179.0
20+
321
## [0.2.0](https://github.com/googleapis/java-cloud-bom/compare/tests-dependency-convergence-v0.1.0...tests-dependency-convergence-v0.2.0) (2022-08-30)
422

523

tests/dependency-convergence/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>full-convergence-check</artifactId>
66
<packaging>pom</packaging>
77
<!-- We do not publish this module to Maven Central -->
8-
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.3.0</version><!-- {x-version-update:full-convergence-check:current} -->
99
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
1010
<description>
1111
BOM for Full convergence check on google-cloud-java
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bom</artifactId>
27-
<version>0.178.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.179.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
full-convergence-check:0.2.0:0.2.1-SNAPSHOT
4+
full-convergence-check:0.3.0:0.3.0

tests/src/test/java/com/google/cloud/BomContentTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ private static void assertUniqueClasses(List<Artifact> allArtifacts)
140140
|| className.contains("$")
141141
|| className.endsWith("package-info")
142142
|| className.equals("com.google.cloud.location.LocationsGrpc")
143-
|| className.equals("com.google.gwt.core.client.UnsafeNativeLong")
144-
) {
143+
|| className.equals("com.google.gwt.core.client.UnsafeNativeLong")) {
145144
// Ignore annotations, nested classes, and package-info files.
146145
// Ignore LocationsGrpc classes which are duplicated in generated grpc libraries.
147146
// Ignore GWT's UnsafeNativeLong, which appear in om.google.gwt:gwt-dev:2.9.0 and

0 commit comments

Comments
 (0)