Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps google-cloud-bigtable from 2.6.2 to 2.15.0.

Release notes

Sourced from google-cloud-bigtable's releases.

v2.15.0

2.15.0 (2022-10-26)

Features

  • Add apis for Mutation and RowMutationEntry (#1454) (a86934f)

Bug Fixes

  • Catch all throwables so version mismatch won't hang the client (#1402) (c03b8a4)
  • Fix attempt status tag for metrics (#1477) (e54cf7d)
  • Rename metric names to match the external name (#1479) (28ca7c3)
  • Set a longer timeout to wait for callbacks to be executed (#1478) (0d9ff6a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.5.0 (#1464) (d8e58a5)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.6.0 (#1476) (331dcfb)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.5 (#1470) (557a4fb)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.15 (#1462) (69540cb)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.16 (#1467) (53599ca)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.15 (#1463) (a6612f9)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.16 (#1468) (fe0ddb1)

v2.14.1

2.14.1 (2022-10-05)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.6 (#1450) (96b1e80)

v2.14.0

2.14.0 (2022-10-03)

Features

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 (#1446) (81034c5)

v2.13.0

2.13.0 (2022-09-27)

... (truncated)

Changelog

Sourced from google-cloud-bigtable's changelog.

2.15.0 (2022-10-26)

Features

  • Add apis for Mutation and RowMutationEntry (#1454) (a86934f)

Bug Fixes

  • Catch all throwables so version mismatch won't hang the client (#1402) (c03b8a4)
  • Fix attempt status tag for metrics (#1477) (e54cf7d)
  • Rename metric names to match the external name (#1479) (28ca7c3)
  • Set a longer timeout to wait for callbacks to be executed (#1478) (0d9ff6a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.5.0 (#1464) (d8e58a5)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.6.0 (#1476) (331dcfb)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.5 (#1470) (557a4fb)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.15 (#1462) (69540cb)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.16 (#1467) (53599ca)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.15 (#1463) (a6612f9)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.16 (#1468) (fe0ddb1)

2.14.1 (2022-10-05)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.6 (#1450) (96b1e80)

2.14.0 (2022-10-03)

Features

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 (#1446) (81034c5)

2.13.0 (2022-09-27)

Features

... (truncated)

Commits
  • 504c71c chore(main): release 2.15.0 (#1457)
  • 28ca7c3 fix: rename metric names to match the external name (#1479)
  • 515e7fb chore: Adding unavailableZones to PartialList*Exception message (#1475)
  • 0d9ff6a fix: set a longer timeout to wait for callbacks to be executed (#1478)
  • e54cf7d fix: fix attempt status tag for metrics (#1477)
  • 331dcfb deps: update dependency com.google.cloud:google-cloud-monitoring-bom to v3.6....
  • 5e4b9fa chore: [java] remove flatten plugin dependency check (#1663) (#1474)
  • a503dc1 chore: Fix typo in PartialListClustersException and PartialListInstancesExcep...
  • fe0ddb1 deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.16...
  • bed81a1 chore: pin versions of certifi and google-resumable-media (#1660) (#1466)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-cloud-bigtable](https://github.com/googleapis/java-bigtable) from 2.6.2 to 2.15.0.
- [Release notes](https://github.com/googleapis/java-bigtable/releases)
- [Changelog](https://github.com/googleapis/java-bigtable/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-bigtable@v2.6.2...v2.15.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-bigtable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #1437.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/gradle/modules/gcloud/com.google.cloud-google-cloud-bigtable-2.15.0 branch December 1, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant