Skip to content

Releases: appclacks/cabourotte

v2.3.0

31 Oct 21:59

Choose a tag to compare

Changelog

  • 3958efd Clean old semconv from vendor
  • ad1cdd1 Merge pull request #29 from Issif/fix/panic-not-found-assets-only
  • 7ccdc0d Merge pull request #31 from elobommart/master
  • 37f80b8 Merge pull request #32 from appclacks/upgrade-versions
  • b7ac364 Upgrade golangci lint gh action
  • a2e40f4 Upgrade golangci-lint
  • 587828a Upgrade semconv
  • 834fea6 fix panic when a not present asset is called + upgrade all deps
  • 25fdd63 remove minimum interval requirements
  • fba73de upgrade dependencies

v2.2.0

01 Feb 15:02

Choose a tag to compare

Changelog

v2.1.0

01 Feb 14:35

Choose a tag to compare

Changelog

  • 526843e Add memory store tracing
  • 9cb0e77 Cabourotte: fix README
  • 8354241 change span names to match otel conventions
  • c3866e0 echo upgrade + otel support
  • 5763d2d healthcheck labels as otel spans attributes
  • 1063197 remove useless tomb instances

v2.0.0

06 Jul 08:30

Choose a tag to compare

Changelog

  • 139946b Frontend: use top level api path + fix duration in html
  • b225d3a Version API + never return json arrays as top level
  • d1cf9b6 Workflow: add goreleaser

v1.19.0

24 Mar 14:03

Choose a tag to compare

Changelog

  • d8c7f78 Change string format for http error messages
  • 06fc8e8 better http health check management + bump to go 1.22
  • 38420e2 change to MIT License
  • 5c3c3cd fix README
  • 5c8cf99 fix: upgrade githubb workflow to 1.22
  • 451433e increase default buffer size

v1.18.0

06 Jan 15:59

Choose a tag to compare

Changelog

  • 32d37dc discovery log original error and remove the full body

v1.17.0

20 Dec 13:27

Choose a tag to compare

Changelog

  • a9721f3 Enclose HTTP listener address in brackets to allow for IPv6 addresses
  • abd382f Merge pull request #26 from sgaunet/feat-cicd-build
  • c91a028 Merge pull request #27 from gecio/http-listener-ipv6-support
  • 4e0bc66 Update dependencies
  • d7a313e Upgrade CI versions
  • a2306ee cicd: build push image on tags
  • eda073c only build/push to dockerhub on appclacks/cabourotte registry
  • de3249e rename MetricsLabels to HealthchecksLabels and update go/Docker

v1.16.0

16 Jul 20:59

Choose a tag to compare

Changelog

  • 557f97f Add ServerName to http check + reuse tls config fn
  • e6fc7b2 Update link to the doc

v1.15.0

01 Jul 13:18

Choose a tag to compare

Changelog

  • d276abe Allow overriding Host configuration in HTTP checks

v1.14.0

25 Jun 19:54

Choose a tag to compare

Changelog

  • 72c0297 change project mod path + Upgrade dependencies