Skip to content

Releases: MaxymVlasov/dive-action

v1.4.0

23 Feb 19:22
43dafd0
Compare
Choose a tag to compare

What's Changed

  • feat: Provide ability to specify dive settings without config file by @MaxymVlasov in #74
  • fix: Bump target ECMAScript to 2022, and future security improvements by @MaxymVlasov in #76
  • fix: Improve docs and security by @MaxymVlasov in #75
  • docs: Add info about GHA authors and update PR comment example by @MaxymVlasov in #73
  • docs: Add contributing notes and OSSF badge by @MaxymVlasov in #77

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Feb 00:50
94506fd
Compare
Choose a tag to compare

What's Changed

  • feat: Support posting of dive results to PR for successful runs by @MaxymVlasov in #69

    Example usage:

     uses: MaxymVlasov/dive-action@v1.3.0
     with:
       image: sample:latest
       always-comment: true
       github-token: ${{ secrets.GITHUB_TOKEN }}
  • fix: Do not send empty comment if image not provided, but show error by @MaxymVlasov in #70

  • chore: Refactor code to make it more maintanable by @MaxymVlasov in #72

  • chore(linters): Make yamlfmt force lines to be <80 when possible by @MaxymVlasov in #68

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Jan 01:49
e315347
Compare
Choose a tag to compare

What's Changed

Rejected features:

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Jan 03:00
0a8e427
Compare
Choose a tag to compare

What's Changed

  • feat: Allow image customization via dive-image-registry and dive-image-version by @MaxymVlasov in #61
  • fix: Make github-token optional and fail GHA when github-token not provided and checks not pass by @MaxymVlasov in #63
  • chore: Update badge to GHA Marketplace by @MaxymVlasov in #58
  • chore: Improve overall security of actions and fix style issues by @MaxymVlasov in #59
  • chore: Integrate yaml and json linters into the project; Add dist/ autoupdate by @MaxymVlasov in #60

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Jan 01:43
b6a02b3
Compare
Choose a tag to compare

What's Changed

feat: Add ARM support by @MaxymVlasov in #35

Important

This was required to change image from official (but unmaintained) docker image to fork - ghcr.io/joschi/dive:v0.13.1[1], provided by https://github.com/joschi/dive

[1] And it pinned to @sha256 for security reason

Full Changelog: v1.0.3...v1.1.0

v1.0.3

26 Jan 01:30
a4ddba6
Compare
Choose a tag to compare

What's Changed

TL;DR: No functional changes. Make dependencies up-to-date and get rid of deps with vulnerabilities

  • chore: Update links to repo in files to mark the current state by @MaxymVlasov in #39
  • chore(deps): update dependency @types/jest to v27.5.2 by @renovate in #3
  • chore(deps): update dependency typescript to v4.9.5 & fix issues by @renovate in #8
  • fix(deps): update dependency @actions/github to v6 by @renovate in #18
  • chore(deps): update github/codeql-action action to v3.28.3 by @renovate in #44
  • chore(deps): update pascalgn/automerge-action action to v0.16.4 by @renovate in #41
  • chore(deps): update dependency @vercel/ncc to v0.38.3 by @renovate in #40
  • fix(deps): update dependency @actions/core to v1.11.1 by @renovate in #45
  • chore(deps): update dependency @types/node to v20.17.14 by @renovate in #42
  • chore(deps): update dependency typescript to v5 by @renovate in #24
  • chore(deps): update jest monorepo to v27 (major) by @renovate in #51
  • chore(deps): update dependency @typescript-eslint/parser to v7 by @renovate in #48
  • chore(deps): update jest monorepo to v28 (major) by @renovate in #53
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #55
  • chore(deps): update dependency @types/node to v22 by @renovate in #47
  • chore(deps): update dependency eslint-plugin-github to v5; fix issues: add i18n support by @renovate in #54
  • chore(deps): update dependency eslint-plugin-jest to v28 by @renovate in #50
  • chore(deps): Pin dependecies to latest compatible versions by @MaxymVlasov in #56
  • chore: Drop not needed eslint files & fix deps security issues by @MaxymVlasov in #57

Full Changelog: v1.0.2...v1.0.3

v1.0.2

25 Jan 18:48
c5fc3de
Compare
Choose a tag to compare

What's Changed

  • ci: Fix CI by @MaxymVlasov in #30
  • docs: fix action version in workflow example by @tbcs in #34
  • fix: correct typo in PR comment by @tbcs in #33
  • chore(deps): pin pascalgn/automerge-action action to d1203c0 by @renovate in #31
  • chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 by @renovate in #37
  • chore(deps): update actions/checkout action to v4.2.2 by @renovate in #36

New Contributors

  • @tbcs made their first contribution in #34

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Jun 18:11
379af3f
Compare
Choose a tag to compare

Publish GHA to marketplace

v1.0.0

19 Jun 17:44
c71c692
Compare
Choose a tag to compare

What's Changed

  • Fix could not find image config error
  • Update runtime to nodejs 20,
  • Bump wagoodman/dive to v0.12

Full Changelog: v0.1.0...v1.0.0

Fork that work

16 Apr 14:55
0035999
Compare
Choose a tag to compare
v0.1.0

Update dive image version and fix `--ci-config`