Skip to content

Commit 7d46a63

Browse files
authored
Merge pull request #236 from DeployGate/chore/update-readme-and-changelog-for-2.9.0
chore: update README and CHANGELOG for 2.9.0
2 parents 798a7ce + 4a12179 commit 7d46a63

File tree

3 files changed

+78
-62
lines changed

3 files changed

+78
-62
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

3+
## ver 2.9.0
4+
5+
- Support Android Gradle Plugin of below:
6+
- 8.4.x (Jellyfish) with Gradle 8.6
7+
- 8.5.x (Koala) with Gradle 8.7
8+
- 8.6.x (Koala Feature Drop) with Gradle 8.7
9+
- 8.7.x (Ladybug) with Gradle 8.9
10+
311
## ver 2.8.0
412

513
- Support Android Gradle Plugin 8.3.0 (Iguana) with Gradle 8.4

README.md

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -71,35 +71,39 @@ This plugin does not work with non-app modules and/or library modules correctly.
7171

7272
## Version Compatibility
7373

74-
| Android Gradle Plugin | Gradle DeployGate Plugin |
75-
|:----------------------|:-----------------------------|
76-
| < 3.0.0 | 1.1.5 (No longer maintained) |
77-
| 3.3.x, 3.4.x, 3.5.x | \>=2.0.0,\<2.6 |
78-
| 3.6.x | \>=2.1.0,\<2.6 |
79-
| 4.0.x | \>=2.2.0,\<2.6 |
80-
| 4.1.x | \>=2.3.0,\<2.6 |
81-
| 4.2.x | \>=2.4.0 |
82-
| 7.0.x (Arctic Fox) | \>=2.4.0 |
83-
| 7.1.x (Bumblebee) | \>=2.4.0 |
84-
| 7.2.x (Chipmunk) | \>=2.4.0 |
85-
| 7.3.x (Dolphin) | \>=2.4.0 |
86-
| 7.4.x (Electric Eel) | \>=2.4.0 |
87-
| 8.0.x (Flamingo) | \>=2.6.0 |
88-
| 8.1.x (Giraffe) | \>=2.7.0 |
89-
| 8.2.x (Hedgehog) | \>=2.7.0 |
90-
| 8.3.x (Iguana) | \>=2.8.0 |
74+
| Android Gradle Plugin | Gradle DeployGate Plugin |
75+
|:---------------------------|:-----------------------------|
76+
| < 3.0.0 | 1.1.5 (No longer maintained) |
77+
| 3.3.x, 3.4.x, 3.5.x | \>=2.0.0,\<2.6 |
78+
| 3.6.x | \>=2.1.0,\<2.6 |
79+
| 4.0.x | \>=2.2.0,\<2.6 |
80+
| 4.1.x | \>=2.3.0,\<2.6 |
81+
| 4.2.x | \>=2.4.0 |
82+
| 7.0.x (Arctic Fox) | \>=2.4.0 |
83+
| 7.1.x (Bumblebee) | \>=2.4.0 |
84+
| 7.2.x (Chipmunk) | \>=2.4.0 |
85+
| 7.3.x (Dolphin) | \>=2.4.0 |
86+
| 7.4.x (Electric Eel) | \>=2.4.0 |
87+
| 8.0.x (Flamingo) | \>=2.6.0 |
88+
| 8.1.x (Giraffe) | \>=2.7.0 |
89+
| 8.2.x (Hedgehog) | \>=2.7.0 |
90+
| 8.3.x (Iguana) | \>=2.8.0 |
91+
| 8.4.x (Jellyfish) | \>=2.8.0 |
92+
| 8.5.x (Koala) | \>=2.8.0 |
93+
| 8.6.x (Koala Feature Drop) | \>=2.8.0 |
94+
| 8.7.x (Ladybug) | \>=2.8.0 |
9195

9296
### Canary/Beta support table
9397

