Skip to content

Commit a3a16ea

Browse files
authored
Add support for Heroku-22 (#161)
Binary generated using `make build-heroku-22`. GUS-W-10346720.
1 parent 103bfb5 commit a3a16ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Unreleased
2+
* Add support for Heroku-22
23
* Add codeowners
34

45
## v0.9.0 (June 4, 2021)
56
* remove heroku-16
67
* revert back to pgbouncer 1.14
8+
79
## v0.8.0 (May 31, 2021)
810
* pgbouncer 1.15
911
* streamline bin/compile

Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build: build-heroku-18 build-heroku-20
1+
build: build-heroku-18 build-heroku-20 build-heroku-22
22

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

11+
build-heroku-22:
12+
@echo "Building pgbouncer in Docker for heroku-22..."
13+
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-22" -w /buildpack heroku/heroku:22-build support/pgbouncer-build
14+
1115
shell:
12-
@echo "Opening heroku-18 shell..."
13-
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "PORT=5000" -w /buildpack heroku/heroku:18-build bash
16+
@echo "Opening heroku-22 shell..."
17+
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-22" -e "PORT=5000" -w /buildpack heroku/heroku:22-build bash

pgbouncer-heroku-22.tgz

770 KB
Binary file not shown.

0 commit comments

Comments
 (0)