Skip to content

Commit

Permalink
Add support for Heroku-22 (#161)
Browse files Browse the repository at this point in the history
Binary generated using `make build-heroku-22`.

GUS-W-10346720.
  • Loading branch information
edmorley authored May 19, 2022
1 parent 103bfb5 commit a3a16ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Unreleased
* Add support for Heroku-22
* Add codeowners

## v0.9.0 (June 4, 2021)
* remove heroku-16
* revert back to pgbouncer 1.14

## v0.8.0 (May 31, 2021)
* pgbouncer 1.15
* streamline bin/compile
Expand Down
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build: build-heroku-18 build-heroku-20
build: build-heroku-18 build-heroku-20 build-heroku-22

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

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

shell:
@echo "Opening heroku-18 shell..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "PORT=5000" -w /buildpack heroku/heroku:18-build bash
@echo "Opening heroku-22 shell..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-22" -e "PORT=5000" -w /buildpack heroku/heroku:22-build bash
Binary file added pgbouncer-heroku-22.tgz
Binary file not shown.

0 comments on commit a3a16ea

Please sign in to comment.