9498
We are not supporting Canary(Alpha) versions because of API stability. Please wait for beta releases or open an issue to support Canary versions.
9599

96-
> As of 2024 Mar 8th, Jellyfish is not tested yet.
100+
> As of 2024 Oct 8th, Ladybug Feature Drop is not tested yet.
97101
98102
See the test matrix of [.github/workflows/build-and-test.yml](./.github/workflows/build-and-test.yml) for the latest information.
99103

100-
| JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
101-
|:----|:-------------------------|:-------------------------|
102-
| 17 | - | - |
104+
| JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
105+
|:----|:----------------------|:-------------------------|
106+
| 17 | - | - |
103107

104108
### Binary compatibility
105109

@@ -317,16 +321,16 @@ And also, please make sure your changes pass unit tests and acceptance tests. CI
317321

318322
We have deprecated some syntax and introduced the new syntax based on the table below.
319323

320-
Deprecated | New
321-
:---|:----
322-
*userName* | Use **appOwnerName**
323-
*token* | Use **apiToken**
324-
*apks* closure | Use **deployments** closure
325-
*noAssemble* | Use **skipAssemble**
326-
*distributionKey* | Use **key** in **distribution** closure
327-
*releaseNote* | Use **releaseNote** in **distribution** closure
328-
*DEPLOYGATE_USER_NAME* env | Use **DEPLOYGATE_APP_OWNER_NAME** instead
329-
*DEPLOYGATE_RELEASE_NOTE* env | Use **DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE** instead
324+
| Deprecated | New |
325+
|:------------------------------|:-----------------------------------------------------|
326+
| *userName* | Use **appOwnerName** |
327+
| *token* | Use **apiToken** |
328+
| *apks* closure | Use **deployments** closure |
329+
| *noAssemble* | Use **skipAssemble** |
330+
| *distributionKey* | Use **key** in **distribution** closure |
331+
| *releaseNote* | Use **releaseNote** in **distribution** closure |
332+
| *DEPLOYGATE_USER_NAME* env | Use **DEPLOYGATE_APP_OWNER_NAME** instead |
333+
| *DEPLOYGATE_RELEASE_NOTE* env | Use **DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE** instead |
330334

331335
*If both of v1 and v2 variables are specified, v2 variables will be used.*
332336

README_JP.md

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -69,35 +69,39 @@ DeployGate Gradle プラグインは非 app モジュールや android-library
6969

7070
## Version Compatibility
7171

72-
| Android Gradle Plugin | Gradle DeployGate Plugin |
73-
|:----------------------|:-------------------------|
74-
| < 3.0.0 | 1.1.5 (保守終了) |
75-
| 3.3.x, 3.4.x, 3.5.x | \>=2.0.0,\<2.6 |
76-
| 3.6.x | \>=2.1.0,\<2.6 |
77-
| 4.0.x | \>=2.2.0,\<2.6 |
78-
| 4.1.x | \>=2.3.0,\<2.6 |
79-
| 4.2.x | \>=2.4.0 |
80-
| 7.0.x (Arctic Fox) | \>=2.4.0 |
81-
| 7.1.x (Bumblebee) | \>=2.4.0 |
82-
| 7.2.x (Chipmunk) | \>=2.4.0 |
83-
| 7.3.x (Dolphin) | \>=2.4.0 |
84-
| 7.4.x (Electric Eel) | \>=2.4.0 |
85-
| 8.0.x (Flamingo) | \>=2.6.0 |
86-
| 8.1.x (Giraffe) | \>=2.7.0 |
87-
| 8.2.x (Hedgehog) | \>=2.7.0 |
88-
| 8.3.x (Iguana) | \>=2.8.0 |
72+
| Android Gradle Plugin | Gradle DeployGate Plugin |
73+
|:---------------------------|:-------------------------|
74+
| < 3.0.0 | 1.1.5 (保守終了) |
75+
| 3.3.x, 3.4.x, 3.5.x | \>=2.0.0,\<2.6 |
76+
| 3.6.x | \>=2.1.0,\<2.6 |
77+
| 4.0.x | \>=2.2.0,\<2.6 |
78+
| 4.1.x | \>=2.3.0,\<2.6 |
79+
| 4.2.x | \>=2.4.0 |
80+
| 7.0.x (Arctic Fox) | \>=2.4.0 |
81+
| 7.1.x (Bumblebee) | \>=2.4.0 |
82+
| 7.2.x (Chipmunk) | \>=2.4.0 |
83+
| 7.3.x (Dolphin) | \>=2.4.0 |
84+
| 7.4.x (Electric Eel) | \>=2.4.0 |
85+
| 8.0.x (Flamingo) | \>=2.6.0 |
86+
| 8.1.x (Giraffe) | \>=2.7.0 |
87+
| 8.2.x (Hedgehog) | \>=2.7.0 |
88+
| 8.3.x (Iguana) | \>=2.8.0 |
89+
| 8.4.x (Jellyfish) | \>=2.8.0 |
90+
| 8.5.x (Koala) | \>=2.8.0 |
91+
| 8.6.x (Koala Feature Drop) | \>=2.8.0 |
92+
| 8.7.x (Ladybug) | \>=2.8.0 |
8993

