6.0.0-alpha.24 (2023-01-09)
Features
BREAKING CHANGES
- The Docker image does not contain the git dependency anymore; if you have been using git as a transitive dependency it now needs to be explicitly installed in your Docker file, for example with
RUN apk --no-cache add git
(#8359) (40810b4)