Skip to content

Releases: containers/podman-tui

v1.11.0

09 Mar 03:23

Choose a tag to compare

What's Changed

  • Feature - podman volume export by @navidys in #707
  • Feature - podman volume import by @navidys in #708
  • Feature - adding UID and GID for volume create dialog by @navidys in #709
  • Github action for auto draft release by @navidys in #724
  • Packit for fedora downstream release by @navidys in #725
  • Github action update go version by @navidys in #726
  • Bump github.com/containers/podman/v5 from 5.7.1 to 5.8.0 by @dependabot[bot] in #723
  • Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #715
  • Bump github.com/gdamore/tcell/v2 from 2.13.4 to 2.13.5 by @dependabot[bot] in #706
  • Bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in #722
  • Bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in #713

Full Changelog: v1.10.0...v1.11.0

v1.10.0

22 Dec 00:14

Choose a tag to compare

What's Changed

  • Doc update - include Nix installation by @iedame in #675
  • Update README.md to include docs on running the socket on non systemd distros by @aadi58002 in #683
  • Fixbug for exec terminal enter key input by @navidys in #701
  • Bump podman to v5.7.1 by @navidys in #700
  • Bats skip tests feature by @navidys in #702
  • Fixbug for exec terminal del and delete key input by @navidys in #703
  • Bump golang.org/x/crypto from 0.43.0 to 0.46.0 by @dependabot[bot] in #697
  • Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in #674
  • Bump github.com/gdamore/tcell/v2 from 2.12.1 to 2.13.4 by @dependabot[bot] in #699
  • Bump github.com/gdamore/tcell/v2 from 2.10.0 to 2.12.1 by @dependabot[bot] in #690
  • Bump github.com/gdamore/tcell/v2 from 2.9.0 to 2.10.0 by @dependabot[bot] in #685
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #686
  • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #694

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

04 Oct 00:31

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.1

28 Sep 09:07

Choose a tag to compare

  • Windows use default style colors

v1.8.0

13 Sep 09:05

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

11 Jul 08:31

Choose a tag to compare

  • Bump golang.org/x/crypto from 0.39.0 to 0.40.0
  • Remove unused BUILDTAGS
  • Bump github.com/containers/podman/v5 from 5.5.1 to 5.5.2
  • Bugfix invalid error when default remote connection is not defined
  • Add feature to use podman remote connections config if exist
  • Using json format for app config file
  • Packit - set rpm build for fedora-all
  • Added pod create namespace category
  • Added pod create namespace category
  • Added container create namespace (ipc, userns, uts, ...) category
  • Bugfix - connection list lock
  • UI code cleanup + set max with for container view image name

v1.6.1

07 Jun 08:01

Choose a tag to compare

  • Bump github.com/containers/podman/v5 from 5.5.0 to 5.5.1
  • Bump github.com/containers/common from 0.63.0 to 0.63.1
  • Bump github.com/containers/buildah from 1.40.0 to 1.40.1

v1.6.0

28 May 08:00

Choose a tag to compare

  • Added container create health log dest, max count and size options
  • Set default values for container create/run health log options
  • Fix bats test for network connect
  • Running golang-lint
  • Bump github.com/containers/podman/v5 from 5.4.2 to 5.5.0
  • Bump github.com/containers/buildah from 1.39.4 to 1.40.0
  • Bump github.com/containers/common from 0.62.3 to 0.63.0
  • Bump github.com/containers/storage from 1.57.2 to 1.58.0
  • Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4
  • Bump github.com/onsi/gomega from 1.36.2 to 1.37.0
  • Bump golang.org/x/net from 0.36.0 to 0.38.0
  • Bump golang.org/x/crypto from 0.36.0 to 0.38.0

v1.5.0

06 Apr 05:12

Choose a tag to compare

  • New feature - pod create resource settings category
  • New feature - container create resource settings category
  • New feature - container run
  • Go update to v1.23.0 + Golangci-lint update to v1.64.4
  • UI input check trim spaces
  • Fix Vagrant box hostname
  • Fix view's dialogs focus issue
  • Exec and run vterm container ID and name display issue fix
  • Added bats tests for container run cmd
  • Vagrantfile box version update to fedora/41-cloud-base
  • UI dialog size adjustments
  • View sub dialog size adjustments
  • Container exec terminal size change
  • Container create dialog secret option
  • Fix wrong function name
  • Bump github.com/containers/podman/v5 to 5.4.2
  • Bump github.com/rs/zerolog to 1.34.0
  • Bump github.com/containers/buildah to 1.39.4
  • Bump github.com/BurntSushi/toml to 1.5.0
  • Bump github.com/containers/common to 0.62.3
  • Bump github.com/containers/storage to 1.57.2
  • Bump golang.org/x/net to 0.36.0
  • Bump golang.org/x/crypto to 0.36.0

v1.4.0

01 Mar 03:34

Choose a tag to compare

What's Changed

New Contributors