Conversation
761e24f to
b76a1ea
Compare
Since Heroku-20 is has reached end-of-life: https://devcenter.heroku.com/changelog-items/3230 (When this is released, I'll edit the cnb-builder-images PR by hand so it only updates the newer builders, until such time as more CNBs drop support, then we can adjust the builders list used by the release automation to no longer update the manifest for heroku/builder:20) - Removed: - [x] "20.04" - [x] "heroku-20" - [x] "builder:20"
b76a1ea to
9c7420d
Compare
edmorley
approved these changes
May 1, 2025
edmorley
added a commit
to heroku/languages-github-actions
that referenced
this pull request
May 2, 2025
Since our CNBs have started to drop support for Ubuntu 20.04 / Heroku-20 (since they have reached end-of-life), eg: - heroku/buildpacks-python#358 - heroku/buildpacks-ruby#422 ...and so we don't want the release automation to update to these new versions in `heroku/builder:20`. GUS-W-14706143. Signed-off-by: Ed Morley <[email protected]>
edmorley
added a commit
to heroku/languages-github-actions
that referenced
this pull request
May 2, 2025
Since our CNBs have started to drop support for Ubuntu 20.04 / Heroku-20 (since they have reached end-of-life), eg: - heroku/buildpacks-python#358 - heroku/buildpacks-ruby#422 ...and so we don't want the release automation to update to these new versions in `heroku/builder:20`. GUS-W-14706143. Signed-off-by: Ed Morley <[email protected]>
Merged
heroku-linguist Bot
added a commit
to heroku/cnb-builder-images
that referenced
this pull request
May 5, 2025
## heroku/ruby ### Fixed - Internal API used for producing buildpack output updated. ([#419](heroku/buildpacks-ruby#419)) ### Changed - Removed support for Ubuntu 20.04 (and thus Heroku-20 / `heroku/builder:20`). ([#422](heroku/buildpacks-ruby#422))
heroku-linguist Bot
added a commit
to heroku/cnb-builder-images
that referenced
this pull request
May 5, 2025
## heroku/ruby ### Fixed - Internal API used for producing buildpack output updated. ([#419](heroku/buildpacks-ruby#419)) ### Changed - Removed support for Ubuntu 20.04 (and thus Heroku-20 / `heroku/builder:20`). ([#422](heroku/buildpacks-ruby#422)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since Heroku-20 is has reached end-of-life:
https://devcenter.heroku.com/changelog-items/3230
(When this is released, I'll edit the cnb-builder-images PR by hand so it only updates the newer builders, until such time as more CNBs drop support, then we can adjust the builders list used by the release automation to no longer update the manifest for heroku/builder:20)
Removed:
GUS-W-14707069.