summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-17 11:18:15 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-25 22:55:48 -0400
commit3a2ac5b28aa8e525a118cd273344af6abd98b2b4 (patch)
treef818bb5a38a21f6dc0ea4384c136f9f3911bf2f2 /recipes-containers
parent28472ab0d6e4fa792523d712a3f55216b21c3fb2 (diff)
downloadmeta-virtualization-3a2ac5b28aa8e525a118cd273344af6abd98b2b4.tar.gz
podman-tui: update to v0.5.0
Bumping podman-tui to version v0.5.0-40-g8f2b80f, which comprises the following commits: 95abf3a Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0 868a762 Bump github.com/containers/buildah from 1.26.4 to 1.27.0 7b02fb5 Bump github.com/containers/buildah from 1.26.2 to 1.26.4 0932c65 Bump github.com/containers/common from 0.48.0 to 0.49.0 7fff27e Fix flaky tests 87589d6 Fix typos 24a3fff Bump github.com/containers/storage from 1.41.0 to 1.42.0 6795a8f Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 e4f465b Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 85a603b Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 8829267 Running golangci-lint on pdcs/pods, pcs/containers d027158 running golangci-lint on pdcs/images 431dbd7 Makefile target to run codespell 2408394 running golangci-lint on pdcs/sysinfo a4f7c62 running golangci-lint on pdcs/networks 7b35f80 running golangci-lint on pdcs/volumes 9f0fdd5 Bump github.com/containers/buildah from 1.26.1 to 1.26.2 08f96d0 Bump github.com/navidys/tvxwidgets from 0.1.0 to 0.1.1 9a4dfd5 running golangci-lint on pdcs/registry and pdcs/utils a158603 Makefile - install golangci-lint and codespell tools 843dee3 Bump to v0.6.0-dev e0db08b Bump to v0.5.0 117087b Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 3e4d6c3 code coverage for network and volume create dialogs ac570c3 github workflow: adding templates for bug report and features 082cf8e docs: adding security policy 1339a05 Bump github.com/containers/podman/v4 from 4.1.0 to 4.1.1 9f92e1c new feature - image push 666026d Bump github.com/docker/docker 6e50e26 show confirmation dialog in the center of different views a55466b disk usage dialog table headers color update 8f21399 docs update - Mac build 0d13526 Esc key shall not close dialogs if its dropdown widgets has focus a957454 docs update - Mac build d6d81f6 Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 95187ec infobar + help color update for headers c25c20e using images.GetImage function for image inspect 83b1ac5 new feature - container commit 509532b image history dialog update a4488bf update button labels based on their function c15c697 makefile update - darwin build ce6a55f Bump to v0.5.0-dev fafb1dc Bump to v0.4.0 bc9c56d running codespell a23b601 code coverage for ui/utils 36230ca CI setup Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/podman-tui/podman-tui_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb
index e749b613..2144ebfc 100644
--- a/recipes-containers/podman-tui/podman-tui_git.bb
+++ b/recipes-containers/podman-tui/podman-tui_git.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 libgpg-error \ 17 libgpg-error \
18" 18"
19 19
20SRCREV = "cd51747647c5e1fac812c00a2e9e1985693a95e1" 20SRCREV = "8f2b80ffbd2518c2e95ddd092e009cc385a0633c"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/podman-tui;protocol=https;branch=main \ 22 git://github.com/containers/podman-tui;protocol=https;branch=main \
23" 23"
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32PV = "v0.3.0+git${SRCPV}" 32PV = "v0.5.0+git${SRCPV}"
33 33
34PODMAN_PKG = "github.com/containers/podman-tui" 34PODMAN_PKG = "github.com/containers/podman-tui"
35 35