Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 17, 2024
1 parent 91af9ce commit 79bb7f8
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.1"
".": "2.6.0"
}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions app-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions app-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.2-SNAPSHOT</version><!-- {x-version-update:app-maven-plugin:current} -->
<version>2.6.0</version><!-- {x-version-update:app-maven-plugin:current} -->
<packaging>maven-plugin</packaging>

<name>App Engine Maven Plugin</name>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.10.2-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
<version>0.11.0</version><!-- {x-version-update:appengine-plugins-core:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-plugins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.10.2-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
<version>0.11.0</version><!-- {x-version-update:appengine-plugins-core:current} -->

<name>App Engine Plugins Core Library</name>
<description>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 79bb7f8

Please sign in to comment.