Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v2.0.0 #547

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion buildpacks/jvm-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand Down Expand Up @@ -178,6 +182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release.

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
2 changes: 1 addition & 1 deletion buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "1.1.2"
version = "2.0.0"
name = "JVM Function Invoker"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
7 changes: 5 additions & 2 deletions buildpacks/jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

* This buildpack now requires that an OpenJDK version is specified in `system.properties` when the buildpack is used standalone (no other buildpack adds `jdk` to the build plan `require`s). Users that use this buildpack in a standalone fashion can add a `system.properties` file to their application with the following contents to restore the old behavior of installing the most recent OpenJDK 8 release: `java.runtime.version=8`. ([#546](https://github.com/heroku/buildpacks-jvm/pull/546))

## [1.1.2] - 2023-07-24
Expand Down Expand Up @@ -227,6 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
2 changes: 1 addition & 1 deletion buildpacks/jvm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/jvm"
version = "1.1.2"
version = "2.0.0"
name = "Heroku OpenJDK Buildpack"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing OpenJDK"
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand Down Expand Up @@ -101,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
2 changes: 1 addition & 1 deletion buildpacks/maven/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/maven"
version = "1.1.2"
version = "2.0.0"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/sbt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand All @@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
2 changes: 1 addition & 1 deletion buildpacks/sbt/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/sbt"
version = "1.1.2"
version = "2.0.0"
name = "sbt"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
9 changes: 8 additions & 1 deletion meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- Updated `heroku/jvm-function-invoker` to `2.0.0`.
- Updated `heroku/jvm` to `2.0.0`.
- Updated `heroku/maven` to `2.0.0`.

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand Down Expand Up @@ -242,6 +248,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
8 changes: 4 additions & 4 deletions meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/java-function"
version = "1.1.2"
version = "2.0.0"
name = "Java Function"
homepage = "https://github.com/heroku/buildpacks-jvm"
keywords = ["java", "function"]
Expand All @@ -14,15 +14,15 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/maven"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "1.1.2"
version = "2.0.0"

[metadata]
[metadata.release]
Expand Down
8 changes: 7 additions & 1 deletion meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- Updated `heroku/jvm` to `2.0.0`.
- Updated `heroku/maven` to `2.0.0`.

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand Down Expand Up @@ -174,6 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
6 changes: 3 additions & 3 deletions meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/java"
version = "1.1.2"
version = "2.0.0"
name = "Java"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Java applications."
Expand All @@ -15,11 +15,11 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/maven"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/procfile"
Expand Down
8 changes: 7 additions & 1 deletion meta-buildpacks/scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-07-31

- Updated `heroku/jvm` to `2.0.0`.
- Updated `heroku/sbt` to `2.0.0`.

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand All @@ -21,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
6 changes: 3 additions & 3 deletions meta-buildpacks/scala/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/scala"
version = "1.1.2"
version = "2.0.0"
name = "Scala"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Scala applications."
Expand All @@ -15,11 +15,11 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/sbt"
version = "1.1.2"
version = "2.0.0"

[[order.group]]
id = "heroku/procfile"
Expand Down