WARNING: We added the following security restrictions that could potentially affect you:
- Shaper now runs as non-root user in the Docker image. This restricts which files we can read and write to within the container. We are using a entrypoint script and gosu to ensure this works without existing data volumes so you shouldn't run into any permission issues.
- We now prevent SET, RESET, PRAGMA, INSTALL and LOAD statements in tasks. You can still use them in the init sql though.
What's Changed
- Bump the gomod group with 5 updates by @dependabot[bot] in #245
- Run in Docker as non-root user by @jorinvo in #250
- Restrict tasks by @jorinvo in #251
- Allow USE statement by @jorinvo in #252
- Use gosu in Docker image by @jorinvo in #253
Full Changelog: v0.18.0...v0.18.1