Commit Graph

3498 Commits

Author SHA1 Message Date
Miloslav Trmač
4e9bd3d331 Merge pull request #2849 from mtrmac/libs-deps
Update go.podman.io dependencies
2026-04-14 17:36:13 +02:00
Miloslav Trmač
3f4591c246 Update go.podman.io dependencies
Manually update to commits on main, because automation
would find latest tags on a release branch and downgrade
to them instead.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-04-13 17:19:38 +02:00
Miloslav Trmač
da8f4a4ad5 Merge pull request #2844 from containers/renovate/golang.org-x-term-0.x
Update module golang.org/x/term to v0.42.0
2026-04-09 17:38:03 +02:00
renovate[bot]
100826b448 Update module golang.org/x/term to v0.42.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-09 14:08:45 +00:00
Miloslav Trmač
c91aba2c62 Merge pull request #2843 from TomSweeneyRedHat/dev/tsweeney/cve-2026-34986-1
Bump  google.golang.org/grpc to v1.79.3 - CVE-2026-33186
2026-04-09 16:06:44 +02:00
Tom Sweeney
783a44c9e1 Bump google.golang.org/grpc to v1.79.3 - CVE-2026-33186
Even though it appears that Skopeo is not affected by CVE-2026-33186,
I have been pinged about it already.  Just to keep the CVE sniffers at
bay, bump to the appropriate version of gRPC.

Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
2026-04-08 20:22:26 -04:00
Miloslav Trmač
f752e17ac1 Merge pull request #2838 from containers/renovate/go-github.com-go-jose-go-jose-v4-vulnerability
chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]
2026-04-07 15:46:12 +02:00
renovate[bot]
583d584fbe chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-07 12:50:42 +00:00
Miloslav Trmač
fb4d72b989 Merge pull request #2837 from containers/renovate/common-image-and-storage-deps
fix(deps): update go.podman.io/storage digest to f0ddf1a
2026-04-07 14:49:25 +02:00
renovate[bot]
bfcd4c7a9d fix(deps): update go.podman.io/storage digest to f0ddf1a
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-06 21:50:20 +00:00
Miloslav Trmač
e95393154c Merge pull request #2835 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to 8af7873
2026-03-30 17:39:01 +02:00
renovate[bot]
c341f6f786 fix(deps): update common, image, and storage deps to 8af7873
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-30 14:33:33 +00:00
Miloslav Trmač
4ea0d2de5a Merge pull request #2834 from ricardobranco777/forceamd64
integration: Force amd64 on TestProxyMetadata
2026-03-30 15:45:40 +02:00
Ricardo Branco
2b2257a19d integration: Force amd64 on TestProxyMetadata
Otherwise test fails on other architectures due to
https://github.com/containers/skopeo/issues/2829

Signed-off-by: Ricardo Branco <rbranco@suse.de>
2026-03-27 18:40:29 +01:00
Miloslav Trmač
a48862c079 Merge pull request #2831 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to 94ad023
2026-03-24 19:39:26 +01:00
renovate[bot]
1ae60936a5 fix(deps): update common, image, and storage deps to 94ad023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-24 19:18:40 +01:00
Miloslav Trmač
b376401a7d Try triggering an ostree image rebuild
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-24 19:18:33 +01:00
Miloslav Trmač
57f5158f59 Merge pull request #2832 from containers/renovate/golangci-golangci-lint-2.x
chore(deps): update dependency golangci/golangci-lint to v2.11.4
2026-03-23 20:55:42 +01:00
renovate[bot]
16aceb4366 chore(deps): update dependency golangci/golangci-lint to v2.11.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-23 18:21:29 +00:00
Miloslav Trmač
a9186bf639 Merge pull request #2828 from gounthar/feat/riscv64-cross
ci: add riscv64 to local-cross build target
2026-03-23 19:19:46 +01:00
Bruno Verachten
13c63986ad ci: add riscv64 to local-cross build target
Add bin/skopeo.linux.riscv64 to the local-cross Makefile target, adding
RISC-V cross-compilation validation alongside the existing architectures.

Closes #2827

