Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#3602)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.2.0](v2.1.1...v2.2.0) (2022-05-03)


### Features

* log version and settings on startup ([#3601](#3601)) ([109023a](109023a))
* next release from main branch is 2.2.0 ([#3593](#3593)) ([58a6ce4](58a6ce4))


### Bug Fixes

* re-add missing dependencies for unshaded bigtable-beam-import jar ([#3600](0dfb130)
* disabling incompatible mutation metrics for HBase 1.3 or lower ([#3599](#3599)) ([9a693e8](9a693e8))
* published dependencies of bigtable-beam-import ([#3600](#3600)) ([0dfb130](0dfb130))


### Dependencies

* update dependency net.bytebuddy:byte-buddy to v1.12.10 ([#3597](#3597)) ([283cef8](283cef8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed May 3, 2022
1 parent 109023a commit 4e0a1a3
Show file tree
Hide file tree
Showing 38 changed files with 96 additions and 77 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.2.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.1.1...v2.2.0) (2022-05-03)


### Features

* log version and settings on startup ([#3601](https://github.com/googleapis/java-bigtable-hbase/issues/3601)) ([109023a](https://github.com/googleapis/java-bigtable-hbase/commit/109023aa980aaf26229544f271ca348466eac5fe))
* next release from main branch is 2.2.0 ([#3593](https://github.com/googleapis/java-bigtable-hbase/issues/3593)) ([58a6ce4](https://github.com/googleapis/java-bigtable-hbase/commit/58a6ce47f0990260a097b9d2f641f74745a9f163))


### Bug Fixes

* disabling incompatible mutation metrics for HBase 1.3 or lower ([#3599](https://github.com/googleapis/java-bigtable-hbase/issues/3599)) ([9a693e8](https://github.com/googleapis/java-bigtable-hbase/commit/9a693e823a683542acef9932d042778a32495769))
* published dependencies of bigtable-beam-import ([#3600](https://github.com/googleapis/java-bigtable-hbase/issues/3600)) ([0dfb130](https://github.com/googleapis/java-bigtable-hbase/commit/0dfb13089c6afa56dc1f8f7eddfb63c1d33e483a))


### Dependencies

* update dependency net.bytebuddy:byte-buddy to v1.12.10 ([#3597](https://github.com/googleapis/java-bigtable-hbase/issues/3597)) ([283cef8](https://github.com/googleapis/java-bigtable-hbase/commit/283cef872a6c08771cd5e5b9f760d386b07e97c8))

### [2.1.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.1.0...v2.1.1) (2022-04-20)


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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT";
public static final String VERSION = "2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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 @@ -425,7 +425,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-integration-tests</artifactId>
Expand Down Expand Up @@ -129,7 +129,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -213,7 +213,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand All @@ -227,7 +227,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand All @@ -241,7 +241,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand Down Expand Up @@ -369,7 +369,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.bigtable.test</groupId>
<artifactId>bigtable-build-helper</artifactId>
<version>2.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.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.1.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.2.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->

<executions>
<execution>
Expand Down
Loading

0 comments on commit 4e0a1a3

Please sign in to comment.