Skip to content

Commit 611535d

Browse files
committed
Bump to v1.7.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent 0f84693 commit 611535d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
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.7.0-dev"
10+
appVersion = "1.7.0"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

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

1717
Name: podman-tui
1818
Version: 1.7.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,19 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63-
* Wed May 28 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.7.0-dev-1
63+
* Fri Jul 11 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.7.0-1
64+
- Bump golang.org/x/crypto from 0.39.0 to 0.40.0
65+
- Remove unused BUILDTAGS
66+
- Bump github.com/containers/podman/v5 from 5.5.1 to 5.5.2
67+
- Bugfix invalid error when default remote connection is not defined
68+
- Add feature to use podman remote connections config if exist
69+
- Using json format for app config file
70+
- Packit - set rpm build for fedora-all
71+
- Added pod create namespace category
72+
- Added pod create namespace category
73+
- Added container create namespace (ipc, userns, uts, ...) category
74+
- Bugfix - connection list lock
75+
- UI code cleanup + set max with for container view image name
6476

6577
* Wed May 28 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-1
6678
- Added container create health log dest, max count and size options

0 commit comments

Comments
 (0)