From 79bb7f86ac4c0efd65afb3b833b6c5f6713c312e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:09:15 -0500 Subject: [PATCH] chore(main): release 2.6.0 (#980) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++ app-gradle-plugin/build.gradle.kts | 4 +-- app-maven-plugin/pom.xml | 4 +-- appengine-plugins-core/pom.xml | 2 +- versions.txt | 6 ++--- 6 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bd1b037a..69e82f12f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.1" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b10cc8eb5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## [2.6.0](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.5.1...v2.6.0) (2024-01-17) + + +### Features + +* add a unit test ([#971](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/971)) ([25b3375](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/25b3375ba008bcae7ed4afc28cc897965a4918b4)) +* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([a0dca75](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a0dca753a51be8a205bb85347f15d6268e5f1d79)) +* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([6b85be3](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/6b85be3743c4d60492052900ec06341753deaafe)) +* consolidate repos ([#966](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/966)) ([a6606a0](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a6606a0c282be680191e6c66b3f3f662ed182765)) +* release gradle plugin ([#975](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/975)) ([f1acae4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/f1acae4b1817b74fa0806bc2cd932e3ee9d64608)) +* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([8dd95c4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/8dd95c403925bd96830aeafae4e724bace34ad85)) +* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([c6b6a6d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c6b6a6d924350f0898e513b390bd4122233f9abf)) + + +### Bug Fixes + +* replace deprecated archivePath with archiveFile in a backwards compatible way ([#451](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/451)) ([ffd72d7](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/ffd72d7f615467bb07bb0a1656595802b569fe98)) +* setup release please ([#970](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/970)) ([b10b3c9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b10b3c9b5e72c5c00e94fee65cc6cafb7fb63be6)) +* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([a3fbdb1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a3fbdb1e947321cbf3b5b231a2636e31bcb59945)) +* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([be7f7c8](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/be7f7c868f72447abf29db4096a141018e1e9eee)) + + +### Dependencies + +* appengine-plugin-core to 0.9.9 ([#427](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/427)) ([a0bd9e0](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a0bd9e093f41857a4fe4af6a71cc55b15b7a57db)) +* Bump testing libraries to their latest possible versions ([#449](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/449)) ([23bef55](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/23bef554ec0afabaabe5ed31ca5fe5124373f98f)) +* update appengine-plugins-core to 0.9.9 ([#474](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/474)) ([1af2b91](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/1af2b91e3610e7d95564e1406aa31c185cb70786)) +* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([9ad975d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/9ad975dbde99b8767b25a168761a50bc634fd9d7)) +* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([b1278a9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b1278a975600c03dcda2c1f51b42a87845ace72c)) +* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([cd77618](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/cd77618d738151f2393f77db8e55bae2e3e0421a)) +* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([4db90e1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/4db90e1a5b74c2b15cdf7be3335eff0f0b09cf82)) +* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([52dd5aa](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/52dd5aa5d994b806d8994a6660f3be1532e31a32)) +* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([ab8d029](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/ab8d0293d636a87bc97c16e4b2f913b93782650e)) + + +### Documentation + +* link to relevant configuration sections ([#443](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/443)) ([5d39c93](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/5d39c938234a02b959a3560c45498c24dcbff3d0)) +* update ci badge ([#479](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/479)) ([c7a780c](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c7a780c3fac0efe6803d2d2e6e35c22dc5318c22)) diff --git a/app-gradle-plugin/build.gradle.kts b/app-gradle-plugin/build.gradle.kts index fceacf0fd..64e506f37 100644 --- a/app-gradle-plugin/build.gradle.kts +++ b/app-gradle-plugin/build.gradle.kts @@ -21,7 +21,7 @@ import java.beans.EventHandler.create */ group = "com.google.cloud.tools" -version = "2.5.2-SNAPSHOT" // {x-version-update:app-gradle-plugin:current} +version = "2.6.0" // {x-version-update:app-gradle-plugin:current} plugins { id("java") @@ -48,7 +48,7 @@ java { dependencies { implementation(localGroovy()) implementation(gradleApi()) - api("com.google.cloud.tools:appengine-plugins-core:0.10.2-SNAPSHOT") // {x-version-update:appengine-plugins-core:current} + api("com.google.cloud.tools:appengine-plugins-core:0.11.0") // {x-version-update:appengine-plugins-core:current} testImplementation("commons-io:commons-io:2.11.0") testImplementation("junit:junit:4.13.2") diff --git a/app-maven-plugin/pom.xml b/app-maven-plugin/pom.xml index c8105ca62..f2280c62b 100644 --- a/app-maven-plugin/pom.xml +++ b/app-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.5.2-SNAPSHOT + 2.6.0 maven-plugin App Engine Maven Plugin @@ -92,7 +92,7 @@ com.google.cloud.tools appengine-plugins-core - 0.10.2-SNAPSHOT + 0.11.0 diff --git a/appengine-plugins-core/pom.xml b/appengine-plugins-core/pom.xml index 31a647e88..7cf041be0 100644 --- a/appengine-plugins-core/pom.xml +++ b/appengine-plugins-core/pom.xml @@ -4,7 +4,7 @@ com.google.cloud.tools appengine-plugins-core - 0.10.2-SNAPSHOT + 0.11.0 App Engine Plugins Core Library diff --git a/versions.txt b/versions.txt index 0adf2fb7a..71fe18f29 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -app-maven-plugin:2.5.1:2.5.2-SNAPSHOT -app-gradle-plugin:2.5.0:2.5.2-SNAPSHOT -appengine-plugins-core:0.10.1:0.10.2-SNAPSHOT +app-maven-plugin:2.6.0:2.6.0 +app-gradle-plugin:2.6.0:2.6.0 +appengine-plugins-core:0.11.0:0.11.0