Skip to content

Commit 5d5c4cc

Browse files
committed
Bump to v1.6.1
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent 02bc24f commit 5d5c4cc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
appVersion = "1.6.0"
10+
appVersion = "1.6.1"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%global git0 https://%{import_path}
1616

1717
Name: podman-tui
18-
Version: 1.6.0
18+
Version: 1.6.1
1919
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
@@ -60,6 +60,11 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63+
* Sat Jun 07 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.1-1
64+
- Bump github.com/containers/podman/v5 from 5.5.0 to 5.5.1
65+
- Bump github.com/containers/common from 0.63.0 to 0.63.1
66+
- Bump github.com/containers/buildah from 1.40.0 to 1.40.1
67+
6368
* Wed May 28 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-1
6469
- Added container create health log dest, max count and size options
6570
- Set default values for container create/run health log options

0 commit comments

Comments
 (0)