Skip to content

Commit

Permalink
chore(bigtable-1.x): release 1.24.0 (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 31, 2021
1 parent 0618ddb commit a7f56e9
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 46 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [1.24.0](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.23.1...v1.24.0) (2021-08-31)


### Features

* Add support for renaming tables in schema translator ([#3185](https://www.github.com/googleapis/java-bigtable-hbase/issues/3185)) ([e294c1e](https://www.github.com/googleapis/java-bigtable-hbase/commit/e294c1ecd9a985558e8447cf2fa954040016a23a))
* log bulk mutation entry errors ([#3198](https://www.github.com/googleapis/java-bigtable-hbase/issues/3198)) ([0618ddb](https://www.github.com/googleapis/java-bigtable-hbase/commit/0618ddb6a323c3d795658a306721751502329fcd))

### [1.23.1](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.23.0...v1.23.1) (2021-08-09)


Expand Down
4 changes: 2 additions & 2 deletions bigtable-client-core-parent/bigtable-client-core/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core</artifactId>
Expand Down Expand Up @@ -198,7 +198,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
Expand Up @@ -31,7 +31,7 @@ public class BigtableVersionInfo {
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);

// {x-version-update-start:bigtable-client-parent:current}
public static final String CLIENT_VERSION = "1.23.2-SNAPSHOT";
public static final String CLIENT_VERSION = "1.24.0";
// {x-version-update-end}
public static final String JDK_VERSION = getJavaVersion();

Expand Down
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase</artifactId>
Expand Down Expand Up @@ -55,13 +55,13 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-client-core</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
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 = "1.23.2-SNAPSHOT";
public static final String VERSION = "1.24.0";
// {x-version-update-end}

/**
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/bigtable-metrics-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-dataflow-parent/bigtable-beam-import/pom.xml
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -45,7 +45,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-beam</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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
2 changes: 1 addition & 1 deletion bigtable-dataflow-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-dataflow-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,7 +34,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-integration-tests</artifactId>
Expand Down Expand Up @@ -234,7 +234,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -325,7 +325,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand Down Expand Up @@ -353,7 +353,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<type>test-jar</type>
<scope>test</scope>
<exclusions>
Expand Down
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-mapreduce</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
Otherwise the -api will be permanently severed from the impl and exporters -->
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.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>${project.groupId}</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand All @@ -66,7 +66,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.x-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-2.x-integration-tests</artifactId>
Expand Down Expand Up @@ -245,7 +245,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -345,7 +345,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml
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>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -62,7 +62,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
Otherwise the -api will be permanently severed from the impl and exporters -->
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<properties>
Expand Down Expand Up @@ -60,7 +60,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand All @@ -72,7 +72,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-2.x-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-2.x-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-test/bigtable-emulator-maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-test</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.24.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>


Expand Down

0 comments on commit a7f56e9

Please sign in to comment.