From 64ea1b8203160d6432232e79bab3100b7d03490a Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 16 Mar 2024 20:54:30 +1100 Subject: [PATCH] Bump to v0.18.0 Signed-off-by: Navid Yaghoobi --- cmd/version.go | 2 +- podman-tui.spec.rpkg | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index f3db44006..ebbc0dcc0 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.18.0-dev" + appVersion = "0.18.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index bcebe74d0..c6de4bba0 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -60,7 +60,27 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Feb 04 2024 Navid Yaghoobi 0.18.0-dev-1 +* Sat Mar 16 2024 Navid Yaghoobi 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 0.17.0-1 - Bump github.com/containers/podman/v4 to 4.9.2