From c0bf2daad7a8e03d2d0c3132bf51eff5331fd13c Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 1 Dec 2023 22:15:55 +1100 Subject: [PATCH] Bump to v0.13.0 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index b70758938..83abfa8df 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.13.0-dev" + appVersion = "0.13.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index d26119214..a1d9af2d4 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.13.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,21 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sat Nov 11 2023 Navid Yaghoobi 0.13.0-dev-1 +* Fri Dec 01 2023 Navid Yaghoobi 0.13.0-1 +- EPEL rpm package +- Adding container create mount inputfield option +- Use inputfield for container create volume option +- 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 * Sat Nov 11 2023 Navid Yaghoobi 0.12.0-1 - Bump github.com/containers/buildah from 1.31.2 to 1.32.2