Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 1.3.0 #539

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
appVersion = "1.3.0-dev"
appVersion = "1.4.0-dev"
)

// versionCmd represents the version command.
Expand Down
11 changes: 9 additions & 2 deletions podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global git0 https://%{import_path}

Name: podman-tui
Version: 1.3.0
Version: 1.4.0
Release: dev.1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,7 +60,14 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sat Aug 03 2024 Navid Yaghoobi <[email protected]> 1.3.0-dev-1
* Sun Dec 01 2024 Navid Yaghoobi <[email protected]> 1.4.0-dev-1

* Sun Dec 01 2024 Navid Yaghoobi <[email protected]> 1.3.0-1
- Bump github.com/containers/podman/v5 to v5.3.1
- Bump github.com/containers/buildah to v1.38.0
- Bump github.com/containers/common to v0.61.0
- Bump github.com/containers/storage to v1.56.0
- Fix event reader channel close after receiving first event

* Sat Aug 03 2024 Navid Yaghoobi <[email protected]> 1.2.0-1
- New feature - secrets page
Expand Down
Loading