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

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.7.2 #198

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
65fe77d
build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.7.2
dependabot[bot] Apr 15, 2024
718f2d6
Apply suggestions from code review
patrick-stephens Dec 19, 2024
fad83c0
Update .github/workflows/packages.yaml
patrick-stephens Dec 19, 2024
b0e1c84
ci: update with fixes for targets and CI
patrick-stephens Dec 19, 2024
1a66934
decode: opentelemetry: adjust CFL variant prototype
edsiper Apr 12, 2024
a591c34
lib: cfl: upgrade to v0.5.0
edsiper Apr 18, 2024
8240fd0
lib: fluent-otel-proto: update with git master
edsiper Apr 18, 2024
ca6c955
build: bump to v0.9.0
edsiper Apr 24, 2024
b2d6dc3
decode_prometheus_remote_write: Add decoder for a procotol of prometh…
cosmo0920 Mar 19, 2024
8b1395a
prometheus_remote_write: Update protobuf to the latest
cosmo0920 Mar 22, 2024
4380ae8
decode_prometheus_remote_write: Implement histogram decoder on top of…
cosmo0920 Mar 26, 2024
a013531
decode_prometheus_remote_write: Handle unsupported metrics type(s)
cosmo0920 Mar 26, 2024
e0fc834
decode_prometheus_remote_write: Remove needless defines
cosmo0920 Mar 26, 2024
6a800b4
decode_prometheus_remote_write: Plug memory leaks
cosmo0920 Apr 17, 2024
1632967
decode_msgpack: Suppress underbar when empty namespace is decoded
cosmo0920 Apr 19, 2024
d17e7ad
decode_prometheus_remote_write: test: Add a decoding test
cosmo0920 Apr 22, 2024
9911854
decode_prometheus_write: Make source level private for cmt allocator …
cosmo0920 Apr 22, 2024
0370dd9
test: decoding: Plug a memory leak
cosmo0920 Apr 23, 2024
5ff8dfc
decode_prometheus_remote_write: Address comments
cosmo0920 Apr 24, 2024
8f36c68
decoding: test: Use the actual payloads of prometheus remote write
cosmo0920 Apr 24, 2024
fd52471
decode_prometheus_remote_write: Detect histogram type of payloads if …
cosmo0920 Apr 25, 2024
e896ff7
math: simplify type conversion with casts and limits checks
edsiper Apr 26, 2024
f324cd8
math: use memcpy to avoid losing precision
edsiper Apr 26, 2024
115e169
revert: "math: use memcpy to avoid losing precision"
edsiper Apr 27, 2024
46d164a
revert: "math: simplify type conversion with casts and limits checks"
edsiper Apr 27, 2024
f64c65d
decode: opentelemetry: fix integer assignment
edsiper Apr 27, 2024
4d05750
build: bump to v0.9.1
edsiper May 16, 2024
94f084c
cat: Make copy_map function into public
cosmo0920 May 7, 2024
ddfc0ae
cat: Add a capability to handle filtered_map
cosmo0920 May 7, 2024
dc8a85b
map: Make map_metric_destroy as a public function
cosmo0920 May 7, 2024
008e947
cat: Make copy_labels function as public
cosmo0920 May 7, 2024
88bbdac
filter: Implement label key-value filtering
cosmo0920 Apr 26, 2024
1885b7d
filter: tests: Add testcase for filtering label's key-value
cosmo0920 May 7, 2024
6c1180f
filter: windows: Use w/o case API for string
cosmo0920 May 10, 2024
9e810d7
build: workflows: FIx broken Windows tests
cosmo0920 May 14, 2024
c138f64
build: Add cfl-static as a TARGETS
cosmo0920 May 8, 2024
b91ae3a
decode_prometheus: fix 64-bit timestamp parsing for Windows
nuclearpidgeon Jul 17, 2024
017fac8
lib: cfl: upgrade to v0.5.1
edsiper Aug 5, 2024
253f154
build: bump to v0.9.2
edsiper Aug 5, 2024
6060d8f
lib: cfl: upgrade to v0.5.2
edsiper Aug 6, 2024
2638d71
workflows: CentOS 7 repo change due to EOL
edsiper Aug 6, 2024
1d4c50b
build: bump to v0.9.3
edsiper Aug 6, 2024
c144a33
build: bump to v0.9.4
edsiper Aug 13, 2024
78adfb6
gauge: fix parameters for string (CID 508045 507744 508213
edsiper Aug 13, 2024
755f9f8
counter: fix logger parameters (CID 507807 508122 508063 508112)
edsiper Aug 13, 2024
09d5f9f
decode_prometheus_remote_write: release context on excepion (CID 507716)
edsiper Aug 13, 2024
48a2977
encode_splunk_hex: release context on exception (CID 507774)
edsiper Aug 13, 2024
c56c996
histogram: fix logger parameters (CID 507881 507669)
edsiper Aug 13, 2024
a6ee5b3
summary: fix logger parameters (CID 507632)
edsiper Aug 13, 2024
aeb6171
untyped: fix logger parameters (CID 507669 508062)
edsiper Aug 13, 2024
4cee871
cat: remove unused variables
edsiper Aug 13, 2024
5dc45e2
summary: releae labels on exception (CID 507859 507880)
edsiper Aug 13, 2024
8e9ce86
decode_statsd: Implement statsd decoder
cosmo0920 Jul 19, 2024
ab0857f
decoding: decode_statsd: tests: Add a test case
cosmo0920 Jul 19, 2024
e6bc216
build: bump to v0.9.5
edsiper Aug 14, 2024
2d4a1e8
decode_statsd: plug a possible resource leak (CID 508657) (#214)
cosmo0920 Aug 19, 2024
7f61716
encode_influx: Handle no namespace case
cosmo0920 Aug 20, 2024
11fbbda
workflows: Add macOS package creations
cosmo0920 May 1, 2024
74e379b
encoding: opentelemetry: do not memcpy on null ref (CID 508108)
edsiper Aug 26, 2024
8477467
tests: prometheus_parser: add issue flb 9267
edsiper Aug 26, 2024
6b9cab8
decode_prometheus: fixed constant pointer release (#219)
leonardo-albertovich Aug 31, 2024
1de291b
decode_statsd: fixed resource leaks
leonardo-albertovich Aug 29, 2024
0f2b96e
decode_prometheus_remote_write: fixed dangling reference and leaks
leonardo-albertovich Aug 30, 2024
7b8e45a
cat: do not create new context on new metric being concatenated
edsiper Sep 5, 2024
15cf17f
build: bump to v0.9.6
edsiper Sep 16, 2024
2454ed5
build: bump to v0.9.7
edsiper Sep 16, 2024
c694a43
encoding: opentelemetry: fix leaks on resource and scope handling
edsiper Oct 10, 2024
e460253
build: bump to v0.9.8
edsiper Oct 14, 2024
f923866
encode: splunk_hec: fix conditional (CID 508224)
edsiper Oct 14, 2024
b916e50
encode: splunk_hec: set pointers NULL after free (CID 507676)
edsiper Oct 14, 2024
a3895f1
cat: extra protection for invalid labels count (CID 507928)
edsiper Oct 14, 2024
12a45ed
cat: fix conditional in opts compare (CID 510613)
edsiper Oct 14, 2024
6874374
decode: msgpack: reduce chance of leak with cfl_sds_cat_safe (CID 507…
edsiper Oct 14, 2024
0542dd0
decode: prometheus: prevent string overflow with extra validation (CI…
edsiper Oct 14, 2024
f2bcd59
decode: prometheus: add missing initialization for sum var (CID 507569)
edsiper Oct 14, 2024
ed8b322
decode: prometheus: validate samples before adding to histogram (CID …
edsiper Oct 14, 2024
58bfb25
decode: prometheus: validate samples before adding to summary (CID 50…
edsiper Oct 14, 2024
cbde39c
encode: prometheus: initialize variable (CID 507545)
edsiper Oct 14, 2024
fc88490
decode: prometheus: initialize timestamp
edsiper Oct 14, 2024
42a0607
build: bump to v0.9.9
edsiper Nov 5, 2024
174411f
build(deps): bump actions/upload-artifact from 3 to 4 (#200)
dependabot[bot] Dec 19, 2024
84d46b5
build(deps): bump softprops/action-gh-release from 1 to 2 (#199)
dependabot[bot] Dec 19, 2024
34b0718
build(deps): bump actions/checkout from 3 to 4 (#197)
dependabot[bot] Dec 19, 2024
c8492e8
build(deps): bump actions/download-artifact from 3 to 4 (#196)
dependabot[bot] Dec 19, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
submodules: true

- name: Build on ${{ matrix.os }} with ${{ matrix.compiler }}
uses: uraimo/run-on-arch-action@v2.5.0
uses: uraimo/run-on-arch-action@v2.7.2
patrick-stephens marked this conversation as resolved.
Show resolved Hide resolved
with:
arch: aarch64
distro: ubuntu20.04
patrick-stephens marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: true

- uses: uraimo/run-on-arch-action@v2.5.0
- uses: uraimo/run-on-arch-action@v2.7.2
patrick-stephens marked this conversation as resolved.
Show resolved Hide resolved
name: Build the ${{matrix.format}} packages
with:
arch: aarch64
Expand Down
Loading