Skip to content

Commit 0b65653

Browse files
committed
Bump to v1.6.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent 6294d7d commit 0b65653

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.6.0-dev"
10+
appVersion = "1.6.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.6.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-
* Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-dev-1
63+
* Wed May 28 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-1
64+
- Added container create health log dest, max count and size options
65+
- Set default values for container create/run health log options
66+
- Fix bats test for network connect
67+
- Running golang-lint
68+
- Bump github.com/containers/podman/v5 from 5.4.2 to 5.5.0
69+
- Bump github.com/containers/buildah from 1.39.4 to 1.40.0
70+
- Bump github.com/containers/common from 0.62.3 to 0.63.0
71+
- Bump github.com/containers/storage from 1.57.2 to 1.58.0
72+
- Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4
73+
- Bump github.com/onsi/gomega from 1.36.2 to 1.37.0
74+
- Bump golang.org/x/net from 0.36.0 to 0.38.0
75+
- Bump golang.org/x/crypto from 0.36.0 to 0.38.0
6476

6577
* Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.5.0-1
6678
- Go update to v1.23.0 + Golangci-lint update to v1.64.4

0 commit comments

Comments
 (0)