From f7f4714910f68b2daa86558bf4a103606368b640 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Wed, 20 Dec 2023 22:05:13 +1100 Subject: [PATCH] Bump to v0.15.0 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 703d1278f..3d05ee7b5 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.15.0-dev" + appVersion = "0.15.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 7ac5d6638..a8f2a053d 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.15.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,10 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sat Dec 09 2023 Navid Yaghoobi 0.15.0-dev-1 +* Wed Dec 20 2023 Navid Yaghoobi 0.15.0-1 +- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [CVE-2023-48795] +- Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0 +- Bump github.com/containers/podman/v4 from 4.8.1 to 4.8.2 * Sat Dec 09 2023 Navid Yaghoobi 0.14.0-1 - Container create dialog - user/groups category options