Skip to content

Releases: honeycombio/agentless-integrations-for-aws

v4.3.0

11 Apr 14:38
81e4aa0
Compare
Choose a tag to compare

What's Changed

Maintenance

  • maint(deps): bump github.com/aws/aws-sdk-go from 1.50.29 to 1.51.11 by @dependabot in #242
  • maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #241
  • maint(deps): bump github.com/honeycombio/libhoney-go from 1.21.0 to 1.22.0 by @dependabot in #240
  • maint: add classification and classification reason to ALB regex by @brookesargent in #243
  • rel: prep v4.3.0 by @brookesargent in #244

Full Changelog: v4.2.0...v4.3.0

v4.2.0

26 Mar 14:32
60500d8
Compare
Choose a tag to compare

What's Changed

Fixes

Maintenance

  • maint(deps): bump github.com/aws/aws-sdk-go from 1.48.10 to 1.49.13 by @dependabot in #229
  • maint(deps): bump github.com/aws/aws-lambda-go from 1.41.0 to 1.43.0 by @dependabot in #230
  • maint(deps): bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 by @dependabot in #231
  • maint(deps): bump github.com/aws/aws-lambda-go from 1.43.0 to 1.46.0 by @dependabot in #232
  • maint(deps): bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.29 by @dependabot in #234
  • maint(deps): bump github.com/honeycombio/libhoney-go from 1.20.0 to 1.21.0 by @dependabot in #235

Full Changelog: v4.1.0...v4.2.0

v4.1.0

20 Dec 21:41
8c9241d
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add SNS KFH transform (#227)

Maintenance

  • Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 (#223)
  • Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 (#226)

v4.0.0

13 Oct 15:20
e86455a
Compare
Choose a tag to compare

What's Changed

Upgrade from go1.x runtime to provided.al2 runtime ahead of the December 31st go1.x deprecation.
Lambda binaries are now packaged individually instead of all together in ingest-handlers.zip.
One zip per Lambda function and build architecture. i.e. s3-handler-arm64.zip.

Maintenance

  • Bump github.com/aws/aws-sdk-go from 1.44.313 to 1.45.1 (#217)
  • Bump github.com/aws/aws-sdk-go from 1.45.1 to 1.45.19 (#219)
  • Upgrade go1.x to provided.al2 runtime (#220)
  • Update publish-aws script for both archs (#221)

v3.2.0

01 Aug 14:50
f364307
Compare
Choose a tag to compare

What's Changed

Fixed

  • S3 Handler: Handle all variations of AWS X-Ray trace id and error on unparsed events (#214) | @brookesargent

Maintenance

  • Bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.294 (#211)
  • Bump github.com/honeycombio/libhoney-go from 1.18.0 to 1.20.0 (#212)
  • Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#213)
  • Bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.313 (#215)

v3.0.1

02 Dec 17:15
710c86a
Compare
Choose a tag to compare

What's Changed

Fixed

  • KFH RDS Transform: pass non-CloudWatch Log data through unaltered (#178) | @jharley
  • KFH RDS Transform: mark unparsable records as failures (#179) | @jharley

Maintenance

  • Bump github.com/honeycombio/honeytail from 1.8.1 to 1.8.2 (#174) | @dependabot
  • Bump github.com/aws/aws-lambda-go from 1.34.1 to 1.35.0 (#176) | @dependabot
  • Bump github.com/aws/aws-sdk-go from 1.44.127 to 1.44.150 (#177) | @dependabot
  • KFH RDS Transform: refactor code into 'common' package (#180) | @jharley

v3.0.0

23 Nov 17:08
3eed0f3
Compare
Choose a tag to compare

What's Changed

Introducing ✨ NEW CloudFormation & Terraform support. Modules and templates are NO longer maintained in this repo.

💡 Enhancements

  • Remove CloudFormation/Terraform & Rewrite README Significantly (#167) | @dstrelau

v2.6.0

21 Nov 18:24
86f1215
Compare
Choose a tag to compare

What's Changed

💡 Enhancements

v2.5.0

10 Nov 20:12
9288a22
Compare
Choose a tag to compare

What's Changed

💡 Enhancements

🐛 Fixes

  • [s3] Protect against Intn panicing if sample rate is set to 0 by @mjayaram in #148

🛠 Maintenance

  • publish every main build to S3 by @dstrelau in #161
  • Bump github.com/honeycombio/libhoney-go from 1.17.0 to 1.18.0 by @dependabot in #157
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #155
  • Bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.127 by @dependabot in #158

New Contributors

Full Changelog: v2.4.5...v2.5.0

v2.4.5

06 Oct 16:33
e2853a2
Compare
Choose a tag to compare

2.4.5 2022-10-06

Fixed