Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Aug 20, 2023
1 parent 59fd9ba commit 33d9be5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 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.11.0-dev"
appVersion = "0.11.0"
)

// versionCmd represents the version command
Expand Down
27 changes: 25 additions & 2 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.11.0
Release: dev.1%{?dist}
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
URL: %{git0}
Expand Down Expand Up @@ -60,7 +60,30 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun Apr 16 2023 Navid Yaghoobi <[email protected]> 0.11.0-dev-1
* Sun Aug 20 2023 Navid Yaghoobi <[email protected]> 0.11.0-1
- Fix missing volume list created time column
- Bump github.com/containers/podman/v4 to 4.6.1
- Vagrantfile update (fedora-38 image)
- Bump github.com/containers/buildah from 1.31.1 to 1.31.2
- Bump github.com/containers/common from 0.55.2 to 0.55.3
- Bump golang.org/x/crypto from 0.11.0 to 0.12.0
- Bump github.com/docker/docker
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
- Bump github.com/containers/buildah from 1.30.0 to 1.31.1
- Bump github.com/containers/common from 0.53.0 to 0.55.2
- Bump golang.org/x/crypto from 0.10.0 to 0.11.0
- Bump github.com/containers/storage from 1.46.1 to 1.48.0
- Bump golang.org/x/crypto from 0.9.0 to 0.10.0
- Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2
- Bump github.com/docker/docker
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
- Bump github.com/containers/podman/v4 from 4.5.0 to 4.5.1
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
- Bump github.com/docker/distribution
- Bump github.com/sigstore/rekor from 1.1.0 to 1.2.0
- Bump tim-actions/get-pr-commits from 1.2.0 to 1.3.0
- Bump github.com/containers/common from 0.52.0 to 0.53.0
- Bump github.com/rs/zerolog from 1.29.0 to 1.29.1

* Sun Apr 16 2023 Navid Yaghoobi <[email protected]> 0.10.0-1
- Packit update - remove centos stream build
Expand Down

0 comments on commit 33d9be5

Please sign in to comment.