Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 13, 2024
1 parent 21bbfdb commit dd7d89f
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.6.0](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v0.5.0...v0.6.0) (2024-02-13)


### Features

* Background refresh stops on unrecoverable Admin API response ([#403](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/403)) ([107f80c](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/107f80c1cfde826fe1db8be1a0630c1f533aa055))


### Dependencies

* Update dependency com.google.cloud:google-cloud-alloydb-bom to v0.24.0 ([#416](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/416)) ([54edc02](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/54edc02fe005f5b3d205b23e57f18bdad552ff88))
* Update dependency com.google.cloud:google-cloud-alloydb-connectors-bom to v0.13.0 ([#417](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/417)) ([0768215](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/07682153bc89b3f29aa56bd856fdb3ac84298143))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.24.0 ([#398](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/398)) ([69fd2a2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/69fd2a2ce84a081a2122a8882aeb554b2a4ba997))
* Update dependency org.slf4j:slf4j-api to v2.0.12 ([#412](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/412)) ([011db8f](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/011db8fd9f37f97dfc267f89c38fbc3974dcdc92))
* Update native-image.version to v0.10.0 ([#400](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/400)) ([09236d7](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/09236d7c70dbe0f0bd087174d765e999857573c8))

## [0.5.0](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v0.4.0...v0.5.0) (2024-01-29)


Expand Down
4 changes: 2 additions & 2 deletions alloydb-jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-connector-parent</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.6.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.6.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<packaging>jar</packaging>

<name>Google Cloud AlloyDB JDBC Connector</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
static final String VERSION = "0.5.1-SNAPSHOT";
static final String VERSION = "0.6.0";
// {x-version-update-end}
}
4 changes: 2 additions & 2 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
<!-- {x-version-update-end} -->
Expand All @@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
```gradle
// Add connector with the latest version
implementation group: 'com.google.cloud.alloydb', name: 'alloydb-jdbc-connector', version: '0.5.0'
implementation group: 'com.google.cloud.alloydb', name: 'alloydb-jdbc-connector', version: '0.6.0'
```
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alloydb-connector-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>0.6.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<name>Google Cloud AlloyDB Java Connector Parent</name>
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- {x-version-update-end} -->
<!-- [END _install_without_bom] -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

alloydb-jdbc-connector:0.5.0:0.5.1-SNAPSHOT
alloydb-jdbc-connector:0.6.0:0.6.0

0 comments on commit dd7d89f

Please sign in to comment.