From 864efdb47881cc01a0c6d3e55aca7c10cdb89329 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 6 Nov 2022 18:58:55 +1100 Subject: [PATCH] Bump to v0.7.0 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index cf48ad035..bc58d8a6e 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.7.0-dev" + appVersion = "0.7.0" ) // versionCmd represents the version command diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 36248e137..e783302bb 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.7.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,38 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Sep 11 2022 Navid Yaghoobi 0.7.0-dev-1 +* Sun Nov 06 2022 Navid Yaghoobi 0.7.0-1 +- New feature - container restore +- New feature - container checkpoint +- Cirrus + golangci update +- Fix vendoring failure +- Config and pdcs update for podman v4.3.0 +- Check for gha updates daily with dependabot +- Static build support +- Fix test failure for utils and network disconnect dialog +- Bump github.com/containers/podman/v4 from 4.2.1 to 4.3.0 +- Bump github.com/containers/buildah from 1.27.2 to 1.28.0 +- Bump github.com/containers/common from 0.49.1 to 0.50.1 +- Bump actions/checkout from 2 to 3 +- Bump actions/stale from 1 to 6 +- Bump tim-actions/get-pr-commits from 1.1.0 to 1.2.0 +- Bump github.com/docker/docker from 20.10.20+incompatible to 20.10.21+incompatible +- Bump github.com/onsi/gomega from 1.22.1 to 1.24.0 +- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 +- Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 +- Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0 +- Bump github.com/docker/docker from 20.10.19+incompatible to 20.10.20+incompatible +- Bump github.com/docker/docker from 20.10.18+incompatible to 20.10.19+incompatible +- Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 +- Bump github.com/onsi/gomega from 1.22.0 to 1.22.1 +- Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.0 +- Bump github.com/onsi/gomega from 1.21.1 to 1.22.0 +- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 +- Bump github.com/onsi/gomega from 1.20.2 to 1.21.1 +- Bump github.com/containers/buildah from 1.27.1 to 1.27.2 +- Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 +- Bump github.com/docker/docker 20.10.17+incompatible to 20.10.18+incompatible +- Bump github.com/containers/buildah from 1.27.0 to 1.27.1 * Sun Sep 11 2022 Navid Yaghoobi 0.6.0-1 - new feature - network disconnect