falcosecurity / plugins

Falco plugins registry
Apache License 2.0
82 stars 75 forks source link

chore(plugins): bump versions for Falco 0.37.0 #403

Closed LucaGuerra closed 7 months ago

LucaGuerra commented 7 months ago

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area plugins

What this PR does / why we need it:

After #373 was merged every plugin with rules needs a version bump because OCI rules will not be able to be followed in Falco versions < 0.37.0 (to be released this month). This PR bumps every version. Specifically:

This ensures we do not break existing downloads and follows for older Falco versions

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

github-actions[bot] commented 7 months ago

Rules files suggestions

Rules files suggestions

github.yaml

Comparing ceee91b8a72011b60daa0a16c1c9200ff2bdb338 with latest tag github-0.6.1

No changes detected

gcp_auditlog_rules.yaml

Comparing ceee91b8a72011b60daa0a16c1c9200ff2bdb338 with latest tag gcpaudit-0.2.2

Major changes:

Minor changes:

aws_cloudtrail_rules.yaml

Comparing ceee91b8a72011b60daa0a16c1c9200ff2bdb338 with latest tag cloudtrail-0.9.1

No changes detected

github.yaml

Comparing ceee91b8a72011b60daa0a16c1c9200ff2bdb338 with latest tag github-0.6.1

No changes detected

gcp_auditlog_rules.yaml

Comparing ceee91b8a72011b60daa0a16c1c9200ff2bdb338 with latest tag gcpaudit-0.2.2

Major changes:

Minor changes:

github-actions[bot] commented 7 months ago

Rules files suggestions

Rules files suggestions

Rules files suggestions

Rules files suggestions

aws_cloudtrail_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag cloudtrail-0.9.1

Minor changes:

github.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag github-0.6.1

Minor changes:

gcp_auditlog_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag gcpaudit-0.2.2

Major changes:

Minor changes:

okta_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag okta-0.10.0

Minor changes:

aws_cloudtrail_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag cloudtrail-0.9.1

Minor changes:

github.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag github-0.6.1

Minor changes:

gcp_auditlog_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag gcpaudit-0.2.2

Major changes:

Minor changes:

okta_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag okta-0.10.0

Minor changes:

aws_cloudtrail_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag cloudtrail-0.9.1

Minor changes:

github.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag github-0.6.1

Minor changes:

gcp_auditlog_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag gcpaudit-0.2.2

Major changes:

Minor changes:

okta_rules.yaml

Comparing 4c1d6368b802bf5c4101ec76d045465b732f224c with latest tag okta-0.10.0

Minor changes:

poiana commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: leogr, LucaGuerra

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/falcosecurity/plugins/blob/master/OWNERS)~~ [leogr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
poiana commented 7 months ago

LGTM label has been added.

Git tree hash: 7a62045cb15cdc51960c800b87332ab2211f73ff

Andreagit97 commented 7 months ago

probably we need to bump also k8smeta https://github.com/falcosecurity/plugins/blob/e1047e145de8d0eb225468adf7940c7acb0e882e/plugins/k8smeta/src/shared_with_tests_consts.h#L80

leogr commented 7 months ago

probably we need to bump also k8smeta

https://github.com/falcosecurity/plugins/blob/e1047e145de8d0eb225468adf7940c7acb0e882e/plugins/k8smeta/src/shared_with_tests_consts.h#L80

I agree. what about 0.1.0 ? Feel free to open the PR. We will git tag all plugins on monday

Andreagit97 commented 7 months ago

done here https://github.com/falcosecurity/plugins/pull/404