9094
### Canary/Beta サポート情報
9195

9296
API仕様が頻繁に変わる可能性があることから、Canary(Alpha) バージョンのサポートは積極的に行っていません。Beta 版リリースをお待ちいただくか、Issue を起票してください。
9397

94-
> 2024/03/08現在、Jellyfish環境はまだテストをしていません
98+
> 2024/10/08現在、Ladybug Feature Drop環境はまだテストをしていません
9599
96100
[.github/workflows/build-and-test.yml](./.github/workflows/build-and-test.yml) を参考にしてください
97101

98-
| JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
99-
|:----|:-------------------------|:-------------------------|
100-
| 17 | - | - |
102+
| JRE | Android Gradle Plugin | Gradle DeployGate Plugin |
103+
|:----|:----------------------|:-------------------------|
104+
| 17 | - | - |
101105

102106
### Binary compatibility
103107

@@ -311,16 +315,16 @@ jitpack.io は初回のリクエストを受けてからスナップショット
311315

312316
いくつかの記述方法を非推奨とし、新しい記述方法を導入しています。変更点は次の表の通りです。
313317

314-
非推奨 | 新しく推奨される記述方法
315-
:---|:----
316-
*userName* | **appOwnerName**
317-
*token* | **apiToken**
318-
*apks* closure | **deployments** closure
319-
*noAssemble* | **skipAssemble**
320-
*distributionKey* | **distribution** closure の **key**
321-
*releaseNote* | **distribution** closure の **releaseNote**
322-
*DEPLOYGATE_USER_NAME* env | **DEPLOYGATE_APP_OWNER_NAME**
323-
*DEPLOYGATE_RELEASE_NOTE* env | **DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE**
318+
| 非推奨 | 新しく推奨される記述方法 |
319+
|:------------------------------|:-------------------------------------------|
320+
| *userName* | **appOwnerName** |
321+
| *token* | **apiToken** |
322+
| *apks* closure | **deployments** closure |
323+
| *noAssemble* | **skipAssemble** |
324+
| *distributionKey* | **distribution** closure の **key** |
325+
| *releaseNote* | **distribution** closure の **releaseNote** |
326+
| *DEPLOYGATE_USER_NAME* env | **DEPLOYGATE_APP_OWNER_NAME** |
327+
| *DEPLOYGATE_RELEASE_NOTE* env | **DEPLOYGATE_DISTRIBUTION_RELEASE_NOTE** |
324328

325329
*非推奨となった記述と新しい記述が混在する場合、新しい記述が基本的には優先されます。*
326330

0 commit comments

Comments
 (0)