Skip to content

Commit

Permalink
Remove heroku 16 (#151)
Browse files Browse the repository at this point in the history
* update changelog

* remove heroku-16

* update changelog
  • Loading branch information
beanieboi authored Jun 4, 2021
1 parent 05fef3f commit 0301cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Unreleased

## v0.9.0 (June 4, 2021)
* remove heroku-16

## v0.8.0 (May 31, 2021)
* pgbouncer 1.15
* streamline bin/compile
* moving to CircleCI
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
build: build-heroku-16 build-heroku-18 build-heroku-20

build-heroku-16:
@echo "Building pgbouncer in Docker for heroku-16..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-16" -w /buildpack heroku/heroku:16-build support/pgbouncer-build
build: build-heroku-18 build-heroku-20

build-heroku-18:
@echo "Building pgbouncer in Docker for heroku-18..."
Expand Down
Binary file removed pgbouncer-heroku-16.tgz
Binary file not shown.

0 comments on commit 0301cb2

Please sign in to comment.