From c82ca3a7db5ed5ac686ca59467afdccf7eda22bf Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 13 Oct 2023 14:45:37 +0000
Subject: [PATCH 1/4] chore(main): release 1.5.9-SNAPSHOT
---
pom.xml | 2 +-
versions.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9cfb7969..a1cf90d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
google-cloud-shared-config
pom
- 1.5.8
+ 1.5.9-SNAPSHOT
Google Cloud
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index d3770bdd..e1e1a33d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.5.8:1.5.8
+google-cloud-shared-config:1.5.8:1.5.9-SNAPSHOT
From 8af62b3d2e10483cf7fa639e03f355524709fb08 Mon Sep 17 00:00:00 2001
From: mpeddada1
Date: Mon, 16 Oct 2023 14:51:07 +0000
Subject: [PATCH 2/4] empty commit for build
From 540526879c3685e2bc7384370dec643b68a4aa8b Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 7 Dec 2023 17:15:35 +0000
Subject: [PATCH 3/4] chore(main): release 1.7.1
---
.cloudbuild/cloudbuild.yaml | 2 +-
CHANGELOG.md | 7 +++++++
java-shared-config/pom.xml | 4 ++--
native-image-shared-config/pom.xml | 2 +-
versions.txt | 2 +-
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml
index bea0e73f..bbcbba63 100644
--- a/.cloudbuild/cloudbuild.yaml
+++ b/.cloudbuild/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
_GRAALVM_A: 'graalvm22_3_jdk11'
_GRAALVM_B: 'graalvm22_3_jdk17'
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70b0d703..a52a804d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.7.1](https://github.com/googleapis/java-shared-config/compare/v1.7.0...v1.7.1) (2023-12-07)
+
+
+### Bug Fixes
+
+* Move release configs to native-image-shared-config ([#725](https://github.com/googleapis/java-shared-config/issues/725)) ([58ffb4e](https://github.com/googleapis/java-shared-config/commit/58ffb4e8218ac98b516e01b68b34b54b4cecec98))
+
## [1.7.0](https://github.com/googleapis/java-shared-config/compare/v1.6.1...v1.7.0) (2023-12-04)
diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml
index 4f909069..720dc430 100644
--- a/java-shared-config/pom.xml
+++ b/java-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
google-cloud-shared-config
pom
- 1.7.1-SNAPSHOT
+ 1.7.1
Google Cloud Shared Config
https://github.com/googleapis/java-shared-config
@@ -16,7 +16,7 @@
com.google.cloud
native-image-shared-config
- 1.7.1-SNAPSHOT
+ 1.7.1
../native-image-shared-config
diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml
index c1b416cb..a4250d62 100644
--- a/native-image-shared-config/pom.xml
+++ b/native-image-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
native-image-shared-config
pom
- 1.7.1-SNAPSHOT
+ 1.7.1
Native Image Shared Config
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index e401d2e7..06353627 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.7.0:1.7.1-SNAPSHOT
+google-cloud-shared-config:1.7.1:1.7.1
From 1d0673f84f5316c1fecf175d81cecd30cc112cc8 Mon Sep 17 00:00:00 2001
From: mpeddada1
Date: Thu, 7 Dec 2023 18:50:32 +0000
Subject: [PATCH 4/4] manual update to cloudbuild test files
---
.cloudbuild/cloudbuild-test-a.yaml | 2 +-
.cloudbuild/cloudbuild-test-b.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml
index e91ed177..6054d063 100644
--- a/.cloudbuild/cloudbuild-test-a.yaml
+++ b/.cloudbuild/cloudbuild-test-a.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
_GRAALVM_A: 'graalvm22_3_jdk11'
steps:
diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml
index c0ad6c36..259a62a8 100644
--- a/.cloudbuild/cloudbuild-test-b.yaml
+++ b/.cloudbuild/cloudbuild-test-b.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
_GRAALVM_B: 'graalvm22_3_jdk17'
steps: