Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 9e8aac9

Browse files
Prepare 1.1.0 release
1 parent fb9fe1f commit 9e8aac9

File tree

4 files changed

+42
-14
lines changed

4 files changed

+42
-14
lines changed

Diff for: docs/changelog/1.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 1.1.0
22

3-
_Not Released Yet_
3+
_Released 2020 Apr 10_
44

55
#### Improvements
66

Diff for: docs/changelog/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Version History
66

7-
* ????-??-?? [1.1.0](1.1.0.md) (TBD; work in progress)
8-
* 2020-03-17 [1.0.0](1.0.0.md) (latest)
7+
* 2020-04-10 [1.1.0](1.1.0.md) (latest)
8+
* 2020-03-17 [1.0.0](1.0.0.md)
99

1010

1111
This action is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).

Diff for: docs/changelog/full.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### 1.1.0
2+
3+
_Released 2020 Apr 10_
4+
5+
#### Improvements
6+
7+
- Clarified `sourceType` inference and added a parameter to explicitly set it.
8+
- Added `buildType` source type to support different JDK build types out of the
9+
box. [[GH-1](https://github.com/AdoptOpenJDK/install-jdk/issues/1)]
10+
- Added `archiveBasePath` and `useArchiveBasePath` input parameters which allow
11+
specifying the archive layout for custom JDK sources.
12+
13+
#### Fixes
14+
15+
- JDK for macOS download from AdoptOpenJDK aren't installed properly. [[GH-3](https://github.com/AdoptOpenJDK/install-jdk/issues/3)]
16+
- The newly added `archiveBasePath` parameter defaults to `/Contents/Home/` on
17+
macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
18+
from AdoptOpenJDK out of the box.
19+
- Made the toolcache aware of the JDK implementation used (`impl` input
20+
parameter).
21+
22+
23+
---
24+
125
### 1.0.0
226

327
_Released 2020 Mar 17_

Diff for: docs/changelog/latest.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
### 1.0.0
1+
### 1.1.0
22

3-
_Released 2020 Mar 17_
3+
_Released 2020 Apr 10_
44

5-
#### Overview
5+
#### Improvements
66

7-
The initial stable release of `install-jdk`. A GitHub Action to automatically
8-
download and setup JDKs for use in workflows.
7+
- Clarified `sourceType` inference and added a parameter to explicitly set it.
8+
- Added `buildType` source type to support different JDK build types out of the
9+
box. [[GH-1](https://github.com/AdoptOpenJDK/install-jdk/issues/1)]
10+
- Added `archiveBasePath` and `useArchiveBasePath` input parameters which allow
11+
specifying the archive layout for custom JDK sources.
912

10-
This action is based on the [actions/setup-java](https://github.com/actions/setup-java)
11-
action by GitHub which works perfectly fine for simple workflows but does not
12-
scale and lacks configurability.
13+
#### Fixes
1314

14-
JDKs are downloaded from [AdoptOpenJDK](https://adoptopenjdk.net/).
15-
16-
For usage information please refer to [README.md](/README.md).
15+
- JDK for macOS download from AdoptOpenJDK aren't installed properly. [[GH-3](https://github.com/AdoptOpenJDK/install-jdk/issues/3)]
16+
- The newly added `archiveBasePath` parameter defaults to `/Contents/Home/` on
17+
macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
18+
from AdoptOpenJDK out of the box.
19+
- Made the toolcache aware of the JDK implementation used (`impl` input
20+
parameter).

0 commit comments

Comments
 (0)