Signed-off-by: Bruno Verachten <gounthar@gmail.com>
2026-03-20 16:23:07 +01:00
Miloslav Trmač
529952e1a1 Merge pull request #2816 from giuseppe/use-proxy-from-container-libs
Use proxy from container libs
2026-03-19 22:30:54 +01:00
Giuseppe Scrivano
2eb170a288 cmd, proxy: use logic from the container-libs/common package
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2026-03-19 20:26:35 +01:00
Giuseppe Scrivano
c1c2e83b6a vendor: update go.podman.io/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2026-03-19 17:39:30 +01:00
Miloslav Trmač
37948dcda1 Merge pull request #2825 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to ddaabae
2026-03-16 14:17:20 +01:00
renovate[bot]
993808b53a fix(deps): update common, image, and storage deps to ddaabae
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-15 01:23:33 +00:00
Miloslav Trmač
e394838ec6 Merge pull request #2823 from mtrmac/warnings
Fix misc. warnings
2026-03-12 23:34:26 +01:00
Miloslav Trmač
c468542c7b Use --retry-times 3 for (skopeo sync) tests
... if they contact external registries.

This should, hopefully, decrease the flake rate.
We have already done this for (skopeo copy), sync seems
to have been missed at that time.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-12 19:38:56 +01:00
Miloslav Trmač
6be1904790 Use t.Tempdir() instead of manual os.CreateTemp() in tests
We don't have to worry about cleanup, and also in other respects
the code is shorter.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-12 19:38:56 +01:00
Miloslav Trmač
9de2245b5b Fix references to a wrong err
"err" was known to be nil at that point. Avoid the
writeErr variable name to hopefully simplify.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-12 19:38:56 +01:00
Miloslav Trmač
cad96140b3 Merge pull request #2821 from containers/renovate/golang.org-x-term-0.x
fix(deps): update module golang.org/x/term to v0.41.0
2026-03-12 19:38:24 +01:00
renovate[bot]
b94d15a214 fix(deps): update module golang.org/x/term to v0.41.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 16:15:56 +00:00
Paul Holzinger
71e92396c7 Merge pull request #2822 from mtrmac/go1.25
Update to Go 1.25
2026-03-12 17:14:57 +01:00
Miloslav Trmač
33ea6c63a1 Use fmt.Appendf instead of Sprintf + conversion
Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-11 18:56:13 +01:00
Miloslav Trmač
8b9f757eb1 Use "any" instead of "interface{}"
Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-11 18:18:57 +01:00
Miloslav Trmač
c49d55b2a4 Use WaitGroup.Go
Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-11 18:18:47 +01:00
Miloslav Trmač
3276580fbd Update to Go 1.25
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-11 18:18:26 +01:00
Miloslav Trmač
0dd68eb6f7 Merge pull request #2820 from mtrmac/registry-v2
Update CI images with a dedicated registry that supports both schema1 and schema2
2026-03-11 17:23:00 +01:00
Miloslav Trmač
6a0b6b1c86 Update CI image and tests
registry-v2-schema1 is now registry-v2-schema1-only,
and there is a new registry-v2-schema1-supported because the default
/usr/bin/registry does not support schema1 any more.

Adjust tests.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-10 19:02:36 +01:00
Miloslav Trmač
726479d948 Replace the boolean for schema1 registry with an enum
We will add one more registry.

Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-10 18:44:00 +01:00
Miloslav Trmač
fcc3aa683b Merge pull request #2817 from containers/renovate/golangci-golangci-lint-2.x
chore(deps): update dependency golangci/golangci-lint to v2.11.3
2026-03-10 16:35:54 +01:00
renovate[bot]
7b622f0dd4 chore(deps): update dependency golangci/golangci-lint to v2.11.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-10 13:57:46 +00:00
Miloslav Trmač
c43ffaff3f Merge pull request #2819 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to d48bc74
2026-03-09 22:36:50 +01:00
renovate[bot]
ff43ff736a fix(deps): update common, image, and storage deps to d48bc74
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-08 00:58:39 +00:00
Paul Holzinger
60f1448716 Merge pull request #2815 from mtrmac/llm-policy
Link to Podman's LLM policy
2026-03-03 19:23:29 +01:00
Miloslav Trmač
6da03342b2 Link to Podman's LLM policy
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-03-03 18:47:45 +01:00
Miloslav Trmač
1ab0fedadc Merge pull request #2813 from containers/renovate/github.com-opencontainers-image-spec-digest
fix(deps): update github.com/opencontainers/image-spec digest to a4c6ade
2026-03-02 18:02:48 +01:00
renovate[bot]
ee83783bb9 fix(deps): update github.com/opencontainers/image-spec digest to a4c6ade
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02 16:15:46 +00:00
Miloslav Trmač
c280038a95 Merge pull request #2812 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to 854aaaf
2026-03-02 17:14:55 +01:00
renovate[bot]
5e77204385 fix(deps): update common, image, and storage deps to 854aaaf
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-01 01:25:39 +00:00