You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: pin GitHub Actions to digest SHAs and replace setup-kind
Pin all GitHub Actions to immutable commit SHAs to prevent supply chain
issues from moving tags.
Replace engineerd/setup-kind with direct `kind create cluster` run steps
using the kind binary pre-installed on GitHub-hosted runners. The
Kubernetes node image version is now explicit via KUBERNETES_VERSION env
variable set to v1.32.2 (same version previously used by kind v0.27.0 by default).
Signed-off-by: Tesshu Flower <tflower@redhat.com>
echo "- See the [CHANGELOG](https://github.com/open-cluster-management-io/cluster-permission/blob/main/CHANGELOG/CHANGELOG-${MAJOR_RELEASE_VERSION}.md) for more details." >> /home/runner/work/changelog.txt
54
54
echo "- The released image is quay.io/open-cluster-management/cluster-permission:$RELEASE_VERSION" >> /home/runner/work/changelog.txt
0 commit comments