diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-24 16:07:22 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-24 18:42:34 +0000 |
commit | 536ea278b64c0cf7d96f96927ac14cddfb73d81a (patch) | |
tree | b2fceead1a5fbdf5219754738df6423ef5ad1454 | |
parent | adcaf0618b6eb4d9ab7c91534ce284b8da438e03 (diff) | |
download | meta-virtualization-536ea278b64c0cf7d96f96927ac14cddfb73d81a.tar.gz |
podman-tui: update to v1.4.0
Bumping podman-tui to version v0.9.0-438-g204d054c, which comprises the following commits:
204d054c Bump to v1.4.0
59a9904e README.md fix demo link
8460ac45 Bump golang.org/x/crypto to v0.33.0
db872518 Bump github.com/containers/buildah from 1.38.1 to 1.39.1
87d8ab15 bugfix panic in system events
610cf9fc Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
aa8a4771 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
7c30fa9d Bump podman to v5.4.0
9a57aeb7 enhance: merge READMEs
a07daf87 docs: enhance directory structure
53146731 Bump github.com/containers/podman/v5 from 5.3.1 to 5.3.2
958a2a44 packit update epel + centos stream
af4b22fa Bump golang.org/x/net from 0.30.0 to 0.33.0
d8f0ffb3 Bump github.com/gdamore/tcell/v2 from 2.7.4 to 2.8.1
086842a2 Bump golang.org/x/crypto from 0.31.0 to 0.32.0
f1f1ff11 Bump golang.org/x/crypto from 0.29.0 to 0.31.0
0e8ff20e Bump to v1.4.0-dev
37019c2f Bump to v1.3.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 7bbcab6b..02f785fa 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
@@ -18,10 +18,10 @@ DEPENDS = " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV_FORMAT = "podmantui_storage" | 20 | SRCREV_FORMAT = "podmantui_storage" |
21 | SRCREV_podmantui = "37019c2f86dd0c9a0e7d8235617582e4ded4334b" | 21 | SRCREV_podmantui = "204d054c97c2d2908a930a3b3de520f54271a2bd" |
22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.3;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.4;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
25 | " | 25 | " |
26 | # Due to some other API changes, we can't directly import containers/storage at | 26 | # Due to some other API changes, we can't directly import containers/storage at |
27 | # the right commit, so we instead extract a patch and apply it to the tree | 27 | # the right commit, so we instead extract a patch and apply it to the tree |
@@ -34,7 +34,7 @@ GO_IMPORT = "import" | |||
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||
37 | PV = "v1.3.0+git" | 37 | PV = "v1.4.0+git" |
38 | 38 | ||
39 | PODMAN_PKG = "github.com/containers/podman-tui" | 39 | PODMAN_PKG = "github.com/containers/podman-tui" |
40 | 40 | ||