Skip to content

Commit

Permalink
feat: update pgbouncer image to 1.22.1 (#851)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Apr 24, 2024
1 parent 3687f79 commit 920bd64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions images/pgbouncer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to the image will be documented in this file.

## [1.22.1-patch.0] - 2024-04-24

### Changed

- Updated PgBouncer to version `1.22.1`
- Updated Alpine Linux to `3.19` branch

## [1.18.0-patch.1] - 2023-04-06

### Added
Expand Down Expand Up @@ -28,6 +35,7 @@ All notable changes to the image will be documented in this file.
### Added
- Initial release of Dockerfile with PgBouncer version `1.15.0`

[1.22.1-patch.0]: https://github.com/airflow-helm/charts/tree/images/pgbouncer-1.22.1-patch.0/images/pgbouncer
[1.18.0-patch.1]: https://github.com/airflow-helm/charts/tree/images/pgbouncer-1.18.0-patch.1/images/pgbouncer
[1.18.0-patch.0]: https://github.com/airflow-helm/charts/tree/images/pgbouncer-1.18.0-patch.0/images/pgbouncer
[1.17.0-patch.0]: https://github.com/airflow-helm/charts/tree/images/pgbouncer-1.17.0-patch.0/images/pgbouncer
Expand Down
6 changes: 3 additions & 3 deletions images/pgbouncer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15 AS builder
FROM alpine:3.19 AS builder

# args -- software versions
ARG PGBOUNCER_VERSION=1.18.0
ARG PGBOUNCER_VERSION=1.22.1

# install -- pgbouncer build dependanices
RUN apk --no-cache add \
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN curl -sL "https://www.pgbouncer.org/downloads/files/${PGBOUNCER_VERSION}/pgb
&& make \
&& make install

FROM alpine:3.15
FROM alpine:3.19

# args -- uid/gid
ARG PGBOUNCER_USER=pgbouncer
Expand Down
2 changes: 1 addition & 1 deletion images/pgbouncer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0-patch.1
1.22.1-patch.0

0 comments on commit 920bd64

Please sign in to comment.