From 75eab4a053c87b3dce69235c2393a2ad1d9b8f86 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:27:22 +0000 Subject: [PATCH] chore(postgresql-dialect): release 0.42.3 --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- pom.xml | 2 +- samples/java/jdbc/README.md | 4 ++-- versions.txt | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1db6aa9d..4725deb73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.42.3](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.2...v0.42.3) (2025-01-08) + + +### Dependencies + +* update alpine docker tag to v3.21.1 ([#2704](https://github.com/GoogleCloudPlatform/pgadapter/issues/2704)) ([4d2510b](https://github.com/GoogleCloudPlatform/pgadapter/commit/4d2510b15cdcc989eb0bc447530004d59a44617f)) +* update module google.golang.org/api to v0.215.0 ([#2705](https://github.com/GoogleCloudPlatform/pgadapter/issues/2705)) ([ded2638](https://github.com/GoogleCloudPlatform/pgadapter/commit/ded26385b926a5006295ecb247dd04f4cf3733f4)) + ## [0.42.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.1...v0.42.2) (2025-01-05) diff --git a/README.md b/README.md index c2bee9f82..327865a1d 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y PostgreSQL running on your local system. -You can also download a specific version of the jar. Example (replace `v0.42.2` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.42.3` with the version you want to download): ```shell -VERSION=v0.42.2 +VERSION=v0.42.3 wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \ && tar -xzvf pgadapter-${VERSION}.tar.gz java -jar pgadapter.jar -p my-project -i my-instance -d my-database @@ -153,7 +153,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.42.2 + 0.42.3 ``` diff --git a/pom.xml b/pom.xml index b864db04d..ea85e87cd 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.42.3-SNAPSHOT + 0.42.3 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index b33aaa541..25c88a5bd 100644 --- a/samples/java/jdbc/README.md +++ b/samples/java/jdbc/README.md @@ -14,12 +14,12 @@ The sample application adds the following dependencies: org.postgresql postgresql - 0.42.2 + 0.42.3 com.google.cloud google-cloud-spanner-pgadapter - 0.42.2 + 0.42.3 ``` diff --git a/versions.txt b/versions.txt index 7fd1f4ddc..2c28441cb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.42.2:0.42.3-SNAPSHOT +google-cloud-spanner-pgadapter:0.42.3:0.42.3