Skip to content

Releases: streamfold/rotel-lambda-forwarder

v0.0.7

20 Jan 16:19
ffa617a

Choose a tag to compare

Release 0.0.7

What's Changed

Full Changelog: v0.0.6...v0.0.7

Artifacts

This release includes pre-built Lambda functions for both x86_64 and ARM64 architectures:

  • rotel-lambda-forwarder-v0.0.7_x86_64.zip - x86_64 architecture
  • rotel-lambda-forwarder-v0.0.7_arm64.zip - ARM64 architecture

CloudFormation Templates

CloudFormation templates are available in S3:

  • s3://rotel-cloudformation/stacks/v0.0.7/x86_64/rotel-lambda-forwarder-otlp.yaml
  • s3://rotel-cloudformation/stacks/v0.0.7/x86_64/rotel-lambda-forwarder-clickhouse.yaml
  • s3://rotel-cloudformation/stacks/v0.0.7/arm64/rotel-lambda-forwarder-otlp.yaml
  • s3://rotel-cloudformation/stacks/v0.0.7/arm64/rotel-lambda-forwarder-clickhouse.yaml

Installation

Download the appropriate architecture zip file and deploy using AWS Lambda.

For detailed deployment instructions, see the README.

v0.0.6

20 Jan 02:37
8896c98

Choose a tag to compare

Release 0.0.6

What's Changed

Full Changelog: v0.0.5...v0.0.6

Artifacts

This release includes pre-built Lambda functions for both x86_64 and ARM64 architectures:

  • rotel-lambda-forwarder-v0.0.6_x86_64.zip - x86_64 architecture
  • rotel-lambda-forwarder-v0.0.6_arm64.zip - ARM64 architecture

CloudFormation Templates

CloudFormation templates are available in S3:

  • s3://rotel-cloudformation/stacks/v0.0.6/x86_64/rotel-lambda-forwarder-otlp.yaml
  • s3://rotel-cloudformation/stacks/v0.0.6/x86_64/rotel-lambda-forwarder-clickhouse.yaml
  • s3://rotel-cloudformation/stacks/v0.0.6/arm64/rotel-lambda-forwarder-otlp.yaml
  • s3://rotel-cloudformation/stacks/v0.0.6/arm64/rotel-lambda-forwarder-clickhouse.yaml

Installation

Download the appropriate architecture zip file and deploy using AWS Lambda.

For detailed deployment instructions, see the README.

v0.0.4

16 Jan 21:35
fedc526

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

15 Jan 21:51
e4d8e90

Choose a tag to compare

What's Changed

  • Add simple field stripping, strip EKS sessions by @mheffner in #4

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Jan 19:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

13 Jan 23:45

Choose a tag to compare

  • Initial release