Skip to content

Commit

Permalink
Merge branch 'topic/christian/ci-updates'
Browse files Browse the repository at this point in the history
* topic/christian/ci-updates:
  CI: bump FreeBSD 14 to 14.2, which came out in Dec'24
  CI: remove OpenSuSE Leap 15.5, EOL.
  • Loading branch information
ckreibich committed Feb 8, 2025
2 parents 965ec03 + 17326b8 commit e8e60b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 31 deletions.
10 changes: 1 addition & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ opensuse_leap_15_6_task:
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE

opensuse_leap_15_5_task:
container:
# Opensuse Leap 15.5 EOL: ~Dec 2024
dockerfile: ci/opensuse-leap-15.5/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *SKIP_TASK_ON_PR

opensuse_tumbleweed_task:
container:
# Opensuse Tumbleweed has no EOL
Expand Down Expand Up @@ -208,7 +200,7 @@ macos_ventura_task:
freebsd14_task:
freebsd_instance:
# FreeBSD 14 EOL: Nov 30 2028
image_family: freebsd-14-1
image_family: freebsd-14-2
<< : *FREEBSD_RESOURCES_TEMPLATE

prepare_script: ./ci/freebsd/prepare.sh
Expand Down
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.61.0-42 | 2025-02-07 17:46:08 -0800

* CI: bump FreeBSD 14 to 14.2, which came out in Dec'24 (Christian Kreibich, Corelight)

* CI: remove OpenSuSE Leap 15.5, EOL. (Christian Kreibich, Corelight)

* Updating submodule(s) [nomail] (Tim Wojtulewicz, Corelight)

0.61.0-37 | 2024-12-06 00:04:26 -0800

* CI: add Ubuntu 24.10 and actually test 24.04 :-) (Christian Kreibich, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. -*- mode: rst-mode -*-
..
.. Version number is filled in automatically.
.. |version| replace:: 0.61.0-37
.. |version| replace:: 0.61.0-42

======
BinPAC
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.61.0-37
0.61.0-42
20 changes: 0 additions & 20 deletions ci/opensuse-leap-15.5/Dockerfile

This file was deleted.

0 comments on commit e8e60b9

Please sign in to comment.