Skip to content

Commit

Permalink
remove Heroku-18 support (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi authored Nov 7, 2023
1 parent 80a3c69 commit ed5e260
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
build: build-heroku-18 build-heroku-20 build-heroku-22

build-heroku-18:
@echo "Building nginx in Docker for heroku-18..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -w /buildpack heroku/heroku:18-build scripts/build_nginx /buildpack/nginx-heroku-18.tgz
build: build-heroku-20 build-heroku-22

build-heroku-20:
@echo "Building nginx in Docker for heroku-20..."
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unlreleased] - XXXX-XX-XX
### Changes
- [heroku-18] Removed

## [1.10] - 2023-06-13
### Changes
- New "Static site" preset config
Expand Down
Binary file removed nginx-heroku-18.tgz
Binary file not shown.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ These are auto-selected based on the app's stack at build time.

| Heroku Stack | Nginx Version |
|--------------|--------------:|
| `Heroku-18` | `1.25.1` |
| `Heroku-20` | `1.25.1` |
| `Heroku-22` | `1.25.1` |

Expand All @@ -39,7 +38,7 @@ _Proxy is the original buildpack mode that is enabled by default, if the `config

### Solo mode (deprecated)

This mode has been superceeded by [Static mode](static.md).
This mode has been superceeded by [Static mode](static.md).

## Custom Nginx usage

Expand Down

0 comments on commit ed5e260

Please sign in to comment.