Skip to content

Releases: carlosperate/bloaty-action

v1.1.0

07 Mar 19:51
270d0aa
Compare
Choose a tag to compare
  • Added new Action input:
    -summary-title: (Optional, default "bloaty output") If output-to-summary is enabled, this is the title on top of the bloaty output.

v1.0.1

14 Feb 14:50
a525939
Compare
Choose a tag to compare
  • Fixes issue where in some situations the action wouldn't be able to fetch the Docker image correctly.

v1.0.0

03 Feb 15:10
726a1a3
Compare
Choose a tag to compare
  • Pushed the action docker image to an online registry to save building the image on every Action run
    • This reduces around 30 seconds of the workflow runs
  • Added input to enable debug messages to the log
  • Improve documentation for the v1 release

v0.2.0

01 Feb 10:05
2f6b48d
Compare
Choose a tag to compare
  • Added Action input output-to-summary to add the bloaty output to the Job summary
  • Add two Action outputs:
    • bloaty-output: A string with the output from bloaty
    • bloaty-output-encoded: bloaty output in a string with escaped characters (so you'll get things like \n)
  • Reduced base Docker image and action Docker image size by 650 MBs

v0.1.0

30 Jan 18:12
bb8beba
Compare
Choose a tag to compare

Initial release.
Contains basic functionality to run boaty with any arguments, with very limited testing.

- name: Run Bloaty McBloatface on an ELF file
  uses: carlosperate/[email protected]
  with:
    bloaty-args: tests/test-elf-files/example-before.elf