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 v5.0.0 #671

Merged
merged 1 commit into from
May 23, 2024
Merged

Prepare release v5.0.0 #671

merged 1 commit into from
May 23, 2024

Conversation

heroku-linguist[bot]
Copy link
Contributor

heroku/gradle

Added

  • Support for the arm64 architecture. (#668)

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)

heroku/java

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)
  • Updated heroku/gradle to 5.0.0.
  • Updated heroku/jvm to 5.0.0.
  • Updated heroku/maven to 5.0.0.

heroku/java-function

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)
  • Updated heroku/jvm-function-invoker to 5.0.0.
  • Updated heroku/jvm to 5.0.0.
  • Updated heroku/maven to 5.0.0.

heroku/jvm

Added

  • Support for the arm64 architecture. (#668)

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)
  • This buildpack is no longer Heroku stack specific and can be used with most amd64 or arm64 Linux based CNB build and run images. (#662)
  • Default OpenJDK distribution is now always Azul® Zulu®. (#662)
  • Some error messages relating to OpenJDK installation changed. (#665)
  • OpenJDK is now downloaded from heroku-buildpacks-jvm.s3.us-east-1.amazonaws.com. Users that use allow-listing for internet access during builds might need to add this new URL to their allow-list. (#665)

Removed

  • Support for Heroku's own OpenJDK build distribution. Users that explicitly request that distribution by prefixing their OpenJDK version with heroku- need to either remove the prefix or replace it with zulu-. Azul Zulu is a drop-in replacement for the Heroku OpenJDK distribution. (#662)

heroku/jvm-function-invoker

Changed

  • Updated function runtime to 1.1.7. (#664)
  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)

heroku/maven

Added

  • Support for the arm64 architecture. (#668)

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)

heroku/sbt

Removed

  • Support for sbt <1.0. This buildpack supported old and deprecated sbt versions on a best-effort basis before. Artifacts required by those older versions recently started to be unavailable upstream which caused us to drop support for those versions. If you're affected, please migrate your project to the latest stable sbt version 1.10.0. (#669)

Added

  • Support for the arm64 architecture. (#668)

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)

heroku/scala

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)
  • Updated heroku/jvm to 5.0.0.
  • Updated heroku/sbt to 5.0.0.

## heroku/gradle

### Added

- Support for the `arm64` architecture. ([#668](#668))

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))

## heroku/java

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))
- Updated `heroku/gradle` to `5.0.0`.
- Updated `heroku/jvm` to `5.0.0`.
- Updated `heroku/maven` to `5.0.0`.

## heroku/java-function

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))
- Updated `heroku/jvm-function-invoker` to `5.0.0`.
- Updated `heroku/jvm` to `5.0.0`.
- Updated `heroku/maven` to `5.0.0`.

## heroku/jvm

### Added

- Support for the `arm64` architecture. ([#668](#668))

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))
- This buildpack is no longer Heroku stack specific and can be used with most `amd64` or `arm64` Linux based CNB build and run images. ([#662](#662))
- Default OpenJDK distribution is now always Azul® Zulu®. ([#662](#662))
- Some error messages relating to OpenJDK installation changed. ([#665](#665))
- OpenJDK is now downloaded from `heroku-buildpacks-jvm.s3.us-east-1.amazonaws.com`. Users that use allow-listing for internet access during builds might need to add this new URL to their allow-list. ([#665](#665))

### Removed

- Support for Heroku's own OpenJDK build distribution. Users that explicitly request that distribution by prefixing their OpenJDK version with `heroku-` need to either remove the prefix or replace it with `zulu-`. Azul Zulu is a drop-in replacement for the Heroku OpenJDK distribution. ([#662](#662))

## heroku/jvm-function-invoker

### Changed

- Updated function runtime to 1.1.7. ([#664](#664))
- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))

## heroku/maven

### Added

- Support for the `arm64` architecture. ([#668](#668))

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))

## heroku/sbt

### Removed

- Support for sbt `<1.0`. This buildpack supported old and deprecated sbt versions on a best-effort basis before. Artifacts required by those older versions recently started to be unavailable upstream which caused us to drop support for those versions. If you're affected, please migrate your project to the latest stable sbt version `1.10.0`. ([#669](#669))

### Added

- Support for the `arm64` architecture. ([#668](#668))

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))

## heroku/scala

### Changed

- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](#662))
- Updated `heroku/jvm` to `5.0.0`.
- Updated `heroku/sbt` to `5.0.0`.
@heroku-linguist heroku-linguist bot requested a review from Malax as a code owner May 23, 2024 13:23
@heroku-linguist heroku-linguist bot enabled auto-merge (squash) May 23, 2024 13:23
@heroku-linguist heroku-linguist bot merged commit cf2cb6e into main May 23, 2024
20 checks passed
@heroku-linguist heroku-linguist bot deleted the prepare-release branch May 23, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant