Skip to content

Releases: joschi/dive

v0.14.0

26 Jan 22:47
d398401
Compare
Choose a tag to compare

v0.14.0

Added Features

Additional Changes

  • update module github.com/docker/docker to v27.5.1+incompatible [#55 @renovate]
  • update module github.com/docker/cli to v27.5.1+incompatible [#54 @renovate]
  • update module github.com/docker/docker to v27.5.0+incompatible [#52 @renovate]
  • update module github.com/docker/cli to v27.5.0+incompatible [#51 @renovate]
  • update module github.com/spf13/afero to v1.12.0 [#50 @renovate]
  • update module golang.org/x/net to v0.34.0 [#49 @renovate]
  • update module github.com/docker/docker to v27.4.1+incompatible [#47 @renovate]
  • update module golang.org/x/net to v0.33.0 [#48 @renovate]
  • update module github.com/docker/cli to v27.4.1+incompatible [#46 @renovate]
  • update alpine docker tag to v3.21 [#45 @renovate]
  • update module golang.org/x/net to v0.32.0 [#44 @renovate]
  • update suzuki-shunsuke/github-action-renovate-config-validator action to v1.1.1 [#43 @renovate]
  • update module golang.org/x/net to v0.31.0 [#40 @renovate]

(Full Changelog)

v0.13.1

07 Nov 09:49
54dab97
Compare
Choose a tag to compare

Features

  • build: squash Docker image layers by @joschi in #30
  • feat: create multi-arch container images with AMD64 and ARM64 by @joschi in #38
  • build: added ppc64le support (wagoodman#551)
  • feat: improve "Fetching" message (wagoodman#482)
  • feat: show setuid, setgid and sticky attributes (wagoodman#524)
  • feat(docker): Honor the host specified in current docker context (wagoodman#490)
  • feat: add layer-wise filesystem information to the analysis json file (wagoodman#458)
  • feat: add size to Layer Details view (wagoodman#522)
  • feat: add CTRL+e for extracting current focused file
  • feat: vim-like arrow, scroll, and close filtering motions (wagoodman#501)

Bug fixes

Dependency updates

  • chore(deps): update github artifact actions to v4 (major) by @renovate in #20
  • chore(deps): update docker/login-action action to v3 - autoclosed by @renovate in #19
  • chore(deps): update actions/setup-go action to v5 by @renovate in #18
  • chore(deps): update actions/checkout action to v4 by @renovate in #17
  • chore(deps): update actions/cache action to v4 by @renovate in #16
  • build: use Go 1.23.x to build project by @joschi in #24
  • chore(deps): update fountainhead/action-wait-for-check action to v1.2.0 by @joschi in #25
  • fix(deps): update module github.com/dustin/go-humanize to v1.0.1 by @renovate in #5
  • chore(deps): update alpine docker tag to v3.20 by @renovate in #7
  • fix(deps): update github.com/awesome-gocui/keybinding digest to 8602903 by @renovate in #2
  • fix(deps): update module github.com/spf13/cobra to v0.0.7 by @renovate in #6
  • fix(deps): update module github.com/fatih/color to v1.18.0 by @renovate in #9
  • fix(deps): update module github.com/google/uuid to v1.6.0 by @renovate in #10
  • fix(deps): update module github.com/sergi/go-diff to v1.3.1 by @renovate in #11
  • fix(deps): update module github.com/cespare/xxhash to v2 by @renovate in #21
  • fix(deps): update module github.com/docker/docker to v24.0.9+incompatible by @renovate in #3
  • fix(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #14
  • fix(deps): update module github.com/sirupsen/logrus to v1.9.3 by @renovate in #12
  • fix(deps): update module golang.org/x/net to v0.30.0 by @renovate in #15
  • fix(deps): update module github.com/spf13/cobra to v1 by @renovate in #23
  • fix(deps): update module github.com/docker/docker to v27 by @renovate in #22
  • fix(deps): update module github.com/docker/cli to v27.3.1+incompatible by @joschi in #27
  • chore(deps): update module github.com/logrusorgru/aurora to v4 (major) by @joschi in #29
  • chore(deps): update Docker CLI version to 27.3.1 by @joschi in #31
  • chore(deps): update GoReleaser to v2.4.4 (major) by @joschi in #32

Assorted

  • chore: Configure Renovate by @renovate in #1
  • ci: add gomodTidy and gomodUpdateImportPaths post update options to Renovate by @joschi in #26
  • ci: run Linux acceptance tests in parallel by @joschi in #28
  • ci: update GoReleaser configuration by @joschi in #33
  • fix: create ~/.docker directory in Docker images by @joschi in #34
  • fix: gracefully check for Docker configuration by @joschi in #37
  • refactor!: migrate Go module from wagoodman/dive to joschi/dive by @joschi in #36
  • ci: use correct container registry in ci-test-docker-image by @joschi in #39
  • chore: remove repetitive words (wagoodman#515)
  • chore: fix phony ci-release target (wagoodman#530)
  • docs: fix typos (wagoodman#531)
  • docs: add more Windows installation options to the README (wagoodman#470)
  • docs: Update README.md (wagoodman#506)
  • docs: update the install command to the latest Go version (wagoodman#509)
  • docs: warning message for Snap approach on Ubuntu/Debian (wagoodman#552)
  • docs: update curl commands in README (wagoodman#533)

New Contributors

Full Changelog: v0.12.0...v0.13.1

v0.13.0-alpha.3

07 Nov 09:07
54dab97
Compare
Choose a tag to compare
v0.13.0-alpha.3 Pre-release
Pre-release

v0.13.0-alpha.3

Additional Changes

  • use correct container registry in ci-test-docker-image [#39 @joschi]

(Full Changelog)

v0.13.0-alpha.2

07 Nov 08:52
91d6909
Compare
Choose a tag to compare
v0.13.0-alpha.2 Pre-release
Pre-release

v0.13.0-alpha.2

  • fix: create ~/.docker directory in Docker images by @joschi in #34
  • fix: gracefully check for Docker configuration by @joschi in #37
  • refactor!: migrate Go module from wagoodman/dive to joschi/dive by @joschi in #36
  • feat: create multi-arch container images with AMD64 and ARM64 by @joschi in #38

Full Changelog: v0.13.0-alpha.1...v0.13.0-alpha.2

v0.13.0

07 Nov 09:47
54dab97
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

⚠️ Broken release – please use v0.13.1.

ℹ️ No changes compared to v0.13.0-alpha.3.

Full Changelog: v0.13.0-alpha.3...v0.13.0

v0.13.0-alpha.1

06 Nov 23:38
Compare
Choose a tag to compare
v0.13.0-alpha.1 Pre-release
Pre-release

v0.13.0-alpha.1

What's Changed

  • chore: Configure Renovate by @renovate in #1
  • chore(deps): update github artifact actions to v4 (major) by @renovate in #20
  • chore(deps): update docker/login-action action to v3 - autoclosed by @renovate in #19
  • chore(deps): update actions/setup-go action to v5 by @renovate in #18
  • chore(deps): update actions/checkout action to v4 by @renovate in #17
  • chore(deps): update actions/cache action to v4 by @renovate in #16
  • build: use Go 1.23.x to build project by @joschi in #24
  • chore(deps): update fountainhead/action-wait-for-check action to v1.2.0 by @joschi in #25
  • ci: add gomodTidy and gomodUpdateImportPaths post update options to Renovate by @joschi in #26
  • fix(deps): update module github.com/dustin/go-humanize to v1.0.1 by @renovate in #5
  • chore(deps): update alpine docker tag to v3.20 by @renovate in #7
  • fix(deps): update github.com/awesome-gocui/keybinding digest to 8602903 by @renovate in #2
  • fix(deps): update module github.com/spf13/cobra to v0.0.7 by @renovate in #6
  • fix(deps): update module github.com/fatih/color to v1.18.0 by @renovate in #9
  • fix(deps): update module github.com/google/uuid to v1.6.0 by @renovate in #10
  • fix(deps): update module github.com/sergi/go-diff to v1.3.1 by @renovate in #11
  • fix(deps): update module github.com/cespare/xxhash to v2 by @renovate in #21
  • fix(deps): update module github.com/docker/docker to v24.0.9+incompatible by @renovate in #3
  • fix(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #14
  • fix(deps): update module github.com/sirupsen/logrus to v1.9.3 by @renovate in #12
  • fix(deps): update module golang.org/x/net to v0.30.0 by @renovate in #15
  • fix(deps): update module github.com/spf13/cobra to v1 by @renovate in #23
  • fix(deps): update module github.com/docker/docker to v27 by @renovate in #22
  • fix(deps): update module github.com/docker/cli to v27.3.1+incompatible by @joschi in #27
  • ci: run Linux acceptance tests in parallel by @joschi in #28
  • chore(deps): update module github.com/logrusorgru/aurora to v4 (major) by @joschi in #29
  • build: squash Docker image layers by @joschi in #30
  • chore(deps): update Docker CLI version to 27.3.1 by @joschi in #31
  • ci: update GoReleaser configuration by @joschi in #33
  • chore(deps): update GoReleaser to v2.4.4 (major) by @joschi in #32

New Contributors

Full Changelog: v0.12.0...v0.13.0-alpha.1

v0.12.0

06 Nov 23:30
925cdd8
Compare
Choose a tag to compare