Skip to content

Latest commit

 

History

History
187 lines (123 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

187 lines (123 loc) · 7.84 KB

Refinery Helm Chart Changelog

This changelog is now deprecated. See Releases for the up-to-date list of changes.

Refinery v2.2.0

Refinery v2.1.2

Refinery v2.1.1

  • fix: [refinery] Fix issue where Prometheus ports are not enabled when PrometheusMetrics is enabled (#274) | @TylerHelmuth

Refinery v2.1.0

Features

  • feat: Add ability to specify extra refinery commands (#265) | @TylerHelmuth

Fixes

  • fix: Fix issue where default rule was always present unless explicitly disabled. (#269) | @TylerHelmuth
  • fix: Add back addrulereasontotrace (#268) | @TylerHelmuth
  • fix: Update peer management to use redis (#267) | @TylerHelmuth
  • fix: Fix typo with LiveReload (#264) | @TylerHelmuth

Maintenance

Refinery v2.0.1

  • fix: [refinery] Add default GRPCServerParameters.ListenAddr (#262) | @TylerHelmuth

Refinery v2.0.0

  • maint: Bump default refinery version to 2.0.0 (#257) | @TylerHelmuth
  • fix: disable debug by default (#258) | @TylerHelmuth
  • feat: enable debug service by default (#255) | @lizthegrey
  • docs: [refinery] Add MaxConnectionAge default to values.yaml (#254) | @mterhar

Refinery v1.19.1

  • feat: Add the ability to create your own Secret Provider (#243) | @RainofTerra
  • chore: Allow users to add annotations for refinery and collector deployments (#236) | @suryapandian

Refinery v1.19.0

  • chore: bump appVersion to 1.21 (#235) | @fchikwekwe

Refinery v1.18.0

  • maint: Update refinery chart to use refinery 1.20.0 (#227) | @TylerHelmuth
  • chore: add nodeport to the service.yaml (#222) | @fchikwekwe

Refinery v1.17.0

  • fix: Updated ordering of CPU/Memory resource metrics (#217) | @robiball
  • maint: Update HPAs to autoscaling/v2 (#215) | @robiball
    • This means that the chart now only supports k8s 1.23+

Refinery v1.16.0

  • bump app version to 1.19.0 (#203) | @TylerHelmuth
    • Add command to query config metadata
    • New cache management strategy

Refinery v1.15.1

  • Avoid checksum/config collision (#197) | @mterhar
  • Update to set redis host based on release name (#194) | @TylerHelmuth

Refinery v1.15.0

  • Bump Refinery version to 1.18.0 (#188) | @TylerHelmuth
    • Track span count and optionally add it to root
    • Add support for metrics api key env var
    • RedisIdentifier now operates properly in more circumstances
    • Properly set metadata to values that will work.

Refinery v1.14.0

  • Bump Refinery version to 1.17.0 (#182) | @vreynolds
    • Allow adding extra fields to error logs
    • Allow BatchTimeout to be overridden on the libhoney Transmission
    • Fix concurrent read/write

Refinery v1.13.0

  • Bump refinery version to 1.16.0 (#179) | @kentquirk
  • Update sample config with new fields for new version (#178) | @kentquirk
  • Add Helm namespace metadata (#175) | @masonjlegere

Refinery v1.12.1

  • separate yaml layers to help parsing (#169) | mterhar
  • fix: Remove obsolete dash from configmap names (#170) | bondarewicz

Refinery v1.12.0

  • Custom rules configmap (#162) | @teaguecole
  • Use correct syntax in commented out field (#165) | @jazzdan
  • Fix a TOML->YAML conversion whoopsie (#163) | irvingpop

Refinery v1.11.0

  • Enable extra volume configurations in deployment config (#147) | @mars64
  • Bump Refinery to 1.15.0 (#153) | @vreynolds
    • Add scope-based rules

Refinery v1.10.0

  • Bump refinery to 1.14.1 (#139) | @kentquirk
    • Add support and sample config for environment and dataset rules with same names
    • Fix crash bug related to sharding

Refinery v1.9.0

  • bump app version to 1.13.0 (#136) | @JamieDanielson
    • This release adds parsing for nested json fields in the rules sampler
  • support ingressClassName (#105) | @kentquirk

Refinery v1.8.0

Refinery v1.7.0

  • Bump app version to v1.12.0 (#125) | @MikeGoldsmith
    • this release adds preliminary support for environments and services

Refinery v1.6.0

  • bump app version to 1.10.0 (#117) | @vreynolds
    • this release includes bug fixes and a new Redis Username configuration option

Refinery v1.5.0

  • Allow operators to disable live reload of Refinery related to changed sampling rules (#104) | @bixu
  • Bump refinery image version to 1.9.0 (#111) | @MikeGoldsmith
    • Honor env. variable to set gRPC listener address
    • Add retries when connecting to redis during init
    • Properly set meta.refinery.local_hostname field

Refinery v1.4.0

  • Upgrade Refinery to v1.8.0, for configurable MaxBatchSize (#87) | @JamieDanielson
    • Refinery v1.7.0 also added improved histogram buckets for prometheus metrics
  • Update docs on pod recycling for config changes (#86) | @MikeGoldsmith
  • Add changelogs and update releasing process (#81) | @JamieDanielson

Refinery v1.3.1

  • Add release process by @puckpuck in #76
  • Upgrade to Refinery 1.6.1 by @JamieDanielson in #77

Refinery v1.3.0

  • Adds support for HPA #71
  • Adds support for an additional ingress to control gRPC traffic #72
  • Enables PeerManagement defaults #73

Refinery v1.2.0

  • Update ingress controller specifications for K8s >= 1.19 #63
  • Update default Redis deployment version to 6.2.5 #69
  • Add support for additional labels on all resources #70 (@sbeginCoveo)
  • Update Refinery to 1.5.0 which includes support for downstream samplers within a Rules-based sampler

Refinery v1.1.2

  • Adds support for pod scheduling to the optional Redis deployment (#59)

Refinery v1.1.1

  • Updates to refinery v1.4.0 including support for OTLP over HTTP (#53)

Refinery v1.1.0

  • Enables port 4317 for OTLP ingest #39
  • Adjusts limits for production usage #40
  • Fixes Redis service port name and issues with Istio #42

Refinery v1.0.0

  • All configuration and samples rules can be embedded at chart values
  • Optional pre-packaged Redis distribution for peer management