|
16 | 16 |
|
17 | 17 | Name: podman-tui |
18 | 18 | Version: 1.8.0 |
19 | | -Release: dev.1%{?dist} |
| 19 | +Release: 1%{?dist} |
20 | 20 | Summary: Podman Terminal User Interface |
21 | 21 | License: ASL 2.0 |
22 | 22 | URL: %{git0} |
@@ -60,7 +60,28 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} |
60 | 60 | %{_bindir}/%{name} |
61 | 61 |
|
62 | 62 | %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 |
64 | 85 |
|
65 | 86 | * Fri Jul 11 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.7.0-1 |
66 | 87 | - Bump golang.org/x/crypto from 0.39.0 to 0.40.0 |
|
0 commit comments