-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Navid Yaghoobi <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> 0.13.0-dev-1 | ||
* Fri Dec 01 2023 Navid Yaghoobi <[email protected]> 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 <[email protected]> 0.12.0-1 | ||
- Bump github.com/containers/buildah from 1.31.2 to 1.32.2 | ||
|