From 3e1b20a8c9caaab73fb3fd31f1ea9baabd0436da Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 May 2024 21:09:50 +1000 Subject: [PATCH] bump to v1.0.1 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index cb2aff207..ee42d214a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "1.0.0" + appVersion = "1.0.1" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 8f5d1d610..8ed1ab83f 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -15,7 +15,7 @@ %global git0 https://%{import_path} Name: podman-tui -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 @@ -60,6 +60,14 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog +* Sat May 11 2024 Navid Yaghoobi 1.0.1-1 +- Bump github.com/containers/podman/v5 from 5.0.0 to 5.0.3 +- Bump github.com/containers/buildah from 1.35.1 to 1.35.2 +- Bump github.com/containers/common from 0.58.0 to 0.58.2 +- Bump golang.org/x/crypto from 0.21.0 to 0.23.0 +- Bump golang.org/x/net from 0.22.0 to 0.23.0 +- Bump github.com/distribution/reference from 0.5.0 to 0.6.0 + * Wed Mar 20 2024 Navid Yaghoobi 1.0.0-1 - Podman v5 support (5.0.0) - Bump github.com/containers/buildah to v1.35.1