Commit graph

229 commits

Author SHA1 Message Date
Derek Nola
0cf20b3618 Rework build-k3s.yaml to handle mutliple platforms with smart runner selection
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-07 09:07:42 -07:00
Derek Nola
9b89380576 Migrate from local targets to defaults (#14204)
* Rename `local-XXX` to just `XXX` now that Dapper is dead

Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-07 09:07:42 -07:00
dependabot[bot]
a523e07b58 build(deps): bump the action-deps group with 7 updates (#14226)
Bumps the action-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [docker/setup-docker-action](https://github.com/docker/setup-docker-action) | `5.0.0` | `5.2.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.3` | `7.0.0` |
| [actions/stale](https://github.com/actions/stale) | `10.2.0` | `10.3.0` |
| [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `3.1.2` | `3.3.0` |

Updates `docker/setup-docker-action` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/docker/setup-docker-action/releases)
- [Commits](1a6edb0ba9...0234bb73cc)

Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](4d04d5d948...d7f5e7f509)

Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](ce360397dd...06116385d9)

Updates `docker/build-push-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](bcafcacb16...f9f3042f7e)

Updates `codecov/codecov-action` from 5.5.3 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](1af58845a9...fb8b3582c8)

Updates `actions/stale` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](b5d41d4e1d...eb5cf3af3a)

Updates `updatecli/updatecli-action` from 3.1.2 to 3.3.0
- [Release notes](https://github.com/updatecli/updatecli-action/releases)
- [Commits](af341a800c...5bda7da77b)

---
updated-dependencies:
- dependency-name: docker/setup-docker-action
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
- dependency-name: docker/build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: actions/stale
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
- dependency-name: updatecli/updatecli-action
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-07 09:07:42 -07:00
Derek Nola
6c4d31d5ce Provide GOCOVERDIR to kubectl for E2E tests on GHA host
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-06 12:11:25 -07:00
Derek Nola
62fa4d37a8 Fix coverage reports for e2e and integration tests
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-06 12:11:25 -07:00
Derek Nola
80d2c68e8d Bump parallel to 5
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-07-06 12:11:25 -07:00
Derek Nola
96e31b448d Cache vagrant plugins
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
be5c0aeee6 Only run docker-large on the k3s-io org
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
1f9e8127d0 Optimize order of e2e and integration tests
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
f2f3527c01 Add docker scale test for large CNCF runners
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
c0427cac5d Use 16 core cncf runners to build k3s
Add actionlint exception for CNCF runner names
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
b4122bb583 bump DeterminateSystems/nix-installer-action from 21 to 22
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Derek Nola
a071aa0fd7 Use locally built kubectl in testing
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-10 16:11:02 -07:00
Brad Davidson
4ae508e031 Add T4 tests
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit b5bddd5689)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-06-03 14:52:45 -07:00
Rafael
c532325bce
Fix s3 path (#14011)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-04-27 12:44:43 -03:00
Rafael
5ae6b98b8f
Fix s3 path builder (#14006)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-04-27 11:47:02 -03:00
Rafael
1e90ef8734
Switch from draft to pre-release (#13948)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-04-16 20:23:23 -03:00
dependabot[bot]
b1833a0fd0 build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](d08e5c354a...bcafcacb16)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 33f9173021)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-04-15 11:20:38 -07:00
dependabot[bot]
387a80de03 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](bbbca2ddaa...043fb46d1a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8b6f2a40e7)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-04-15 11:20:38 -07:00
dependabot[bot]
536bbcc940 build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](ed597411d8...3a2844b7e9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 62ce497982)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-04-15 11:20:38 -07:00
dependabot[bot]
7eeed0f425 build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](8d2750c68a...4d04d5d948)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 1fe6732169)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-04-15 11:20:38 -07:00
dependabot[bot]
7086eaf72d build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b7c566a772...bbbca2ddaa)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 28d434405d)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-04-15 11:20:38 -07:00
Rafael
f98806753c
[release-1.33] Immutable release changes (#13899)
* Switch release workflow trigger and add draft flag for release creation

Signed-off-by: Rafael Breno <rafael_breno@outlook.com>

* pin sha to gha

Signed-off-by: Rafael Breno <rafael_breno@outlook.com>

---------

Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-04-14 14:29:49 -03:00
dependabot[bot]
18a89012dd Bump docker/setup-docker-action from 4 to 5
Bumps [docker/setup-docker-action](https://github.com/docker/setup-docker-action) from 4 to 5.
- [Release notes](https://github.com/docker/setup-docker-action/releases)
- [Commits](https://github.com/docker/setup-docker-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/setup-docker-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 7cd98146d8)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
8b21ab4ef5 Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 3975a57306)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
ee071002dc Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit be7e63dd59)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
5c2a879b2e Bump DeterminateSystems/nix-installer-action from 17 to 21
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 17 to 21.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v17...v21)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-version: '21'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit de13a6435d)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
42f2f69d77 Bump softprops/action-gh-release from 2.2.1 to 2.5.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.5.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.1...v2.5.0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 669bb79f08)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
5284f477da build(deps): bump aws-actions/configure-aws-credentials from 5 to 6
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v5...v6)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 340623bf53)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
f6de0ae56c build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.1
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.33.1 to 0.34.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.33.1...0.34.1)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 7563007cd4)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
91dedfc973 build(deps): bump actions/stale from 10.1.1 to 10.2.0
Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10.1.1...v10.2.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit d648c8cb89)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
dependabot[bot]
f820237ee0 Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 45bdf9c9f8)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
Ada
fdcc754e72 Add nix-snapshotter integration test
Docker-based integration test that verifies nix-snapshotter works
with k3s. The test builds a nix hello image, starts k3s with
--snapshotter nix, pulls the image via nix:0 ref, and runs it as
a pod, verifying "Hello, world!" output.

Signed-off-by: Ada <ada@6bit.com>
Co-Authored-By: Joshua Perry <josh@6bit.com>
Signed-off-by: Ada <ada@6bit.com>
(cherry picked from commit 20c02eda5a)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-03-11 18:07:57 -07:00
Rafael
2bf126ace7
Add registry prefix to image-list file (#13600)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-02-10 11:24:37 -03:00
Derek Nola
276994d0e2 Bump scorecard checkout to match all other versions
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-02-05 13:39:23 -08:00
Derek Nola
0a306bbe50 Use channel.yaml instead of curling for stable for kubectl install (#13531)
* Use channel.yaml instead of curling for stable for kubectl install
* Stop vex report from leaking out of make local-image

Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-02-05 13:39:23 -08:00
Derek Nola
1c29661143 Update install tests with new images, add alma10 (#13489)
* Update install tests with new images, add alma10

Signed-off-by: Derek Nola <derek.nola@suse.com>

* Stop running each provisioning step individually for install tests

Signed-off-by: Derek Nola <derek.nola@suse.com>

---------

Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-02-05 13:39:23 -08:00
Derek Nola
05f83056e0 Prevent caching on PR of golangci-lint entries (#13487)
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-02-05 13:39:23 -08:00
Brad Davidson
314755340f Remove download/generate from vulncheck
This has been broken since july when cb061687d4 was merged

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 9307d829bf)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
Brad Davidson
4d10059db2 Fix setup-go cache issues
* Move cleanup earlier, to prevent running out of space when restoring caches
* Consistently use local setup-go action to avoid saving cache on PR runs
* Update local setup-go action

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 358c8cc00f)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
Brad Davidson
c302ad3839 Update longhorn version in integration test from v1.4.0 to v1.10.1
Manifest from https://raw.githubusercontent.com/longhorn/longhorn/v1.10.1/deploy/longhorn.yaml - with modifications to use rancher-mirrored images to avoid image pull rate limits, and allow operation on a node with fewer resources.

Also adds more log dumping on integration test failure.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 9587f67dd1)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
Brad Davidson
6773cf84ef Fix PR lint checkout depth
Need to check out one deeper than the number of commits in order to compare to the target branch

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 421e364cc9)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
Brad Davidson
552345e904 Add lint/validate job
`make validate` use to run in drone, move it into GHA

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 900f6cfe8d)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
dependabot[bot]
684a33a9bd Bump actions/cache from 4 to 5 (#13347)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 8e416186d7)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
dependabot[bot]
a7031e68a1 Bump actions/download-artifact from 6 to 7 (#13346)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit eb443b4179)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-01-09 22:36:23 -08:00
dependabot[bot]
dfef4b13a8 Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-09 22:36:23 -08:00
Rafael
e31c00c6dd
Push GA images to staging registry (#13435)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
2026-01-08 14:45:35 -03:00
Brad Davidson
0b396d3f7f Validate collected files for release
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-12-15 19:27:07 -08:00
Brad Davidson
a78c2472bb Move sha256sum from workflow to script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-12-15 19:27:07 -08:00
Brad Davidson
700fe7cd0f Combine airgap and binary publishing steps
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-12-12 17:05:17 -08:00