928a50d228
fix(deps): update module golang.org/x/net to v0.45.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 19:23:34 +00:00
72ffd00c5a
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.26.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 15:28:39 +00:00
43a294fa94
vendor: update golang.org/x packages
...
They require go 1.24 and now that we bumped it we can update them. Seem
easier to do it her eonce than having to wait for renovate to update
each individually.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-09-10 16:17:05 +02:00
2e7d6135c6
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.24.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 16:56:36 +00:00
8633b5edeb
Update module golang.org/x/net to v0.43.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-08 05:09:52 +00:00
8987fd412a
fix(deps): update module golang.org/x/crypto to v0.40.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-11 00:26:01 +00:00
c01eaa87dd
fix(deps): update module golang.org/x/term to v0.33.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 08:47:54 +00:00
38ed6c6589
vendor: update c/{common,image,storage} to main
...
Mainly to pull in the rekor removal from c/image which removes a bunch
of dependencies.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-06-27 16:35:40 +02:00
a87bef9606
fix(deps): update module golang.org/x/net to v0.41.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 17:51:55 +00:00
b551939be6
vendor: update c/{buildah,common,image,storage} to main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-05-28 14:53:37 +02:00
4a4b8dcfe9
fix(deps): update module golang.org/x/crypto to v0.38.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 10:09:13 +00:00
32d389a19c
fix(deps): update module golang.org/x/term to v0.32.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-05 18:53:33 +00:00
fbdeff2b88
fix(deps): update module golang.org/x/sys to v0.33.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-05 17:33:37 +00:00
0b1623e2e4
fix(deps): update module golang.org/x/sync to v0.14.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-05 13:31:53 +00:00
76b07dd48d
Bump to Buildah v1.40.0
...
Bumps to Buildah v1.40.0 and adds the `--inherits-labels` option to
build and farm build man pages.
Also turn off the inherit-labels option test for now as it seems to be
rathr unhappy.
Issue for inherit-labels test failure: https://github.com/containers/podman/issues/25938
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-04-22 16:50:02 -04:00
be937a4e20
Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0
...
Bump:
c/storage v1.58.0
c/image v5.35.0
c/common v0.63.0
In preparation for Podman v5.5.0
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-04-17 11:05:56 -04:00
6bb1d0837f
fix(deps): update module golang.org/x/crypto to v0.37.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07 11:38:53 +00:00
27b3781201
fix(deps): update module golang.org/x/term to v0.31.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-06 01:55:55 +00:00
51bb71d1b3
vendor: bump c/common to 9b0d134f392
...
Bump common to 9b0d134f392f41de3f3065aad162e73a3904168e
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
2025-04-01 09:58:43 -07:00
604cb0aa17
Merge pull request #25694 from mtrmac/tarball-compression
...
Fix `podman import` with non-gzip inputs
2025-03-31 17:49:24 +00:00
571e0d52b3
Update c/image after https://github.com/containers/image/pull/2795
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2025-03-31 18:00:21 +02:00
19b4c3c1b7
fix(deps): update module golang.org/x/net to v0.38.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 15:40:13 +00:00
5ad70c9c56
Don't depend on github.com/crc-org/vfkit/pkg/rest
...
Via github.com/gin-gonic/gin , this depends on _several_
large encoding / decoding packages, including a JIT
compiler. Maintaining <60 lines of code ourselves
seems well worth it.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-31 14:39:51 +02:00
88b62d2c27
vendor: update c/common
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2025-03-20 13:37:19 +01:00
76fe869dc5
fix(deps): update module golang.org/x/net to v0.36.0 [security]
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 12:41:13 +00:00
b23249635d
vendor: bump to golang.org/x/crypto@v0.36.0
...
Fixes: CVE-2025-22869
Fixes: https://issues.redhat.com/browse/RHEL-81326
Fixes: https://issues.redhat.com/browse/RHEL-82777
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-11 16:57:35 +01:00
74a100f542
fix(deps): update module golang.org/x/net to v0.35.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 19:02:53 +00:00
f73c976bca
fix(deps): update module golang.org/x/crypto to v0.33.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 12:13:54 +00:00
165d5c3062
fix(deps): update module golang.org/x/sync to v0.11.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 23:03:27 +00:00
e7a0032ec3
fix(deps): update module golang.org/x/sys to v0.30.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 16:34:58 +00:00
509c80d5bd
fix(deps): update golang.org/x/exp digest to e0ece0d
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-01 05:07:10 +00:00
141bd613b8
vendor latest c/{buildah,common,image,storage}
...
Make sure everything passes for rc2.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-01-27 12:41:14 +01:00
b6f1364319
vendor latest c/{common,image,storage}
...
To prepare for 5.4.0-rc1.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-01-21 19:02:43 +01:00
121caa04ca
Add newer c/i to support artifacts
...
Adding in a newer containers/image to make artifact a little easier to
merge.
Signed-off-by: Brent Baude <bbaude@redhat.com>
2025-01-08 13:42:24 -06:00
3be6c501c0
fix(deps): update module golang.org/x/net to v0.34.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 11:07:29 +00:00
1dbd68f061
vendor latest c/common from main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-01-07 13:35:43 +01:00
de829251fc
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-23 15:02:22 +00:00
1b1e0446a5
fix(deps): update module golang.org/x/net to v0.33.0 [security]
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 01:35:14 +00:00
f1e77cf172
fix(deps): update module golang.org/x/crypto to v0.31.0 [security]
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 03:27:37 +00:00
45c979d6b3
fix(deps): update module golang.org/x/net to v0.32.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 12:03:25 +00:00
66f9e81c17
fix(deps): update module golang.org/x/sys to v0.28.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-04 18:24:11 +00:00
db6c2c7cdf
fix(deps): update golang.org/x/exp digest to 2d47ceb
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-01 10:47:09 +00:00
8d8b98b64d
fix(deps): update module golang.org/x/net to v0.31.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 10:21:16 +00:00
e1fe4b4b95
fix(deps): update module golang.org/x/crypto to v0.29.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 00:02:29 +00:00
c7ff3b75cb
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-30 12:17:30 +00:00
385e2ea650
fix(deps): update module golang.org/x/net to v0.30.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 10:26:51 +00:00
fbd9fe45cb
fix(deps): update module golang.org/x/crypto to v0.28.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 09:17:57 +00:00
53785ed055
fix(deps): update module golang.org/x/sys to v0.26.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-04 15:31:29 +00:00
7f29233a3f
vendor: update containers/image
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-09-24 20:28:31 +02:00
1c23bd5acf
fix(deps): update module golang.org/x/crypto to v0.27.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06 08:12:21 +00:00