Skip to content

Commit

Permalink
fluent-bit/2.0.11 package update
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfi-bot committed Apr 11, 2023
1 parent 713d495 commit dc38740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fluent-bit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: fluent-bit
version: 2.0.10
epoch: 1
version: 2.0.11
epoch: 0
description: Fast and Lightweight Log processor and forwarder
copyright:
- license: Apache-2.0
Expand All @@ -27,7 +27,7 @@ pipeline:
- uses: fetch
with:
uri: https://releases.fluentbit.io/2.0/source-${{package.version}}.tar.gz
expected-sha256: eefef2be4e7955b0f6db6ed0156078891fe1248d8afac1c597f707c1409b7b42
expected-sha256: bb7ce6f5d9d83f1f1d31ea23c2dacda3b5885411dde5ea9f8ff20fa6ed278a94
- runs: |
cd build
cmake -DFLB_RELEASE=On \
Expand All @@ -50,7 +50,7 @@ pipeline:
- runs: |
mkdir -p "${{targets.destdir}}"/fluent-bit/etc
mv "${{targets.destdir}}"/usr/etc/fluent-bit/* "${{targets.destdir}}"/fluent-bit/etc
# Generate the schema
${{targets.destdir}}/usr/bin/fluent-bit -J > "${{targets.destdir}}"/fluent-bit/schema.json
Expand Down

0 comments on commit dc38740

Please sign in to comment.