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

chore(.github): enhance heuristics API_VERSION and SCHEMA_VERSION checks #1768

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. chore(.github): add fillers in SCHEMA_VERSION checks

    The schema version patch number should be incremented when code changes don't break compatibility (e.g. bug fixes in filler code)
    
    Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
    leogr authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1e7b473 View commit details
    Browse the repository at this point in the history
  2. chore(.github): new heuristics for API_VERSION checks

    Fillers were removed because they are usually related to the SCHEMA_VERSION.
    `ppm_events_public.h` was added due to IOCTL codes.
    Also, the addition of bpf maps usually affects the API.
    
    Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
    leogr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    da8e8cb View commit details
    Browse the repository at this point in the history