Skip to content

Commit

Permalink
Prepare release v6.0.2
Browse files Browse the repository at this point in the history
## heroku/gradle

### Added

- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](#726))
- Support for the Micronaut and Quarkus frameworks. Both previously worked with the buildpack but required some configuration. Unless heavily customized, no build task needs to be specified anymore. ([#726](#726))

## heroku/java

### Changed

- Updated `heroku/gradle` to `6.0.2`.
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/maven` to `6.0.2`.

## heroku/java-function

### Changed

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

## heroku/jvm

- No changes.

## heroku/jvm-function-invoker

- No changes.

## heroku/maven

- No changes.

## heroku/sbt

- No changes.

## heroku/scala

### Changed

- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/sbt` to `6.0.2`.
  • Loading branch information
heroku-linguist[bot] committed Sep 25, 2024
1 parent 85776cc commit 43acb02
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 186 deletions.
5 changes: 4 additions & 1 deletion buildpacks/gradle/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]

## [6.0.2] - 2024-09-25

### Added

- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](https://github.com/heroku/buildpacks-jvm/pull/726))
Expand Down Expand Up @@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/gradle/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/gradle"
version = "6.0.1"
version = "6.0.2"
name = "Heroku Gradle"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's Gradle buildpack. A component of the 'heroku/java' buildpack."
Expand Down
39 changes: 7 additions & 32 deletions 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]

## [6.0.2] - 2024-09-25

- No changes.

## [6.0.1] - 2024-07-19

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

- Initial release.

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
Expand All @@ -322,34 +327,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
[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/compare/heroku%2Fjvm-function-invoker_0.6.8...v1.1.1
[0.6.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.7...heroku%2Fjvm-function-invoker_0.6.8
[0.6.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.6...heroku%2Fjvm-function-invoker_0.6.7
[0.6.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.5...heroku%2Fjvm-function-invoker_0.6.6
[0.6.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.4...heroku%2Fjvm-function-invoker_0.6.5
[0.6.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.3...heroku%2Fjvm-function-invoker_0.6.4
[0.6.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.2...heroku%2Fjvm-function-invoker_0.6.3
[0.6.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.1...heroku%2Fjvm-function-invoker_0.6.2
[0.6.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.0...heroku%2Fjvm-function-invoker_0.6.1
[0.6.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.5...heroku%2Fjvm-function-invoker_0.6.0
[0.5.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.4...heroku%2Fjvm-function-invoker_0.5.5
[0.5.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.3...heroku%2Fjvm-function-invoker_0.5.4
[0.5.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.2...heroku%2Fjvm-function-invoker_0.5.3
[0.5.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.1...heroku%2Fjvm-function-invoker_0.5.2
[0.5.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.0...heroku%2Fjvm-function-invoker_0.5.1
[0.5.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.4.0...heroku%2Fjvm-function-invoker_0.5.0
[0.4.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.3.0...heroku%2Fjvm-function-invoker_0.4.0
[0.3.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.11...heroku%2Fjvm-function-invoker_0.3.0
[0.2.11]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.10...heroku%2Fjvm-function-invoker_0.2.11
[0.2.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.9...heroku%2Fjvm-function-invoker_0.2.10
[0.2.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.8...heroku%2Fjvm-function-invoker_0.2.9
[0.2.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.7...heroku%2Fjvm-function-invoker_0.2.8
[0.2.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.6...heroku%2Fjvm-function-invoker_0.2.7
[0.2.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.5...heroku%2Fjvm-function-invoker_0.2.6
[0.2.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.4...heroku%2Fjvm-function-invoker_0.2.5
[0.2.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.3...heroku%2Fjvm-function-invoker_0.2.4
[0.2.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.2...heroku%2Fjvm-function-invoker_0.2.3
[0.2.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.1...heroku%2Fjvm-function-invoker_0.2.2
[0.2.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.0...heroku%2Fjvm-function-invoker_0.2.1
[0.2.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.1.0...heroku%2Fjvm-function-invoker_0.2.0
[0.1.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fjvm-function-invoker_0.1.0
[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.10"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "6.0.1"
version = "6.0.2"
name = "Salesforce JVM Function Invoker"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Salesforce's JVM function invoker buildpack. A component of the 'heroku/java-function' buildpack."
Expand Down
35 changes: 7 additions & 28 deletions buildpacks/jvm/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]

## [6.0.2] - 2024-09-25

- No changes.

## [6.0.1] - 2024-07-19

### Added
Expand Down Expand Up @@ -404,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
Expand All @@ -421,30 +426,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
[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/compare/heroku%2Fjvm_1.0.10..v1.1.1
[1.0.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.9..heroku%2Fjvm_1.0.10
[1.0.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.8..heroku%2Fjvm_1.0.9
[1.0.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.7..heroku%2Fjvm_1.0.8
[1.0.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.6..heroku%2Fjvm_1.0.7
[1.0.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.5..heroku%2Fjvm_1.0.6
[1.0.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.4..heroku%2Fjvm_1.0.5
[1.0.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.3..heroku%2Fjvm_1.0.4
[1.0.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.2..heroku%2Fjvm_1.0.3
[1.0.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.1..heroku%2Fjvm_1.0.2
[1.0.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_1.0.0..heroku%2Fjvm_1.0.1
[1.0.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.15..heroku%2Fjvm_1.0.0
[0.1.15]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.14..heroku%2Fjvm_0.1.15
[0.1.14]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.12..heroku%2Fjvm_0.1.14
[0.1.12]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.11..heroku%2Fjvm_0.1.12
[0.1.11]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.10..heroku%2Fjvm_0.1.11
[0.1.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.9..heroku%2Fjvm_0.1.10
[0.1.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.8..heroku%2Fjvm_0.1.9
[0.1.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.7..heroku%2Fjvm_0.1.8
[0.1.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.6..heroku%2Fjvm_0.1.7
[0.1.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.5..heroku%2Fjvm_0.1.6
[0.1.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.4..heroku%2Fjvm_0.1.5
[0.1.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.3..heroku%2Fjvm_0.1.4
[0.1.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.2..heroku%2Fjvm_0.1.3
[0.1.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.1..heroku%2Fjvm_0.1.2
[0.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm_0.1.0..heroku%2Fjvm_0.1.1
[0.1.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fjvm_0.1.0
[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.10"

[buildpack]
id = "heroku/jvm"
version = "6.0.1"
version = "6.0.2"
name = "Heroku OpenJDK"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's OpenJDK buildpack. A component of the 'heroku/java' and 'heroku/scala' buildpacks."
Expand Down
23 changes: 7 additions & 16 deletions 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]

## [6.0.2] - 2024-09-25

- No changes.

## [6.0.1] - 2024-07-19

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

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
Expand All @@ -220,18 +225,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
[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/compare/heroku%2Fmaven_1.0.5...v1.1.1
[1.0.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.4...heroku%2Fmaven_1.0.5
[1.0.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.3...heroku%2Fmaven_1.0.4
[1.0.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.2...heroku%2Fmaven_1.0.3
[1.0.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.1...heroku%2Fmaven_1.0.2
[1.0.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_1.0.0...heroku%2Fmaven_1.0.1
[1.0.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.6...heroku%2Fmaven_1.0.0
[0.2.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.5...heroku%2Fmaven_0.2.6
[0.2.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.4...heroku%2Fmaven_0.2.5
[0.2.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.3...heroku%2Fmaven_0.2.4
[0.2.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.2...heroku%2Fmaven_0.2.3
[0.2.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.1...heroku%2Fmaven_0.2.2
[0.2.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.2.0...heroku%2Fmaven_0.2.1
[0.2.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fmaven_0.1.1...heroku%2Fmaven_0.2.0
[0.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fmaven_0.1.1
[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.10"

[buildpack]
id = "heroku/maven"
version = "6.0.1"
version = "6.0.2"
name = "Heroku Maven"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's Maven buildpack. A component of the 'heroku/java' buildpack."
Expand Down
10 changes: 7 additions & 3 deletions 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]

## [6.0.2] - 2024-09-25

- No changes.

## [6.0.1] - 2024-07-19

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

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
[5.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.0...v5.0.1
Expand All @@ -114,5 +119,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
[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/compare/heroku%2Fscala_1.0.0...v1.1.1
[1.0.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fscala_1.0.0
[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.10"

[buildpack]
id = "heroku/sbt"
version = "6.0.1"
version = "6.0.2"
name = "Heroku sbt"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's sbt buildpack. A component of the 'heroku/scala' buildpack."
Expand Down
Loading

0 comments on commit 43acb02

Please sign in to comment.