0.44.0-rc4
Pre-release
Pre-release
0.44.0-rc4
Chart version: 24.4.0
Fixed
- Ensure that we always use
safezip
andtarsafe
to avoid path traversal attack (#845) - Add timeout on all OIDC requests (value set with
OIDC_TIMOUT
, and default toHTTP_CLIENT_TIMEOUT_SECONDS
) (#846) - Check if builder is enabled during function registration (#847)
Changed
- Compute task status
DOING
is renamedEXECUTING
(#827) - Compute plan statuses
EMPTY
,WAITING
ansdTODO
are merged into new statusCREATED
(#827)