Skip to content

Commit

Permalink
Upgrade to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Nov 20, 2023
1 parent 9f37820 commit d11cc3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build and Publish Docker Images

env:
VERSION: 2.17.0
DEBIANVERSION: 2.17.0+ds-1~bpo12+1
VERSION: 2.17.2
PGVERSION: 15
DEBIANRELEASE: bookworm

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

* 2023-11-20: 2.17.2
* 2023-10-23: able to redirect on unauthenticated logout
* 2023-10-17: clean reloadUrls list
* 2023-10-10: add libdbd-cassandra-perl
Expand Down
1 change: 0 additions & 1 deletion portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY *.patch /

RUN echo patch appgrid.patch && patch -p1 < appgrid.patch && \
echo patch jwt-type.patch && patch -p1 < jwt-type.patch && \
echo patch little-security-fixes.patch && patch -p1 < little-security-fixes.patch && \
echo patch choice-oidc.patch && patch -p1 < choice-oidc.patch && \
echo patch redirectOnLogout.patch && patch -p1 < redirectOnLogout.patch && \
rm -f *.patch
Expand Down
44 changes: 0 additions & 44 deletions portal/little-security-fixes.patch

This file was deleted.

0 comments on commit d11cc3c

Please sign in to comment.