Skip to content

Commit

Permalink
adding new section for 0.1.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Oct 6, 2023
1 parent f5a3ea9 commit 3920aeb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/docs/core-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Release Notes for Chalk version 0.1.3

## Fixes

- Docker support when installed via `Snap`.
[9](https://github.com/crashappsec/chalk/pull/9)
- Removes error log when using chalk on ARM Linux as chalk fully
runs on ARM Linux now.
[7](https://github.com/crashappsec/chalk/pull/7)
- Chalk could not wrap any `docker` commands which required `TTY`
such as `docker run -i`.
[29](https://github.com/crashappsec/chalk/pull/29)
- When a `Dockerfile` uses `USER` directive, chalk can now wrap
entrypoint in that image
(`docker.wrap_entrypoint = true` in chalk config).
[34](https://github.com/crashappsec/chalk/pull/34)

## Known Issues

### Containers

- When a `Dockerfile` does not use `USER` directive but base image
uses it to change default image user, chalk cannot wrap the
image as it on legacy Docker builder (not buildx) as it will
fail to `chmod` permissions of chalk during the build.

# Release Notes for Chalk version 0.1.2

This is the first open source release of Chalk. For those who
Expand Down

0 comments on commit 3920aeb

Please sign in to comment.