Skip to content

Releases: liatrio/liatrio-otel-collector

v0.36.0

13 Dec 20:38
98787d8
Compare
Choose a tag to compare

0.36.0 (2023-12-13)

🎁 Feature

v0.35.0

13 Dec 19:47
e4236f6
Compare
Choose a tag to compare

0.35.0 (2023-12-13)

🎁 Feature

  • Adding changes from opentelemetry-collector-contrib/pull/29832 (#226) (e4236f6)

🔎 Tests

  • added projectResponse and tested scrape function for gitlab scraper (#212) (4e92c2a)
  • updated tests for getCommitData to be on mock server (#205) (5b2d406)

🚧 Chores

  • remove the pkg directory to fall in-line with otel's repo structure (#216) (c084c0f)
  • deps: bump github/codeql-action from 2.22.9 to 2.22.10 (#224) (825de19)
  • deps: bump actions/labeler from 4 to 5 (#219) (ce1bd7c)
  • deps: bump github/codeql-action from 2.22.7 to 2.22.9 (#222) (40648b0)
  • deps: bump alpine from 3.18.4 to 3.19.0 (#223) (04d47aa)
  • deps: bump actions/setup-go from 4 to 5 (#221) (101284f)
  • deps: bump github/codeql-action from 2.22.5 to 2.22.7 (#207) (e12f659)

v0.34.0

22 Nov 18:45
86acdfa
Compare
Choose a tag to compare

0.34.0 (2023-11-22)

🎁 Feature

  • bump to v0.89.0 and bring in cleanup contributions and fixes (#210) (86acdfa)

📄 Documentation

  • Improve debugging experience and update docs (#197) (6324562)

🔎 Tests

  • swapped mock client for new mock server for gitlab, updated tests (#206) (623c37a)
  • Test GitHub scrape function, update mock server and tests accordingly (#203) (68bc840)
  • added pagination header to mock server, updated test (#201) (50d6015)

v0.33.0

09 Nov 00:28
54c853d
Compare
Choose a tag to compare

0.33.0 (2023-11-09)

🎁 Feature

  • major cleanup refactor and addition of tests based on upstream contribution (#194) (54c853d)

📄 Documentation

  • correct environment variable syntax in config.yaml (#200) (13c4426)

v0.32.0

06 Nov 17:50
2f467e2
Compare
Choose a tag to compare

0.32.0 (2023-11-06)

🎁 Feature

  • 92: added contributor count to gitlab scraper (#180) (2f467e2)

🔎 Tests

  • 184: updated getCommitData function, added tests (#185) (b5183dc)
  • created tests for getContributorCount (#183) (adacdb4)

🔀 Code Refactoring

  • made getRepoData function, added tests (#189) (8b654b1)
  • 188: got rid of now useless pr functions/queries (#191) (8fed012)
  • 188: got rid of now useless branch functions/queries (#190) (673db01)

🚧 Chores

  • add o11y system to backstage catalog config (#187) (3cf3f69)

v0.31.5

01 Nov 21:43
300cec5
Compare
Choose a tag to compare

0.31.5 (2023-11-01)

🐞 Bug Fixes

  • should return from go routine and release lock on error (#178) (300cec5)

🔎 Tests

  • added new function for gitlab mrs and relevant test (#174) (c04ef06)
  • updated some GitHub tests (#175) (5013d70)

v0.31.4

31 Oct 15:48
f3d7024
Compare
Choose a tag to compare

0.31.4 (2023-10-31)

🐞 Bug Fixes

  • Application crashes when adressing a specific organization (#181) (f3d7024)

🚧 Chores

  • deps: bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /pkg/receiver/gitproviderreceiver (#170) (c542b28)
  • deps: bump github/codeql-action from 2.22.4 to 2.22.5 (#179) (57a125b)

v0.31.3

27 Oct 20:46
e320aff
Compare
Choose a tag to compare

0.31.3 (2023-10-27)

🐞 Bug Fixes

  • Endpoint management for GitHub enterprise (ghe) (#176) (e320aff)

🔎 Tests

v0.31.2

26 Oct 17:50
6f6f9db
Compare
Choose a tag to compare

0.31.2 (2023-10-26)

🐞 Bug Fixes

  • perf: improved the go-routine implimentation for the gitlab scraper (#172) (6f6f9db)

v0.31.1

24 Oct 20:09
ddcfdea
Compare
Choose a tag to compare

0.31.1 (2023-10-24)

🐞 Bug Fixes

  • perf: go routines more in line with effective go documentation (#168) (ddcfdea)

🔎 Tests

  • gitlab scraper test - getBranches (#166) (fb4821b)
  • added test file for factory.go in gitlabscrapper #150 (#155) (3227663)
  • 161: added tests for getBranches and its components (#163) (f76c5b4)

🚧 Chores

  • deps: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#167) (fc999c0)
  • deps: bump github/codeql-action from 2.22.3 to 2.22.4 (#164) (253b047)