Skip to content

Commit 6c7ddd2

Browse files
committed
Bump to v1.8.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent e7264d8 commit 6c7ddd2

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

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.8.0-dev"
10+
appVersion = "1.8.0"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Name: podman-tui
1818
Version: 1.8.0
19-
Release: dev.1%{?dist}
19+
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
2222
URL: %{git0}
@@ -60,7 +60,28 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63-
* Fri Jul 11 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.8.0-dev-1
63+
* Sat Sep 13 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.8.0-1
64+
- Bump github.com/containers/podman/v5 from 5.5.2 to 5.6.1
65+
- Bump actions/setup-python from 5 to 6
66+
- Bump actions/stale from 9 to 10
67+
- Bump actions/setup-go from 5 to 6
68+
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
69+
- Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
70+
- Ui adoption to tview v0.42.0
71+
- Bump github.com/rivo/tview
72+
- Bugfix ui views - update selected row after last row removal
73+
- Bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0
74+
- Bats functionality tests update
75+
- System and secret view sort dialogs + code enhancement
76+
- Network view sort dialog
77+
- Image view sort dialog
78+
- Volumes view sort dialog
79+
- Pods view sort dialog
80+
- Containers view sort dialog
81+
- Golangci-lint update to v2.3.1
82+
- Bump actions/checkout from 4 to 5
83+
- Bump golang.org/x/crypto from 0.40.0 to 0.41.0
84+
- Enable packit EPEL10 build
6485

6586
* Fri Jul 11 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.7.0-1
6687
- Bump golang.org/x/crypto from 0.39.0 to 0.40.0

0 commit comments

Comments
 (0)