Skip to content

v0.18.0

Compare
Choose a tag to compare
@Thibaut-gauvin Thibaut-gauvin released this 02 May 08:12
· 712 commits to main since this release

Changelog

New features

  • b9f11eb feat(cli): Improve version command, add more debug infos in output
  • 1d159fa feat(report): Add new "debug" section
  • 9a2b1e2 feat(report): Dynamically inject version in html templates
  • 1e3f55f feat(report): Improve "debug" section
  • 1179fe6 feat(report): Improve "overview" section
  • 646dac2 feat(report): Move logic to print HTML report URL
  • d11b922 feat(report): Refact html report sidenav menu
  • e524163 feat(report): Unify data passed to html templates

Bug fixes

  • 4f63672 fix(linter): Fixup wrong yaml indent in goreleaser config file

Dependency upgrades

  • 43e5f62 chore(deps): Update Highlight.js from v11.6.0 to v11.7.0 (git: 82688fad18)
  • eb8c1f4 chore(deps): update dependency gopkg.in/yaml from v2 to v3
  • 023fe27 chore(deps): update kubernetes packages to v0.27.0
  • 60fd8d6 chore(deps): update kubernetes packages to v0.27.1
  • 8b0a6b2 chore(deps): update minor-updates
  • a0f1470 chore(deps): update minor-updates
  • 32e9abf chore(deps): update patch-updates
  • df11ce4 chore(deps): update patch-updates

Other changes

  • 86dbbc7 chore: Add more tests on report package
  • 08d6028 maint: Disable flaky test
  • 4488239 maint: Fix some bugs in report templates
  • 85c4769 maint: Move some Report receiver functions & add more tests
  • 4289c67 maint: Move some constants from main to types package
  • d82e7d3 maint: Refactor go templates: extract javascript to dedicated block
  • b8413f4 maint: Rework template init function
  • 4dde30c maint: refactors code around reports generation through build process
  • 7c6fcf6 refactor: Update Makefile, drop unused stuff
  • 140eefc refactor: Update goreleaser config