Skip to content

v0.4.10

Compare
Choose a tag to compare
@miki725 miki725 released this 05 Aug 22:46
· 90 commits to main since this release
v0.4.10
9786899

Download binaries at https://crashoverride.com/downloads


Fixes

  • Fixing ENTRYPOINT wrapping for empty-like definitions (#396):

    • ENTRYPOINT
    • ENTRYPOINT []
    • ENTRYPOINT [""]
      Now chalk correctly parses and wraps as appropriate
      depending on the use of buildkit.

Other

  • Increasing cloud metadata endpoint collection timeout from 500ms to 1sec as in some cases it takes longer than 500ms to get a response. (#388)
  • Not showing exec report when chalk is running in interactive shell. (#390)
  • Not showing any chalk exec logs when running in interactive shell. (#394)

Commits since the previous tag: v0.4.9...v0.4.10