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

falco-libs/0.14.0 package update #10192

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions falco-libs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: falco-libs
version: 0.13.4
epoch: 2
version: 0.14.0
epoch: 0
description: Foundational components necessary to build Falco
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -45,6 +45,7 @@ environment:
- perl
- protobuf-dev
- re2-dev
- uthash
- yaml-cpp-dev
- zlib-dev

Expand All @@ -53,7 +54,7 @@ pipeline:
with:
repository: https://github.com/falcosecurity/libs
tag: ${{package.version}}
expected-commit: 17a2c2fb7daed7c2570a5577d13e3de1bc9a3ab6
expected-commit: 0d65836866ed3a91fefd977d8a5da2034ad67ea2

data:
- name: libs
Expand Down