Skip to content

Commit 34aeadc

Browse files
chore(main): release 2.7.0
1 parent 68658b3 commit 34aeadc

File tree

53 files changed

+163
-142
lines changed

Some content is hidden

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

53 files changed

+163
-142
lines changed

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.6.5...v2.7.0) (2023-01-03)
4+
5+
6+
### Features
7+
8+
* Next release from main branch is 2.7.0 ([#3887](https://github.com/googleapis/java-bigtable-hbase/issues/3887)) ([6c3485d](https://github.com/googleapis/java-bigtable-hbase/commit/6c3485d93169cf9d8ecb7af1068fe8b9b2c8c3bc))
9+
10+
11+
### Bug Fixes
12+
13+
* Making outer main public for export/templates ([#3900](https://github.com/googleapis/java-bigtable-hbase/issues/3900)) ([6bff440](https://github.com/googleapis/java-bigtable-hbase/commit/6bff440cac0b230788f718e7a104789f65a9c6b5))
14+
* Set client config log level to INFO ([#3876](https://github.com/googleapis/java-bigtable-hbase/issues/3876)) ([5b8ce5c](https://github.com/googleapis/java-bigtable-hbase/commit/5b8ce5c5cc1f43e876a3fe8d23015131bfb814a2))
15+
16+
17+
### Dependencies
18+
19+
* Update bigtable version to 2.17.1, shared config to 1.5.5 ([#3889](https://github.com/googleapis/java-bigtable-hbase/issues/3889)) ([7729556](https://github.com/googleapis/java-bigtable-hbase/commit/77295564404119146e4598702af888c1d809fefd))
20+
* Update dependency com.google.protobuf:protobuf-java to v3.21.11 ([#3881](https://github.com/googleapis/java-bigtable-hbase/issues/3881)) ([1ac8692](https://github.com/googleapis/java-bigtable-hbase/commit/1ac8692136820d072091481a1f749bb92193764c))
21+
* Update dependency com.google.protobuf:protobuf-java to v3.21.12 ([#3896](https://github.com/googleapis/java-bigtable-hbase/issues/3896)) ([5d0f431](https://github.com/googleapis/java-bigtable-hbase/commit/5d0f43140d7abf6dc4fbee2cf649111097dae7aa))
22+
* Update dependency net.bytebuddy:byte-buddy to v1.12.20 ([#3898](https://github.com/googleapis/java-bigtable-hbase/issues/3898)) ([58a4531](https://github.com/googleapis/java-bigtable-hbase/commit/58a4531863ea0dd6e1f9f60e4062f5046b6488e4))
23+
324
## [2.6.5](https://github.com/googleapis/java-bigtable-hbase/compare/v2.6.4...v2.6.5) (2022-12-08)
425

526

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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
187+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
259+
<version>2.7.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.6.6-SNAPSHOT";
37+
public static final String VERSION = "2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.7.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: 5 additions & 5 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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -147,7 +147,7 @@ limitations under the License.
147147
<dependency>
148148
<groupId>${project.groupId}</groupId>
149149
<artifactId>bigtable-hbase-beam</artifactId>
150-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
150+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
151151
<exclusions>
152152
<exclusion>
153153
<groupId>org.apache.hbase</groupId>
@@ -159,7 +159,7 @@ limitations under the License.
159159
<dependency>
160160
<groupId>com.google.cloud.bigtable</groupId>
161161
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
162-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
162+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
163163
<exclusions>
164164
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
165165
<exclusion>
@@ -261,7 +261,7 @@ limitations under the License.
261261
<dependency>
262262
<groupId>com.google.cloud.bigtable</groupId>
263263
<artifactId>bigtable-internal-test-helper</artifactId>
264-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
264+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
265265
<scope>test</scope>
266266
</dependency>
267267
<dependency>
@@ -444,7 +444,7 @@ limitations under the License.
444444
<plugin>
445445
<groupId>com.google.cloud.bigtable.test</groupId>
446446
<artifactId>bigtable-build-helper</artifactId>
447-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
447+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
448448
<executions>
449449
<execution>
450450
<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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>
@@ -83,7 +83,7 @@ limitations under the License.
8383
<dependency>
8484
<groupId>${project.groupId}</groupId>
8585
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
86-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
86+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8787
<exclusions>
8888
<!-- Let the beam pipeline choose the appropriate slf4j impl.
8989
Since this is the beam universe, we don't have be a drop in replacement
@@ -296,7 +296,7 @@ limitations under the License.
296296
<plugin>
297297
<groupId>com.google.cloud.bigtable.test</groupId>
298298
<artifactId>bigtable-build-helper</artifactId>
299-
<version>2.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
299+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
300300
<executions>
301301
<execution>
302302
<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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
42+
<version>2.7.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.6.6-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
231+
<version>2.7.0</version> <!-- {x-version-update:bigtable-client-parent:current} -->
232232

233233
<executions>
234234
<execution>

0 commit comments

Comments
 (0)