Skip to content

v0.26.0

Latest

Choose a tag to compare

@dirkdev98 dirkdev98 released this 14 Sep 06:05
· 4 commits to main since this release
c0ba561

Breaking changes

  • feat(cli): use versitygw instead of Minio for the local S3 container 36006c minio/minio is no longer pullable from Docker Hub, so compas docker up fails on earlier versions. It now starts versitygw instead. The endpoint and credentials are unchanged, but versitygw doesn't support bucket ACL's, so pass createBucketOverrides: { ACL: undefined } to objectStorageEnsureBucket outside of production. The objects in the compas-minio volume don't carry over; compas docker clean removes that container and volume once you no longer need them.