Releases: MaxymVlasov/dive-action
v1.4.0
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
What's Changed
-
feat: Support posting of
dive
results to PR for successful runs by @MaxymVlasov in #69Example 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
What's Changed
- fix: Show error if
config-file
redefined, but file not exist by @MaxymVlasov in #66 - tests: Add integration testing of all parameters by @MaxymVlasov in #66
- chore: Force
end_of_line=lf
by @MaxymVlasov in #64
Rejected features:
- feat: Add image source (
dive --source
) support by @MaxymVlasov in #65, reverted in #67
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: Allow image customization via
dive-image-registry
anddive-image-version
by @MaxymVlasov in #61 - fix: Make
github-token
optional and fail GHA whengithub-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
andjson
linters into the project; Adddist/
autoupdate by @MaxymVlasov in #60
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
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
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
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Publish GHA to marketplace
v1.0.0
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
v0.1.0 Update dive image version and fix `--ci-config`