[2.0.3] - 2024-12-28
Changed
- set node version in docker container to 22 (fix #87)
(build is kept at version 18 because of an issue) - removed placeholder secrets from the dockerfile to prevent export error of SecretsUsedInArgOrEnv
- removed build for ppc64le arch due to build errors with the new node version
- updated dependencies, removed package fs:0.0.1-security as fs is npm default
- fetch customSecurityAttributes by default if entra app permissions are set correctly (probably also fixes #94)
Fixed
- handling missing .cache dir if startet directly in npm
- write group without special chars to disk (probably fix #90)