Skip to content

Commit

Permalink
prepare release (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Apr 7, 2024
1 parent d191f61 commit 058420d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright 2020-2022 Eugen Ciur <[email protected]>
Copyright 2020-2024 Eugen Ciur <[email protected]>

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<!-- towncrier release notes start -->


## [3.2] - 2024-xx-xx
## [3.2] - 2024-04-07

### Adds

- Authorization (permissions, groups)
- Remote user authentication
- OIDC authentication
- OIDC authentication with support for any provider (tested with Keycloak, Authentik)

## [3.1] - 2024-02-23

Expand Down
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VERSION
FROM papermerge/papermerge:${VERSION}-ui as papermerge_ui

FROM papermerge/auth-server:0.9.0build8 as auth_server
FROM papermerge/auth-server:0.9.0 as auth_server
FROM python:3.10 as papermerge_core

ENV CORE_APP=/core_app
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ui/ .
RUN npm install
RUN npm run build

FROM papermerge/auth-server:0.9.0build10 as auth_server
FROM papermerge/auth-server:0.9.0 as auth_server
FROM python:3.10 as papermerge_core

ENV CORE_APP=/core_app
Expand Down

0 comments on commit 058420d

Please sign in to comment.