From 157594489153ba85bed77762cf05c0c1c40a82d9 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 22:01:16 +1100 Subject: [PATCH 1/2] Bump to v0.12.0 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 2f8bb3019..4dc42c0c7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.12.0-dev" + appVersion = "0.12.0" ) // versionCmd represents the version command diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index b80e8d667..e6637d82a 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.12.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,28 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Aug 20 2023 Navid Yaghoobi 0.12.0-dev-1 +* Sat Nov 11 2023 Navid Yaghoobi 0.12.0-1 +- Bump github.com/containers/buildah from 1.31.2 to 1.32.2 +- Bump github.com/containers/podman/v4 from 4.6.2 to 4.7.2 +- GH action update +- Using github.com/distribution/reference +- Bump github.com/docker/distribution +- Bump github.com/docker/docker +- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 +- Bump golang.org/x/net from 0.13.0 to 0.17.0 +- Bump golang.org/x/crypto from 0.13.0 to 0.15.0 +- Update ginkgo cli version to 2.11.0 +- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 +- Running codespell +- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 +- Bump github.com/containers/storage from 1.48.0 to 1.50.2 +- Bump github.com/navidys/tvxwidgets from 0.3.0 to 0.4.0 +- Bump github.com/containers/podman/v4 from 4.6.1 to 4.6.2 +- Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 +- Bump github.com/docker/docker +- Bump golang.org/x/crypto from 0.12.0 to 0.13.0 +- Bump actions/checkout from 3 to 4 +- Bump tim-actions/commit-message-checker-with-regex from 0.3.1 to 0.3.2 * Sun Aug 20 2023 Navid Yaghoobi 0.11.0-1 - Fix missing volume list created time column From 35468621d8198ed31e295bc2340f200206c5c4aa Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 22:02:13 +1100 Subject: [PATCH 2/2] Bump to v0.13.0-dev Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 4dc42c0c7..e284842a6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.12.0" + appVersion = "0.13.0-dev" ) // versionCmd represents the version command diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index e6637d82a..d26119214 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -15,8 +15,8 @@ %global git0 https://%{import_path} Name: podman-tui -Version: 0.12.0 -Release: 1%{?dist} +Version: 0.13.0 +Release: dev.1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,6 +60,8 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog +* Sat Nov 11 2023 Navid Yaghoobi 0.13.0-dev-1 + * Sat Nov 11 2023 Navid Yaghoobi 0.12.0-1 - Bump github.com/containers/buildah from 1.31.2 to 1.32.2 - Bump github.com/containers/podman/v4 from 4.6.2 to 4.7.2