Skip to content

Commit fe48013

Browse files
chore(bigtable-1.x): release 1.29.2 (#4034)
🤖 I have created a release *beep* *boop* --- ## [1.29.2](https://togithub.com/googleapis/java-bigtable-hbase/compare/v1.29.1...v1.29.2) (2023-03-27) ### Bug Fixes * Dropwizard metrics probing ([#4032](https://togithub.com/googleapis/java-bigtable-hbase/issues/4032)) ([77bf060](https://togithub.com/googleapis/java-bigtable-hbase/commit/77bf0608fff88efff161ae70f064dda3915dbadd)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 77bf060 commit fe48013

File tree

28 files changed

+53
-46
lines changed

28 files changed

+53
-46
lines changed

CHANGELOG.md

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

3+
## [1.29.2](https://github.com/googleapis/java-bigtable-hbase/compare/v1.29.1...v1.29.2) (2023-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Dropwizard metrics probing ([#4032](https://github.com/googleapis/java-bigtable-hbase/issues/4032)) ([77bf060](https://github.com/googleapis/java-bigtable-hbase/commit/77bf0608fff88efff161ae70f064dda3915dbadd))
9+
310
## [1.29.1](https://github.com/googleapis/java-bigtable-hbase/compare/v1.29.0...v1.29.1) (2023-03-24)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.cloud.bigtable</groupId>
77
<artifactId>bigtable-client-core-parent</artifactId>
8-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bigtable-client-core-parent/bigtable-client-core/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>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-client-core</artifactId>
@@ -63,7 +63,7 @@ limitations under the License.
6363
<dependency>
6464
<groupId>com.google.cloud.bigtable</groupId>
6565
<artifactId>bigtable-client-core-config</artifactId>
66-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
66+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6767
</dependency>
6868
<!-- Bigtable Java Veneer client -->
6969
<dependency>
@@ -213,7 +213,7 @@ limitations under the License.
213213
<dependency>
214214
<groupId>com.google.cloud.bigtable</groupId>
215215
<artifactId>bigtable-metrics-api</artifactId>
216-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
216+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
217217
</dependency>
218218

219219
<dependency>

bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class BigtableVersionInfo {
3131
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);
3232

3333
// {x-version-update-start:bigtable-client-parent:current}
34-
public static final String CLIENT_VERSION = "1.29.2-SNAPSHOT";
34+
public static final String CLIENT_VERSION = "1.29.2";
3535
// {x-version-update-end}
3636
public static final String JDK_VERSION = getJavaVersion();
3737

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>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>1.29.2</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: 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-core-parent</artifactId>
23-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase</artifactId>

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 = "1.29.2-SNAPSHOT";
37+
public static final String VERSION = "1.29.2";
3838
// {x-version-update-end}
3939

4040
/**

bigtable-client-core-parent/bigtable-metrics-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.cloud.bigtable</groupId>
77
<artifactId>bigtable-client-core-parent</artifactId>
8-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

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>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>1.29.2</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: 2 additions & 2 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>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -45,7 +45,7 @@ limitations under the License.
4545
<dependency>
4646
<groupId>${project.groupId}</groupId>
4747
<artifactId>bigtable-hbase-beam</artifactId>
48-
<version>1.29.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
48+
<version>1.29.2</version> <!-- {x-version-update:bigtable-client-parent:current} -->
4949
<exclusions>
5050
<exclusion>
5151
<groupId>org.apache.hbase</groupId>

0 commit comments

Comments
 (0)