From b91d51858315c21a167102aa42f4437d511c361a Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 13 Nov 2024 01:54:38 +0000
Subject: [PATCH] chore(main): release 1.12.0
---
.cloudbuild/cloudbuild-test-a.yaml | 2 +-
.cloudbuild/cloudbuild-test-b.yaml | 2 +-
.cloudbuild/cloudbuild.yaml | 2 +-
CHANGELOG.md | 17 +++++++++++++++++
java-shared-config/pom.xml | 4 ++--
native-image-shared-config/pom.xml | 2 +-
versions.txt | 2 +-
7 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml
index 1ec0adc3..711b7d1a 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.11.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.12.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml
index f0fdde82..19094e7f 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.11.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.12.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM B build
diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml
index 34b0696f..46f22eec 100644
--- a/.cloudbuild/cloudbuild.yaml
+++ b/.cloudbuild/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.11.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.12.0' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
- name: gcr.io/cloud-builders/docker
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d276118..64706540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [1.12.0](https://github.com/googleapis/java-shared-config/compare/v1.11.3...v1.12.0) (2024-11-13)
+
+
+### Features
+
+* Maven profile for Airlock ([#928](https://github.com/googleapis/java-shared-config/issues/928)) ([10da584](https://github.com/googleapis/java-shared-config/commit/10da5843f6c3fa50c3fff4a4fd01326a1cc68158))
+* Publish graalvm images to new java-graalvm-ci-prod project ([#922](https://github.com/googleapis/java-shared-config/issues/922)) ([69ccd0f](https://github.com/googleapis/java-shared-config/commit/69ccd0f0dce6d4b3b01ac067000007292d7fff95))
+
+
+### Dependencies
+
+* Update actions/checkout digest to 11bd719 ([#919](https://github.com/googleapis/java-shared-config/issues/919)) ([eb0ae86](https://github.com/googleapis/java-shared-config/commit/eb0ae8622b330045efd76cf6d14f0a9b79071fd7))
+* Update dependency com.puppycrawl.tools:checkstyle to v10.20.1 ([#932](https://github.com/googleapis/java-shared-config/issues/932)) ([ba72db5](https://github.com/googleapis/java-shared-config/commit/ba72db54f809e8a1dbed4f70736328e3f6bf06ee))
+* Update dependency org.graalvm.sdk:graal-sdk to v24.1.1 ([#923](https://github.com/googleapis/java-shared-config/issues/923)) ([b22170a](https://github.com/googleapis/java-shared-config/commit/b22170a8fb8fddfb79927ab98cb2e299152cbc8e))
+* Update dependency org.graalvm.sdk:nativeimage to v24.1.1 ([#924](https://github.com/googleapis/java-shared-config/issues/924)) ([fa97ca8](https://github.com/googleapis/java-shared-config/commit/fa97ca825159016aee31dbac7e9967a572b02a33))
+* Update dependency org.junit.vintage:junit-vintage-engine to v5.11.3 ([#917](https://github.com/googleapis/java-shared-config/issues/917)) ([13766a3](https://github.com/googleapis/java-shared-config/commit/13766a3837c647398f2c8fea6a3b089287f07a25))
+
## [1.11.3](https://github.com/googleapis/java-shared-config/compare/v1.11.2...v1.11.3) (2024-10-01)
diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml
index c1099dab..dace2f4e 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.11.4-SNAPSHOT
+ 1.12.0
Google Cloud Shared Config
https://github.com/googleapis/java-shared-config
@@ -16,7 +16,7 @@
com.google.cloud
native-image-shared-config
- 1.11.4-SNAPSHOT
+ 1.12.0
../native-image-shared-config
diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml
index ccca47dd..1fbc6442 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.11.4-SNAPSHOT
+ 1.12.0
Native Image Shared Config
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index f575a4ae..1fe25cdd 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.11.3:1.11.4-SNAPSHOT
+google-cloud-shared-config:1.12.0:1.12.0