Remove fleetctl check from release script (#24275)

This commit is contained in:
Luke Heath 2024-12-02 12:35:05 -06:00 committed by GitHub
parent e8ae793f9b
commit 4b5de2646a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,15 +626,6 @@ fi
start_ver_tag=fleet-$start_version
# Check if there are updates to fleetctl dependencies (only when doing security updates to base images).
if [[ $(git diff $start_ver_tag ./tools/wix-docker ./tools/bomutils-docker) ]]; then
echo "⚠️ Changes in fleetctl dependencies detected, please run the following before continuing the release:"
echo "1. git tag fleetctl-docker-deps-$next_ver && git push origin fleetctl-docker-deps-$next_ver"
echo "2. Wait for the triggered https://github.com/fleetdm/fleet/actions/workflows/release-fleetctl-docker-deps.yaml build to finish."
echo "3. Smoke test the pushed images by manually running the following action: https://github.com/fleetdm/fleet/actions/workflows/test-packaging.yml"
exit 1
fi
if [[ "$minor" == "true" ]]; then
echo "Minor release from $start_version to $next_ver"
# For scheduled minor releases, we want to branch off of main