Skip to content

Releases: containers/podman-tui

v1.0.1

11 May 11:17
Compare
Choose a tag to compare
  • Bump github.com/containers/podman/v5 from 5.0.0 to 5.0.3
  • Bump github.com/containers/buildah from 1.35.1 to 1.35.2
  • Bump github.com/containers/common from 0.58.0 to 0.58.2
  • Bump golang.org/x/crypto from 0.21.0 to 0.23.0
  • Bump golang.org/x/net from 0.22.0 to 0.23.0
  • Bump github.com/distribution/reference from 0.5.0 to 0.6.0

v1.0.0

21 Mar 08:31
Compare
Choose a tag to compare

What's Changed

  • Podman v5 support (5.0.0) - podman-tui now supports both podman v4 and v5
  • Bump github.com/containers/buildah to v1.35.1
  • Bump github.com/containers/common to v0.58.0
  • Bump github.com/containers/storage to v1.53.0

v0.18.0

16 Mar 10:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

04 Feb 05:40
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/containers/podman/v4 to 4.9.2 by @navidys
  • Bump github.com/containers/common to 0.57.4 by @dependabot
  • Go version update to 1.20 by @navidys

v0.16.0

21 Jan 08:07
Compare
Choose a tag to compare
  • Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3
  • Bump github.com/containerd/containerd from 1.7.9 to 1.7.11
  • Bump github.com/containers/common from 0.57.1 to 0.57.2
  • Bump golang.org/x/crypto from 0.17.0 to 0.18.0

v0.15.0

20 Dec 11:28
Compare
Choose a tag to compare
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [CVE-2023-48795]
  • Bump github.com/containers/podman/v4 from 4.8.1 to 4.8.2
  • Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0

v0.14.0

10 Dec 01:32
Compare
Choose a tag to compare

What's Changed

  • Container create dialog - user/groups category options
  • Container create dialog - environment category options
  • Container create dialog - privileged and timeout options
  • Bump github.com/containers/common from 0.57.0 to 0.57.1
  • Bump github.com/containers/podman/v4 from 4.8.0 to 4.8.1

v0.13.0

01 Dec 12:30
Compare
Choose a tag to compare
  • Adding container create mount inputfield option
  • Use inputfield for container create volume option
  • EPEL rpm package
  • Github action update
  • Docs update - add Gentoo in packaged versions
  • Running golangci-lint on ui package
  • Running golangci-lint on app package
  • Running golangci-lint on config package
  • Running golangci-lint on cmd package
  • Bump github.com/containers/podman/v4 from 4.7.2 to 4.8.0
  • Bump golang.org/x/crypto from 0.15.0 to 0.16.0
  • Bump github.com/navidys/tvxwidgets from 0.4.0 to 0.4.1
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
  • Bump github.com/containers/storage from 1.50.2 to 1.51.0

v0.12.0

11 Nov 11:16
Compare
Choose a tag to compare

What's Changed

  • Bump 0.11.0 by @navidys in #338
  • Bump tim-actions/commit-message-checker-with-regex from 0.3.1 to 0.3.2 by @dependabot in #342
  • Bump actions/checkout from 3 to 4 by @dependabot in #344
  • Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #345
  • Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.6+incompatible by @dependabot in #346
  • Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in #347
  • Bump github.com/navidys/tvxwidgets from 0.3.0 to 0.4.0 by @dependabot in #353
  • Bump github.com/containers/podman/v4 from 4.6.1 to 4.6.2 by @dependabot in #343
  • Bump github.com/containers/storage from 1.48.0 to 1.50.2 by @dependabot in #350
  • Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #354
  • Running codespell by @navidys in #367
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #365
  • Update ginkgo cli version to 2.11.0 by @navidys in #368
  • Bump golang.org/x/crypto from 0.13.0 to 0.15.0 by @dependabot in #366
  • Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #359
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #361
  • Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in #362
  • Bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible by @dependabot in #356
  • Using github.com/distribution/reference for pdcs/images by @navidys in #369
  • GH action update by @navidys in #370
  • Bump github.com/containers/podman/v4 from 4.6.2 to 4.7.2 by @dependabot in #364
  • Bump github.com/containers/buildah from 1.31.2 to 1.32.2 by @dependabot in #363

Full Changelog: v0.11.0...v0.12.0

v0.11.0

20 Aug 09:42
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 by @dependabot in #291
  • Bump github.com/containers/common from 0.52.0 to 0.53.0 by @dependabot in #297
  • Bump tim-actions/get-pr-commits from 1.2.0 to 1.3.0 by @dependabot in #305
  • Bump github.com/sigstore/rekor from 1.1.0 to 1.2.0 by @dependabot in #307
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #302
  • Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #304
  • Bump github.com/containers/podman/v4 from 4.5.0 to 4.5.1 by @dependabot in #308
  • Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #312
  • Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.2+incompatible by @dependabot in #309
  • Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #314
  • Bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in #315
  • Bump github.com/containers/storage from 1.46.1 to 1.48.0 by @dependabot in #318
  • Bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #323
  • Bump github.com/containers/common from 0.53.0 to 0.55.2 by @dependabot in #326
  • Bump github.com/containers/buildah from 1.30.0 to 1.31.1 by @dependabot in #327
  • Bump github.com/docker/docker from 24.0.2+incompatible to 24.0.5+incompatible by @dependabot in #329
  • Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #330
  • Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #331
  • Bump github.com/containers/common from 0.55.2 to 0.55.3 by @dependabot in #332
  • Bump github.com/containers/buildah from 1.31.1 to 1.31.2 by @dependabot in #333
  • Vagrantfile update (fedora-38 image) by @navidys in #335
  • Bump github.com/containers/podman/v4 to 4.6.1 by @navidys in #336
  • fix missing volume list created time column by @navidys in #337

Full Changelog: v0.10.0...v0.11.0