Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/johanna/fedora36'
Browse files Browse the repository at this point in the history
* origin/topic/johanna/fedora36:
  CI: Add Fedora 36, remove Fedora 34
  • Loading branch information
timwoj committed Jun 21, 2022
2 parents 5b85cd6 + 94e1d57 commit f8193e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Expand Up @@ -136,10 +136,10 @@ fedora35_task:
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE

fedora34_task:
fedora36_task:
container:
# Fedora 34 EOL: Around May 2022
dockerfile: ci/fedora-34/Dockerfile
# Fedora 36 EOL: Around May 2023
dockerfile: ci/fedora-36/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE

Expand Down
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,3 +1,9 @@
5.1.0-dev.64 | 2022-06-21 12:23:20 -0700

* CI: Add Fedora 36, remove Fedora 34 (Johanna Amann, Corelight)

* Update broker submodule to fix put_unique issues from 5.0RC1 (Tim Wojtulewicz, Corelight)

5.1.0-dev.61 | 2022-06-17 09:21:44 -0700

* CI: Add OpenSuSE Leap 15.4, fix 15.3 (Johanna Amann, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.1.0-dev.61
5.1.0-dev.64
4 changes: 2 additions & 2 deletions ci/fedora-34/Dockerfile → ci/fedora-36/Dockerfile
@@ -1,8 +1,8 @@
FROM fedora:34
FROM fedora:36

# A version field to invalide Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20220519
ENV DOCKERFILE_VERSION 20220614

RUN dnf -y install \
bison \
Expand Down

0 comments on commit f8193e7

Please sign in to comment.