Skip to content

Refresh CI#561

Merged
scothis merged 4 commits into
servicebinding:mainfrom
scothis:ci-tools
May 13, 2026
Merged

Refresh CI#561
scothis merged 4 commits into
servicebinding:mainfrom
scothis:ci-tools

Conversation

@scothis
Copy link
Copy Markdown
Member

@scothis scothis commented May 13, 2026

Replace scripts with actions. Many of these actions are directly derived from the scripts they replace, so there is no loss in functionality.

  • reconcilerio/go-install-action@v1 build go package from source and cache the result. Speeds up rebuilds as the binary is pulled from the cache.
  • reconcilerio/install-crane-action@v1 pull crane from the release page if possible, falls back to reconcilerio/go-install-action to build if release artifact is not available.
  • reconcilerio/kind@v1 starts a kind cluster with the registry defined by reconcilerio/registry configured and trusted.

The kubernetes-version property resolves to node images in the ghcr.io/reconcilerio/kind/node repository. Minor versions resolve to the latest patch release, for example v1.36 -> v1.36.1. New kubernetes releases are automatically tracked and built.

Replace scripts with actions. Many of these actions are directly derived
from the scripts they replace, so there is no loss in functionality.

- `reconcilerio/go-install-action@v1` build go package from source and
  cache the result. Speeds up rebuilds as the binary is pulled from the
  cache.
- `reconcilerio/install-crane-action@v1` pull crane from the release
  page if possible, falls back to `reconcilerio/go-install-action` to
  build if release artifact is not available.
- `reconcilerio/kind@v1` starts a kind cluster with the registry defined
  by `reconcilerio/registry` configured and trusted.

The `kubernetes-version` property resolves to node images in the
`ghcr.io/reconcilerio/kind/node` repository. Minor versions resolve to
the latest patch release, for example `v1.36` -> `v1.36.1`. New
kubernetes releases are automatically tracked and built.

Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis
Copy link
Copy Markdown
Member Author

scothis commented May 13, 2026

Older kind node images are in the queue to be built, the job may need to be retriggered.

Signed-off-by: Scott Andrews <scott@andrews.me>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.01%. Comparing base (449ce6c) to head (d8057ee).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #561   +/-   ##
=======================================
  Coverage   73.01%   73.01%           
=======================================
  Files          28       28           
  Lines        1460     1460           
=======================================
  Hits         1066     1066           
  Misses        324      324           
  Partials       70       70           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

scothis added 2 commits May 13, 2026 10:25
The module changed to `carvel.dev/{tool}`. This also means dependabot
was not fetching new releases.

Signed-off-by: Scott Andrews <scott@andrews.me>
Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis scothis merged commit 757e99b into servicebinding:main May 13, 2026
42 of 43 checks passed
@scothis scothis deleted the ci-tools branch May 13, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant