Skip to content

Commit 79bb7f8

Browse files
chore(main): release 2.6.0 (#980)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 91af9ce commit 79bb7f8

File tree

6 files changed

+50
-9
lines changed

6 files changed

+50
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.1"
2+
".": "2.6.0"
33
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
## [2.6.0](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.5.1...v2.6.0) (2024-01-17)
4+
5+
6+
### Features
7+
8+
* add a unit test ([#971](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/971)) ([25b3375](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/25b3375ba008bcae7ed4afc28cc897965a4918b4))
9+
* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([a0dca75](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a0dca753a51be8a205bb85347f15d6268e5f1d79))
10+
* adds safe XML parsing ([#928](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/928)) ([6b85be3](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/6b85be3743c4d60492052900ec06341753deaafe))
11+
* consolidate repos ([#966](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/966)) ([a6606a0](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a6606a0c282be680191e6c66b3f3f662ed182765))
12+
* release gradle plugin ([#975](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/975)) ([f1acae4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/f1acae4b1817b74fa0806bc2cd932e3ee9d64608))
13+
* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([8dd95c4](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/8dd95c403925bd96830aeafae4e724bace34ad85))
14+
* support for java17 and java21 runtimes ([#936](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/936)) ([c6b6a6d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c6b6a6d924350f0898e513b390bd4122233f9abf))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
* setup release please ([#970](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/970)) ([b10b3c9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b10b3c9b5e72c5c00e94fee65cc6cafb7fb63be6))
21+
* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([a3fbdb1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/a3fbdb1e947321cbf3b5b231a2636e31bcb59945))
22+
* show error log when command fails ([#965](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/965)) ([be7f7c8](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/be7f7c868f72447abf29db4096a141018e1e9eee))
23+
24+
25+
### Dependencies
26+
27+
* 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))
28+
* 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))
29+
* 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))
30+
* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([9ad975d](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/9ad975dbde99b8767b25a168761a50bc634fd9d7))
31+
* update commons-compress ([#836](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/836)) ([b1278a9](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/b1278a975600c03dcda2c1f51b42a87845ace72c))
32+
* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([cd77618](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/cd77618d738151f2393f77db8e55bae2e3e0421a))
33+
* update to Guava 29.0-jre ([#837](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/837)) ([4db90e1](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/4db90e1a5b74c2b15cdf7be3335eff0f0b09cf82))
34+
* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([52dd5aa](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/52dd5aa5d994b806d8994a6660f3be1532e31a32))
35+
* Upgrade Guava to 32.1.2 ([#934](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/934)) ([ab8d029](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/ab8d0293d636a87bc97c16e4b2f913b93782650e))
36+
37+
38+
### Documentation
39+
40+
* link to relevant configuration sections ([#443](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/443)) ([5d39c93](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/5d39c938234a02b959a3560c45498c24dcbff3d0))
41+
* update ci badge ([#479](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/479)) ([c7a780c](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/c7a780c3fac0efe6803d2d2e6e35c22dc5318c22))

app-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import java.beans.EventHandler.create
2121
*/
2222

2323
group = "com.google.cloud.tools"
24-
version = "2.5.2-SNAPSHOT" // {x-version-update:app-gradle-plugin:current}
24+
version = "2.6.0" // {x-version-update:app-gradle-plugin:current}
2525

2626
plugins {
2727
id("java")
@@ -48,7 +48,7 @@ java {
4848
dependencies {
4949
implementation(localGroovy())
5050
implementation(gradleApi())
51-
api("com.google.cloud.tools:appengine-plugins-core:0.10.2-SNAPSHOT") // {x-version-update:appengine-plugins-core:current}
51+
api("com.google.cloud.tools:appengine-plugins-core:0.11.0") // {x-version-update:appengine-plugins-core:current}
5252

5353
testImplementation("commons-io:commons-io:2.11.0")
5454
testImplementation("junit:junit:4.13.2")

app-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
<name>App Engine Maven Plugin</name>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.google.cloud.tools</groupId>
9494
<artifactId>appengine-plugins-core</artifactId>
95-
<version>0.10.2-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
95+
<version>0.11.0</version><!-- {x-version-update:appengine-plugins-core:current} -->
9696
</dependency>
9797

9898
<dependency>

appengine-plugins-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

99
<name>App Engine Plugins Core Library</name>
1010
<description>

versions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
app-maven-plugin:2.5.1:2.5.2-SNAPSHOT
5-
app-gradle-plugin:2.5.0:2.5.2-SNAPSHOT
6-
appengine-plugins-core:0.10.1:0.10.2-SNAPSHOT
4+
app-maven-plugin:2.6.0:2.6.0
5+
app-gradle-plugin:2.6.0:2.6.0
6+
appengine-plugins-core:0.11.0:0.11.0

0 commit comments

Comments
 (0)