Skip to content

Releases: gpappsoft/privacyidea-docker

Release 3.12.2

05 Dec 08:09

Choose a tag to compare

Update to new privacyidea version

3.12.1

08 Oct 10:53

Choose a tag to compare

  • Start using privacyidea github source-tree instead of python package index.
  • Added new webUI preview parameters. See the environment/application-prod.env file for more information.
  • Updated resolver.json
  • Updated to new version 3.12.1

3.12

10 Sep 08:58

Choose a tag to compare

  • privacyidea release 3.12

To test the new UI (preview), add following lines to environment/application-prod.env:

PI_STATIC_FOLDER="static_new/"
PI_TEMPLATE_FOLDER="static_new/dist/privacyidea-webui/browser/"

See Docs

Release 3.11.4

03 Jul 17:39

Choose a tag to compare

privacyIDEA 3.11.4

3.11.3

28 May 09:50

Choose a tag to compare

Updated to privacyIDEA 3.11.3

3.11.2 (fixed)

28 May 06:33
43088de

Choose a tag to compare

  • Adjust pi.cfg to use audit keys from os env
  • Use os.environ.get() with default file paths to avoid KeyError
  • Generate key files only if they do not exist
  • Improve robustness when env vars are not set

3.11.1

09 Apr 19:05

Choose a tag to compare

Update to privacyIDEA 3.11.1

Improve entrypoint robustness and error handling

- Updated the entrypoint script to handle errors more effectively.
- Enhanced logging for better debugging and traceability.
- Ensured proper exit codes are returned on failure scenarios.

3.11.1dev1

04 Apr 15:49

Choose a tag to compare

Testing 3.11.1dev1

3.11

28 Feb 12:15

Choose a tag to compare

privacyIDEA Release 3.11

  • removed import of resolver.json in entrypoint.py
  • resolver config for fullstack now deployed with make resolver
  • minor changes entrypoint.py
  • using privacyidea /healthz/ endpoint for health check
  • minor additions and fixes

3.11dev3

20 Feb 08:08

Choose a tag to compare

Development version privacyIDEA 3.11.dev3 from test.pypi.org

DO NOT USE IN PRODUCTION ENVIRONMENTS!