Commit Graph

3523 Commits

Author SHA1 Message Date
Miloslav Trmač
516159d008 Merge pull request #2869 from containers/renovate/golangci-golangci-lint-2.x
Update dependency golangci/golangci-lint to v2.12.2
2026-05-06 16:45:12 +02:00
renovate[bot]
c8831c8bae Update dependency golangci/golangci-lint to v2.12.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-06 13:58:32 +00:00
Miloslav Trmač
82a71693db Merge pull request #2867 from containers/renovate/golangci-golangci-lint-2.x
Update dependency golangci/golangci-lint to v2.12.1
2026-05-04 14:08:46 +02:00
renovate[bot]
4df9e1df7e Update dependency golangci/golangci-lint to v2.12.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2026-05-04 13:42:00 +02:00
Miloslav Trmač
bf9d80d9b0 Merge pull request #2868 from containers/renovate/common-image-and-storage-deps
Update common, image, and storage deps to c03a490
2026-05-04 13:29:48 +02:00
renovate[bot]
0157bbaed1 Update common, image, and storage deps to c03a490
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-04 11:05:37 +00:00
Miloslav Trmač
b71619af45 Merge pull request #2866 from containers/renovate/github.com-masterminds-semver-v3-3.x
Update module github.com/Masterminds/semver/v3 to v3.5.0
2026-04-30 22:19:50 +02:00
renovate[bot]
bb107be5d3 Update module github.com/Masterminds/semver/v3 to v3.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-30 19:51:43 +00:00
Miloslav Trmač
35fcbb8b4a Merge pull request #2865 from lsm5/packit-downstream
Packit: Only create dist-git PRs for rawhide
2026-04-30 21:49:47 +02:00
Lokesh Mandvekar
277f715d8d Packit: Only create dist-git PRs for rawhide
We'll only be releasing breaking changes on rawhide so dist-git PRs
should only be created for rawhide.

Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
2026-04-30 09:31:10 -04:00
Miloslav Trmač
dc6f60deaf Merge pull request #2861 from timcoding1988/ci/sequoia-no-rawhide
[CI]: switch Sequoia matrix from Rawhide back to stable Fedora
2026-04-29 15:13:46 +02:00
Tim Zhou
f94b8a4338 Cirrus: switch Sequoia matrix from Rawhide back to stable Fedora
The `Skopeo test w/ Sequoia (currently Rawhide)` matrix entry was
introduced in 9753a1a1 ("Also build+test with Sequoia") because
`rust-podman-sequoia` (used by the `containers_image_sequoia` build tag)
shipped only in Rawhide. .cirrus.yml's own comment foreshadowed the
exit condition:

    "once we update to a future Fedora release (or if the package is
    backported), switch back from Rawhide to the latest Fedora release."

Both halves of that condition are now met:

  * Bodhi: rust-podman-sequoia-0.2.0-3.fc43 (stable, F43)
                                  0.3.2-1.fc44 (stable, F44)
  * containers/automation_images@46088a81 (2025-11-21) broadened the
    install condition in cache_images/fedora_packaging.sh from
    "Rawhide only" to `OS_REL_VER -ge 43`. The Fedora cache image and
    the skopeo_cidev container at the current IMAGE_SUFFIX
    (c20260310t170224z-f43f42d14, F43-based) include podman-sequoia.

Concretely:

* .cirrus.yml — drop the multi-line "currently using rawhide" comment
  block and the now-unused RAWHIDE_CACHE_IMAGE_NAME env definition.
* .cirrus.yml — switch the Sequoia matrix entry's VM_IMAGE_NAME from
  ${RAWHIDE_CACHE_IMAGE_NAME} to ${FEDORA_CACHE_IMAGE_NAME} and drop
  the "(currently Rawhide)" suffix from the matrix-entry name.
* .cirrus.yml — drop ${RAWHIDE_CACHE_IMAGE_NAME} from meta_task's
  IMGNAMES keepalive list.
* contrib/cirrus/runner.sh — remove the temporary
  `[[ "$VM_IMAGE_NAME" =~ "rawhide" ]]` compatibility branch in
  _run_setup(); it was specifically annotated as "Eventually, we'll
  stop using Rawhide again" and the .cirrus.yml note pointed here for
  cleanup.

No IMAGE_SUFFIX bump — that's Renovate's responsibility.
No test-script changes — Sequoia tests continue to use the same
`containers_image_sequoia` build tag against the same Fedora target,
just on the regular Fedora cache image instead of the Rawhide one.

Signed-off-by: Tim Zhou <tizhou@redhat.com>
2026-04-28 16:05:11 -04:00
Miloslav Trmač
8f4b42d8cf Merge pull request #2860 from containers/renovate/common-image-and-storage-deps
Update common, image, and storage deps to b9d5b9a
2026-04-27 22:33:31 +02:00
renovate[bot]
e6190508d3 Update common, image, and storage deps to b9d5b9a
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-27 19:30:43 +00:00
Miloslav Trmač
2d3cbb1207 Merge pull request #2859 from baude/removeowners
Remove OWNERS file
2026-04-24 19:42:20 +02:00
Brent Baude
95471ee7db Remove OWNERS file
The OWNERS file is no longer applicable to this repository as it no
longer uses the openshift merge bot.  References in the MAINTAINERS.md
file are also pruned.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2026-04-24 10:19:21 -05:00
Miloslav Trmač
1a4a0f91ef Merge pull request #2854 from baude/RUN-4548
Move skopeo to go.podman.io
2026-04-20 21:40:33 +02:00
Brent Baude
a1e4d9eccf Additional cleanup for go module changes
Found some additional impact locations for the go module change.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2026-04-20 13:01:59 -05:00
Brent Baude
870378ba16 Move skopeo to go.podman.io
With potential repo moves and cirus EOL, we have decided to begin
preparing by making changes to the skopeo module name.  See
https://github.com/containers/go.podman.io/pull/6 for more information.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2026-04-20 13:00:55 -05:00
Miloslav Trmač
a588269731 Merge pull request #2856 from containers/renovate/common-image-and-storage-deps
Update common, image, and storage deps to 618304d
2026-04-20 16:20:05 +02:00
renovate[bot]
ad331b3fa0 Update common, image, and storage deps to 618304d
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20 13:15:57 +00:00
Miloslav Trmač
904ff20c4d Merge pull request #2851 from containers/renovate/github.com-containers-ocicrypt-1.x
Update module github.com/containers/ocicrypt to v1.3.0
2026-04-16 20:57:46 +02:00
renovate[bot]
0113070da2 Update module github.com/containers/ocicrypt to v1.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-16 15:56:45 +00:00
Miloslav Trmač
61fbb9221f Merge pull request #2848 from containers/renovate/common-image-and-storage-deps
Update common, image, and storage deps to 129af75
2026-04-14 20:03:38 +02:00
renovate[bot]
aed4196f22 Update common, image, and storage deps to 129af75
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 16:50:52 +00:00
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