File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
+ * Add support for Heroku-22
2
3
* Add codeowners
3
4
4
5
## v0.9.0 (June 4, 2021)
5
6
* remove heroku-16
6
7
* revert back to pgbouncer 1.14
8
+
7
9
## v0.8.0 (May 31, 2021)
8
10
* pgbouncer 1.15
9
11
* streamline bin/compile
Original file line number Diff line number Diff line change 1
- build : build-heroku-18 build-heroku-20
1
+ build : build-heroku-18 build-heroku-20 build-heroku-22
2
2
3
3
build-heroku-18 :
4
4
@echo " Building pgbouncer in Docker for heroku-18..."
@@ -8,6 +8,10 @@ build-heroku-20:
8
8
@echo " Building pgbouncer in Docker for heroku-20..."
9
9
@docker run -v $(shell pwd) :/buildpack --rm -it -e " STACK=heroku-20" -w /buildpack heroku/heroku:20-build support/pgbouncer-build
10
10
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
+
11
15
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
You can’t perform that action at this time.
0 commit comments