Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#3694)
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] committed Aug 15, 2022
1 parent 8c99a34 commit 93a4c6f
Show file tree
Hide file tree
Showing 53 changed files with 162 additions and 136 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.6.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.5.0...v2.6.0) (2022-08-10)


### Features

* add mirroring client for migrations ([#3698](https://github.com/googleapis/java-bigtable-hbase/issues/3698)) ([d350c36](https://github.com/googleapis/java-bigtable-hbase/commit/d350c36505ff4b5bcc763a31d6d9e07ee586a1f3))
* mapreduce hashtable/synctable jobs ([#3688](https://github.com/googleapis/java-bigtable-hbase/issues/3688)) ([cbcb555](https://github.com/googleapis/java-bigtable-hbase/commit/cbcb5553ae491b0bf266925d64ba444ecabdd9ca))


### Bug Fixes

* update syntax in readme for dataflow max workers ([#3675](https://github.com/googleapis/java-bigtable-hbase/issues/3675)) ([ded52ad](https://github.com/googleapis/java-bigtable-hbase/commit/ded52ad433631d9f204af29cfc19769ceda8b463))


### Dependencies

* update bigtable-client-core.version to v1.27.0 ([#3680](https://github.com/googleapis/java-bigtable-hbase/issues/3680)) ([46d6bf3](https://github.com/googleapis/java-bigtable-hbase/commit/46d6bf31ba3c1cf004c9ba4ff8ac7d044ed33cb3))
* update bigtable-client-core.version to v1.27.1 ([#3712](https://github.com/googleapis/java-bigtable-hbase/issues/3712)) ([793c78c](https://github.com/googleapis/java-bigtable-hbase/commit/793c78ca9e51417ef446a232cee6ddf9450e66c2))
* update dependency com.google.api:api-common to v1.10.6 ([#3713](https://github.com/googleapis/java-bigtable-hbase/issues/3713)) ([887e112](https://github.com/googleapis/java-bigtable-hbase/commit/887e1129c8ddd826e5067369c1db3fe09ab474ee))
* update dependency com.google.cloud.bigtable:bigtable-client-core to v1.27.0 ([#3681](https://github.com/googleapis/java-bigtable-hbase/issues/3681)) ([eae4d4b](https://github.com/googleapis/java-bigtable-hbase/commit/eae4d4baba25360a038fa5b4a2fa387ff1cd5429))
* update dependency com.google.cloud.bigtable:bigtable-client-core to v1.27.1 ([#3715](https://github.com/googleapis/java-bigtable-hbase/issues/3715)) ([7c2366f](https://github.com/googleapis/java-bigtable-hbase/commit/7c2366f3e6c369a76d43e2ce0798019dd4735a94))
* update dependency io.prometheus:simpleclient_httpserver to v0.16.0 ([#3723](https://github.com/googleapis/java-bigtable-hbase/issues/3723)) ([6522923](https://github.com/googleapis/java-bigtable-hbase/commit/6522923be0f08ca9b8cdc20818a2f2c841d16152))
* update dependency net.bytebuddy:byte-buddy to v1.12.13 ([#3716](https://github.com/googleapis/java-bigtable-hbase/issues/3716)) ([b8acf1f](https://github.com/googleapis/java-bigtable-hbase/commit/b8acf1f739bbc9bd229fccb41b8c48c1e82672ab))
* update hbase1.version to v1.7.2 ([#3736](https://github.com/googleapis/java-bigtable-hbase/issues/3736)) ([ad2967a](https://github.com/googleapis/java-bigtable-hbase/commit/ad2967a8f54644b8d998dd21e20a432f7a636e52))
* upgrade jackson-databind to 2.13.3 ([#3734](https://github.com/googleapis/java-bigtable-hbase/issues/3734)) ([f66be5d](https://github.com/googleapis/java-bigtable-hbase/commit/f66be5db9ce0412f8ac3b4e13754d57ba79a9ec1))

## [2.5.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.4.0...v2.5.0) (2022-07-13)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-integration-tests-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bigtable-client-core-parent/bigtable-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase</artifactId>
Expand Down Expand Up @@ -184,7 +184,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-internal-test-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -256,7 +256,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->

<executions>
<!-- TODO: Remove this once we can properly shade conscrypt:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);

// {x-version-update-start:bigtable-client-parent:current}
public static final String VERSION = "2.5.1-SNAPSHOT";
public static final String VERSION = "2.6.0";
// {x-version-update-end}

/**
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core-parent</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions bigtable-dataflow-parent/bigtable-beam-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -141,7 +141,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand All @@ -153,7 +153,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
<exclusion>
Expand Down Expand Up @@ -432,7 +432,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<id>verify-mirror-deps</id>
Expand Down
6 changes: 3 additions & 3 deletions bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-beam</artifactId>
Expand Down Expand Up @@ -78,7 +78,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- Let the beam pipeline choose the appropriate slf4j impl.
Since this is the beam universe, we don't have be a drop in replacement
Expand Down Expand Up @@ -284,7 +284,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<id>verify-mirror-deps</id>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-dataflow-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-dataflow-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -39,7 +39,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- hbase-shaded-client will be replaced with hbase-client -->
<exclusion>
Expand Down Expand Up @@ -228,7 +228,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->

<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-integration-tests</artifactId>
Expand Down Expand Up @@ -191,7 +191,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand All @@ -205,7 +205,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand All @@ -219,7 +219,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<type>test-jar</type>
<scope>test</scope>
<exclusions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-mapreduce</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- we need hbase-server instead of hbase-client -->
<exclusion>
Expand Down Expand Up @@ -225,7 +225,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<id>verify-mirror-deps</id>
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,7 +68,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand Down Expand Up @@ -393,7 +393,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->

<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
pom.xml files when invoking the build from a parent project. So we have to manually exclude
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x</artifactId>
Expand Down Expand Up @@ -56,7 +56,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand Down Expand Up @@ -168,7 +168,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-internal-test-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.x-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-parent</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -39,7 +39,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down Expand Up @@ -235,7 +235,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->

<executions>
<execution>
Expand Down
Loading

0 comments on commit 93a4c6f

Please sign in to comment.