Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 5, 2023
1 parent 2c91b55 commit 8ad97a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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 = "0.9.0-dev"
appVersion = "0.9.0"
)

// versionCmd represents the version command
Expand Down
11 changes: 6 additions & 5 deletions podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

%changelog
* Sun Feb 26 2023 Navid Yaghoobi <[email protected]> 0.9.0-dev-1

* Sun Feb 26 2023 Navid Yaghoobi <[email protected]> 0.8.0-1
* Sun Mar 05 2023 Navid Yaghoobi <[email protected]> 0.9.0-1
- New feature - container healthcheck
- UI style update
- Displaying progressbar before container logs command
- Adding published port feature to pod create dialog
Expand All @@ -74,7 +73,9 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
- Fix build issue (vendor)
- Vagrant box update to fc37
- Bump podman/v4 to 4.4.2
- Bump github.com/onsi/gomega from 1.24.1 to 1.27.1
- Bump github.com/containers/storage from 1.45.3 to 1.45.4
- Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4
- Bump github.com/onsi/gomega from 1.27.1 to 1.27.2
- Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.8.3
- Bump github.com/gdamore/tcell/v2
- Bump golang.org/x/net from 0.6.0 to 0.7.0
Expand Down

0 comments on commit 8ad97a1

Please sign in to comment.