-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
- Loading branch information
1 parent
91af9ce
commit 79bb7f8
Showing
6 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.5.1" | ||
".": "2.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |