Skip to content

Commit 058420d

Browse files
authored
prepare release (#349)
1 parent d191f61 commit 058420d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

5-
Copyright 2020-2022 Eugen Ciur <eugen@papermerge.com>
5+
Copyright 2020-2024 Eugen Ciur <eugen@papermerge.com>
66

77
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
88

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<!-- towncrier release notes start -->
44

55

6-
## [3.2] - 2024-xx-xx
6+
## [3.2] - 2024-04-07
77

88
### Adds
99

1010
- Authorization (permissions, groups)
1111
- Remote user authentication
12-
- OIDC authentication
12+
- OIDC authentication with support for any provider (tested with Keycloak, Authentik)
1313

1414
## [3.1] - 2024-02-23
1515

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG VERSION
33
FROM papermerge/papermerge:${VERSION}-ui as papermerge_ui
44

5-
FROM papermerge/auth-server:0.9.0build8 as auth_server
5+
FROM papermerge/auth-server:0.9.0 as auth_server
66
FROM python:3.10 as papermerge_core
77

88
ENV CORE_APP=/core_app

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY ui/ .
66
RUN npm install
77
RUN npm run build
88

9-
FROM papermerge/auth-server:0.9.0build10 as auth_server
9+
FROM papermerge/auth-server:0.9.0 as auth_server
1010
FROM python:3.10 as papermerge_core
1111

1212
ENV CORE_APP=/core_app

0 commit comments

Comments
 (0)