Skip to content

Commit

Permalink
Bump to v0.18.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 16, 2024
1 parent f3cde44 commit 64ea1b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 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.18.0-dev"
appVersion = "0.18.0"
)

// versionCmd represents the version command.
Expand Down
22 changes: 21 additions & 1 deletion podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,27 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun Feb 04 2024 Navid Yaghoobi <[email protected]> 0.18.0-dev-1
* Sat Mar 16 2024 Navid Yaghoobi <[email protected]> 0.18.0-1
- Resolves Substitute env variables in config file
- Golangci-lint update 1.56.2
- Unit tests
- Vagrantfile update (fedora 39)
- Github action update
- podman-tui installation via homebrew for Mac
- install.md update - ArchLinux (AUR)
- install.md update - Alpine Linux, AlmaLinux and Rocky Linux
- README.md update
- Bump github.com/containers/podman/v4 from 4.9.2 to 4.9.3
- Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4
- Bump golang.org/x/crypto from 0.19.0 to 0.21.0
- Bump tim-actions/get-pr-commits from 1.3.0 to 1.3.1
- Bump codecov/codecov-action from 3 to 4
- Bump golang.org/x/crypto from 0.18.0 to 0.19.0
- Bump pre-commit/action from 3.0.0 to 3.0.1
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
- Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
- Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3

* Sun Feb 04 2024 Navid Yaghoobi <[email protected]> 0.17.0-1
- Bump github.com/containers/podman/v4 to 4.9.2
Expand Down

0 comments on commit 64ea1b8

Please sign in to comment.