diff --git a/cmd/version.go b/cmd/version.go index d5ef37f67..9c8b01eac 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.11.0-dev" + appVersion = "0.11.0" ) // versionCmd represents the version command diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index f1af5bfac..3becc0750 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.11.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,30 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Apr 16 2023 Navid Yaghoobi 0.11.0-dev-1 +* Sun Aug 20 2023 Navid Yaghoobi 0.11.0-1 +- Fix missing volume list created time column +- Bump github.com/containers/podman/v4 to 4.6.1 +- Vagrantfile update (fedora-38 image) +- Bump github.com/containers/buildah from 1.31.1 to 1.31.2 +- Bump github.com/containers/common from 0.55.2 to 0.55.3 +- Bump golang.org/x/crypto from 0.11.0 to 0.12.0 +- Bump github.com/docker/docker +- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 +- Bump github.com/containers/buildah from 1.30.0 to 1.31.1 +- Bump github.com/containers/common from 0.53.0 to 0.55.2 +- Bump golang.org/x/crypto from 0.10.0 to 0.11.0 +- Bump github.com/containers/storage from 1.46.1 to 1.48.0 +- Bump golang.org/x/crypto from 0.9.0 to 0.10.0 +- Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 +- Bump github.com/docker/docker +- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 +- Bump github.com/containers/podman/v4 from 4.5.0 to 4.5.1 +- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 +- Bump github.com/docker/distribution +- Bump github.com/sigstore/rekor from 1.1.0 to 1.2.0 +- Bump tim-actions/get-pr-commits from 1.2.0 to 1.3.0 +- Bump github.com/containers/common from 0.52.0 to 0.53.0 +- Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 * Sun Apr 16 2023 Navid Yaghoobi 0.10.0-1 - Packit update - remove centos stream build