Skip to content

Commit

Permalink
Update to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Oct 21, 2024
1 parent 20bea29 commit 7db79ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Publish Docker Images

env:
VERSION: 2.19.2
VERSION: 2.20.0
PGVERSION: 15
DEBIANRELEASE: bookworm
DOCKERREVISION: 2
DOCKERREVISION: 1

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and test Docker Images

env:
VERSION: 2.19.0
VERSION: 2.20.0
PGVERSION: 15
DEBIANRELEASE: bookworm
DOCKERREVISION: 9
DOCKERREVISION: 1

on:
push:
Expand Down
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

## v2.20.0-1 _(2024-10-21)_
* 2024-09-21:
* Drop "none" from OIDC metadata
* 2024-09-19:
Expand Down

0 comments on commit 7db79ad

Please sign in to comment.