Skip to content

Releases: containers/podman-tui

v0.6.0

03 Oct 10:42
Compare
Choose a tag to compare

What's Changed

  • new feature - network connect by @navidys in #135
  • new feature - network disconnect by @navidys in #139
  • Fix typos by @aaronjheng in #128
  • Fix flaky tests by @aaronjheng in #129
  • adding approvers to OWNERS file + running codespell by @navidys in #137
  • Makefile - install golangci-lint and codespell tools by @navidys in #115
  • running golangci-lint on pdcs/registry and pdcs/utils by @navidys in #116
  • Makefile target to run codespell by @navidys in #120
  • running golangci-lint on pdcs/images by @navidys in #121
  • Running golangci-lint on pdcs/networks, pcs/volumes and pdcs/sysinfo packages by @navidys in #119
  • Running golangci-lint on pdcs/pods, pcs/containers by @navidys in #122
  • Bump github.com/containers/podman/v4 from 4.2.0 to 4.2.1 by @dependabot in #146
  • Bump github.com/navidys/tvxwidgets from 0.1.0 to 0.1.1 by @dependabot in #117
  • Bump github.com/containers/buildah from 1.26.1 to 1.26.2 by @dependabot in #118
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #123
  • Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #124
  • Bump github.com/containers/storage from 1.41.0 to 1.42.0 by @dependabot in #126
  • Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 by @dependabot in #125
  • Bump github.com/containers/common from 0.48.0 to 0.49.0 by @dependabot in #130
  • Bump github.com/containers/buildah from 1.26.2 to 1.26.4 by @dependabot in #132
  • Bump github.com/containers/buildah from 1.26.4 to 1.27.0 by @dependabot in #133
  • Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0 by @dependabot in #134
  • Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 by @dependabot in #142
  • Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 by @dependabot in #140
  • Bump github.com/onsi/gomega from 1.20.1 to 1.20.2 by @dependabot in #143
  • Bump github.com/docker/go-units from 0.4.0 to 0.5.0 by @dependabot in #144

v0.5.0

02 Jul 22:28
Compare
Choose a tag to compare

What's Changed

  • feature - image push
  • feature - container commit
  • using images.GetImage function for image inspect
  • show confirmation dialog in the center of different views
  • disk usage dialog table headers color update
  • Esc key shall not close dialogs if its dropdown widgets has focus
  • infobar + help color update for headers
  • image history dialog update
  • update button labels based on their function
  • code coverage for network and volume create dialogs
  • code coverage for ui/utils
  • makefile update - darwin build
  • docs: adding templates for bug report and features
  • docs: adding security policy
  • docs: Mac build
  • Bump github.com/containers/podman/v4 from 4.1.0 to 4.1.1
  • Bump github.com/docker/docker
  • Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
  • Bump github.com/spf13/cobra from 1.4.0 to 1.5.0