Skip to content

Commit 93a4c6f

Browse files
chore(main): release 2.6.0 (#3694)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8c99a34 commit 93a4c6f

53 files changed

Lines changed: 162 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.5.0...v2.6.0) (2022-08-10)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* mapreduce hashtable/synctable jobs ([#3688](https://github.com/googleapis/java-bigtable-hbase/issues/3688)) ([cbcb555](https://github.com/googleapis/java-bigtable-hbase/commit/cbcb5553ae491b0bf266925d64ba444ecabdd9ca))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
16+
17+
### Dependencies
18+
19+
* 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))
20+
* 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))
21+
* 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))
22+
* 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))
23+
* 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))
24+
* 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))
25+
* 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))
26+
* 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))
27+
* 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))
28+
329
## [2.5.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.4.0...v2.5.0) (2022-07-13)
430

531

bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>com.google.cloud.bigtable</groupId>
2121
<artifactId>bigtable-client-core-parent</artifactId>
22-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2323
</parent>
2424

2525
<artifactId>bigtable-hbase-integration-tests-common</artifactId>

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-core-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase</artifactId>
@@ -184,7 +184,7 @@ limitations under the License.
184184
<dependency>
185185
<groupId>com.google.cloud.bigtable</groupId>
186186
<artifactId>bigtable-internal-test-helper</artifactId>
187-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
187+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
188188
<scope>test</scope>
189189
</dependency>
190190
<dependency>
@@ -256,7 +256,7 @@ limitations under the License.
256256
<plugin>
257257
<groupId>com.google.cloud.bigtable.test</groupId>
258258
<artifactId>bigtable-build-helper</artifactId>
259-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
259+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
260260

261261
<executions>
262262
<!-- TODO: Remove this once we can properly shade conscrypt:

bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
3434
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);
3535

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

4040
/**

bigtable-client-core-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-client-core-parent</artifactId>

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<groupId>com.google.cloud.bigtable</groupId>
2020
<artifactId>bigtable-dataflow-parent</artifactId>
21-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -141,7 +141,7 @@ limitations under the License.
141141
<dependency>
142142
<groupId>${project.groupId}</groupId>
143143
<artifactId>bigtable-hbase-beam</artifactId>
144-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
144+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
145145
<exclusions>
146146
<exclusion>
147147
<groupId>org.apache.hbase</groupId>
@@ -153,7 +153,7 @@ limitations under the License.
153153
<dependency>
154154
<groupId>com.google.cloud.bigtable</groupId>
155155
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
156-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
156+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
157157
<exclusions>
158158
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
159159
<exclusion>
@@ -432,7 +432,7 @@ limitations under the License.
432432
<plugin>
433433
<groupId>com.google.cloud.bigtable.test</groupId>
434434
<artifactId>bigtable-build-helper</artifactId>
435-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
435+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
436436
<executions>
437437
<execution>
438438
<id>verify-mirror-deps</id>

bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
<parent>
1717
<groupId>com.google.cloud.bigtable</groupId>
1818
<artifactId>bigtable-dataflow-parent</artifactId>
19-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>
@@ -78,7 +78,7 @@ limitations under the License.
7878
<dependency>
7979
<groupId>${project.groupId}</groupId>
8080
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
81-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
81+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8282
<exclusions>
8383
<!-- Let the beam pipeline choose the appropriate slf4j impl.
8484
Since this is the beam universe, we don't have be a drop in replacement
@@ -284,7 +284,7 @@ limitations under the License.
284284
<plugin>
285285
<groupId>com.google.cloud.bigtable.test</groupId>
286286
<artifactId>bigtable-build-helper</artifactId>
287-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
287+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
288288
<executions>
289289
<execution>
290290
<id>verify-mirror-deps</id>

bigtable-dataflow-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-dataflow-parent</artifactId>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.cloud.bigtable</groupId>
55
<artifactId>bigtable-hbase-1.x-parent</artifactId>
6-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-1.x-parent</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>
4141
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
42-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
42+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
4343
<exclusions>
4444
<!-- hbase-shaded-client will be replaced with hbase-client -->
4545
<exclusion>
@@ -228,7 +228,7 @@ limitations under the License.
228228
<plugin>
229229
<groupId>com.google.cloud.bigtable.test</groupId>
230230
<artifactId>bigtable-build-helper</artifactId>
231-
<version>2.5.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
231+
<version>2.6.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
232232

233233
<executions>
234234
<execution>

0 commit comments

Comments
 (0)