Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next/66/20230705/v1 #9143

Merged
merged 6 commits into from
Jul 5, 2023
Merged

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    1606aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1521b77 View commit details
    Browse the repository at this point in the history
  3. exception: fix use of master switch with default

    If an exception policy wasn't set up individually, use the GetDefault
    function to pick one. This will check for the master switch option and
    handle 'auto' cases.
    
    Instead of deciding what the auto value should be when we are parsing
    the master switch, leave that for when some of the other policies is to
    be set via the master switch, when since this can change for specific
    exception policies - like for midstream, for instance.
    
    Update exceptions policies documentation to clarify that the default
    configuration in IPS when midstream is enabled is `ignore`, not
    `drop-flow`.
    
    Bug OISF#6169
    jufajardini authored and victorjulien committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e306bc6 View commit details
    Browse the repository at this point in the history
  4. github-ci: add Debian 12 builder

    jasonish authored and victorjulien committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    96dd6a7 View commit details
    Browse the repository at this point in the history
  5. github-ci: replace dist builder with Debian 12

    Add new dist builder job based on Debian 12. Debian 12 gives us news
    Sphinx that AlmaLinux 8, plus avoids any potential disruption in the
    RHEL rebuild ecosystem.
    
    Also make dist building its own job so it finishes quicker, allowing
    other jobs to proceed.  The new non-dist building Debian 12 job will
    still do a complete distcheck, as do other jobs.
    jasonish authored and victorjulien committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ca68b6b View commit details
    Browse the repository at this point in the history
  6. github-ci: add CentOS Stream builders

    Builders for CentOS Stream 8 and 9.
    jasonish authored and victorjulien committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ebdf482 View commit details
    Browse the repository at this point in the history