Releases: mezmo/terraform-provider-mezmo
Releases · mezmo/terraform-provider-mezmo
v1.0.5
v1.0.4
What's Changed
- feat(import): Implement state import for all pipeline resources by @dhable in #104
- jmoses/validate examples but dirty by @jmoses in #103
- fix: Ensure unwindConditionalToModel generates valid HCL by @biblicalph in #105
- fix: Update parse and sequential parse proccessors to accept new options by @biblicalph in #106
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- feat: Add convert to model tests for all node types by @biblicalph in #90
- Add
webhook
anddatadog
TF resources by @darinspivey in #91 - fix(processors): Add
case_sensitive
to thesample
processor by @darinspivey in #92 - chore(ci): Set build desc with sanity param value by @jmoses in #95
- feat(processors): Add metrics tag cardinality limit processor by @darinspivey in #93
- feat(processors): Add event-to-metric by @darinspivey in #94
- refactor: Expose model node types by @biblicalph in #97
- fix: Expose node type interface by @biblicalph in #99
- fix(test): clean up test cacheKey values by @dhable in #98
- fix(reduce): fix flush_condition parsing to read from when by @dhable in #100
- fix(sample): update how to parse API response by @dhable in #101
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feat: Add map-fields processor by @penick in #84
- feat: Export BaseNode by @biblicalph in #85
- feat: Make convertible resource typenames unique by @biblicalph in #86
- fix(doc): Update README with local instructions by @joshuas99 in #83
- fix: Only build component schemas once by @dhable in #87
- fix: Ensure processors can be converted to terraform model by @biblicalph in #88
- fix(dependencies): Update terraform-plugin-framework to 1.4.1 by @teeohhem in #89
New Contributors
- @penick made their first contribution in #84
- @joshuas99 made their first contribution in #83
- @teeohhem made their first contribution in #89
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Create Mezmo Terraform provider project layout and sample components by @jorgebay in #7
- fix(client): Use correct Mezmo api host, and consume v3 api responses by @darinspivey in #14
- feat(sources): Add
http
as a source node by @darinspivey in #15 - feat(sources): Allow setting of
gateway_route_id
by @darinspivey in #16 - feat(sources): Add
compression
to the s3 source schema by @darinspivey in #17 - feat(sinks): Add http sink by @darinspivey in #19
- refactor(provider): Use separate types for Source, Transform, Sink by @darinspivey in #20
- feat(client): Use GET handlers for sinks, sources, and transforms by @shawkinsmezmo in #18
- feat(transforms):
compact-fields
transform by @darinspivey in #21 - feat(sources): Add Mezmo agent source by @shawkinsmezmo in #23
- feat: Dedupe transform by @jorgebay in #24
- chore: Add generics to utility function and format check in Jenkins by @jorgebay in #26
- feat(transforms): add flatten-fields transform by @mdeltito in #25
- feat(sink): Add datadog metrics sink by @stsantilena in #22
- feat: Sample transform by @jorgebay in #27
- feat(sources): Add
sqs
source by @darinspivey in #28 - feat: Drop Fields and Unroll transforms by @jorgebay in #29
- feat(sinks): Add datadog logs sink by @stsantilena in #31
- feat(sources): Add Splunk Hec source by @darinspivey in #30
- feat(transforms): Add
decrypt-fields
transform by @darinspivey in #32 - feat(sources): Add Logstash source by @darinspivey in #35
- feat: Mezmo logs sink by @jorgebay in #33
- feat(sources): Add fluent source by @darinspivey in #36
- feat: ElasticSearch and New Relic sinks by @jorgebay in #34
- feat(transforms): Add
encrypt-fields
transform by @darinspivey in #39 - feat: Prometheus Remote-Write Sink by @jorgebay in #38
- feat: Azure Blob Storage sink by @jorgebay in #42
- feat: Honeycomb Logs sink by @jorgebay in #43
- feat(sources): kafka source by @shawkinsmezmo in #37
- chore: Rename Datadog resources and remove ack_enabled addon by @jorgebay in #48
- feat: Script Execution processor by @jorgebay in #49
- feat(source): adding azure event hub source by @dhable in #41
- feat(source): add kinesis firehose source by @dhable in #50
- feat(sources): Prometheus Remote Write source by @shawkinsmezmo in #47
- feat(sinks): kafka sink by @shawkinsmezmo in #46
- feat: Splunk HEC Logs sink by @jorgebay in #44
- feat: Implement parse transform by @biblicalph in #40
- chore: Fix build by @jorgebay in #58
- feat: Include auth scheme and clean up Provider's auth attributes by @jorgebay in #59
- chore: Rename transforms and sinks to processors and destinations by @jorgebay in #60
- feat: S3 destination by @jorgebay in #61
- feat(destination): adding GCP cloud storage destination by @dhable in #62
- feat(sinks): Add loki sink by @stsantilena in #45
- feat(processors): Add
reduce
processor by @darinspivey in #63 - fix(processors):
reduce
is missing properties in "to model" by @darinspivey in #64 - feat: Implement route processor by @biblicalph in #65
- fix: Out-of-sync state is causing false positive test assertions by @darinspivey in #66
- feat(sources): Add
log-analysis
source by @darinspivey in #67 - chore(deps): Bump [email protected] by @darinspivey in #71
- chore(deps): Bump github.com/hashicorp/terraform-plugin-testing from 1.2.0 to 1.5.1 by @dependabot in #56
- chore(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.12.0 by @dependabot in #55
- chore(deps): Bump golangci/golangci-lint-action from 3.5.0 to 3.7.0 by @dependabot in #54
- chore(deps): Bump goreleaser/goreleaser-action from 4.2.0 to 5.0.0 by @dependabot in #73
- chore(deps): Bump actions/checkout from 3.5.2 to 4.0.0 by @dependabot in #72
- chore(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.16.0 by @dependabot in #11
- chore(deps): Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #52
- fix(docs): Update
README
to have the correct Go version by @darinspivey in #74 - feat: Implement sequential parse processor by @biblicalph in #68
- feat(sources): Add open telemetry traces source by @seeruyy in #75
- feat: Expose models through conversion interface by @dhable in #77
- chore: update module path to use correct org by @dhable in #78
- feat(sources): Revert open telemetry traces source by @seeruyy in #81
New Contributors
- @jorgebay made their first contribution in #7
- @shawkinsmezmo made their first contribution in #18
- @mdeltito made their first contribution in #25
- @stsantilena made their first contribution in #22
- @dependabot made their first contribution in #56
- @seeruyy made their first contribution in #75
Full Changelog: https://github.com/mezmo/terraform-provider-mezmo/commits/v1.0.0