diff --git a/.cirrus.yml b/.cirrus.yml index 55c992e3d7..2526aa6596 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -338,25 +338,6 @@ ubuntu22_spicy_task: benchmark_script: ./ci/benchmark.sh << : *BENCHMARK_ONLY_IF_TEMPLATE -ubuntu22_spicy_head_task: - container: - # Ubuntu 22.04 EOL: April 2027 - dockerfile: ci/ubuntu-22.04/Dockerfile - << : *RESOURCES_TEMPLATE - << : *CI_TEMPLATE - env: - ZEEK_CI_CREATE_ARTIFACT: 1 - # Pull auxil/spicy to the latest head version. May or may not build. - ZEEK_CI_PREBUILD_COMMAND: 'cd auxil/spicy && git fetch && git reset --hard origin/main && git submodule update --init --recursive' - spicy_install_analyzers_script: ./ci/spicy-install-analyzers.sh - upload_binary_artifacts: - path: build.tgz - benchmark_script: ./ci/benchmark.sh - # Don't run this job on release branches. It tests against spicy HEAD, which - # will frequently require other fixes that won't be in a release branch. - skip: $CIRRUS_BRANCH =~ 'release/.*' - << : *BENCHMARK_ONLY_IF_TEMPLATE - alpine_task: container: # Alpine releases typically happen every 6 months w/ support for 2 years. diff --git a/CHANGES b/CHANGES index 88181afafc..b04191b881 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +7.2.1-15 | 2025-07-17 08:49:29 -0700 + + * CI: Remove spicy-head task (Tim Wojtulewicz, Corelight) + 7.2.1-14 | 2025-07-17 08:48:26 -0700 * [Spicy] Let `zeek::protocol_handle_close()` send a TCP EOF. (Benjamin Bannier, Corelight) diff --git a/VERSION b/VERSION index f726c3fd81..312e1a36ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.1-14 +7.2.1-15