Releases: grafana/smtprelay
Releases · grafana/smtprelay
v2.1.5
v2.1.4
2.1.4 (2024-10-17)
Dependencies
- go: bump github.com/prometheus/client_golang from 1.20.3 to 1.20.5 (#189) (b0a37e2)
- go: bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#182) (c75e44f)
- go: bump go.opentelemetry.io/contrib/samplers/jaegerremote (#188) (cf2a270)
- go: bump go.opentelemetry.io/otel from 1.29.0 to 1.30.0 (#175) (92fc713)
- go: bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 (#185) (644f587)
- go: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#177) (9828d91)
- go: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#187) (d6b499a)
v2.1.3
2.1.3 (2024-09-06)
Dependencies
- docker: bump golang from 1.22-alpine to 1.23-alpine (#156) (2dd628e)
- go: bump github.com/grafana/pyroscope-go/godeltaprof (#158) (7ecbd62)
- go: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 (#170) (ce4a641)
- go: bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 (#161) (aeae268)
- go: Bump supported Go version to 1.23.1 (#173) (f0b6d5f)
v2.1.2
v2.1.1
2.1.1 (2024-07-23)
Bug Fixes
Dependencies
- actions: bump golangci/golangci-lint-action from 5 to 6 (ff49647)
- docker: alpine from 3.19 to 3.20 (#138) (301397c)
- go: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (f737c49)
- go: Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#139) (d3db2f3)
- go: bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#144) (9600621)
- go: bump go.opentelemetry.io/contrib/samplers/jaegerremote (#150) (a0f2b41)
- go: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#145) (7fb6df9)
- go: bump golang.org/x/crypto from 0.22.0 to 0.23.0 (0c43641)
- go: Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#140) (7ff89ce)
- go: bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#151) (513ef63)
- go: bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#152) (f60506f)
- go: go.opentelemetry.io/otel from 1.26.0 to 1.27.0 (#137) (c8a88c6)
v2.1.0
What's Changed
- Bump github.com/grafana/pyroscope-go/godeltaprof from 0.1.6 to 0.1.7 by @dependabot in #80
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #81
- Bump github.com/prometheus/common from 0.46.0 to 0.49.0 by @dependabot in #103
- Bump golang.org/x/crypto from 0.18.0 to 0.20.0 by @dependabot in #101
- Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.16.0 to 0.18.0 by @dependabot in #97
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #93
- Bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #105
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #104
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.22.0 to 1.24.0 by @dependabot in #96
- Bump golang from 1.21-alpine to 1.22-alpine by @dependabot in #87
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #108
- Add a native histogram 'smtprelay_relay_duration_seconds' by @hairyhenderson in #109
- Fix lint errors by @hairyhenderson in #110
- Allow disabling tracing with OTEL_SDK_DISABLED by @hairyhenderson in #113
- Bump github.com/prometheus/common from 0.49.0 to 0.51.1 by @dependabot in #112
- Bump github.com/prometheus/common from 0.51.1 to 0.52.2 by @dependabot in #114
- Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #115
- Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 by @dependabot in #116
- Bump github.com/prometheus/common from 0.52.2 to 0.53.0 by @dependabot in #122
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #128
- Bump go.opentelemetry.io/otel from 1.25.0 to 1.26.0 by @dependabot in #125
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Add missing log key by @hairyhenderson in #79
- Bump actions/setup-go from 4 to 5 by @dependabot in #78
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 by @dependabot in #70
- CodeQL workflow updates by @hairyhenderson in #75
- Bump dependencies for CVE-2023-6129/CVE-2023-6237 by @hairyhenderson in #76
- Fix docker push workflow by @hairyhenderson in #77
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- handle /debug/pprof endpoints on http-metrics port by @korniltsev in #47
- Switch from logrus to log/slog by @hairyhenderson in #52
- Config refactoring by @hairyhenderson in #53
- Extract relay type into new struct by @hairyhenderson in #54
- remove unnecessary upgrade by @hairyhenderson in #51
- Update README to clarify purpose by @hairyhenderson in #55
- Internal fork of smtpd package by @hairyhenderson in #58
- Shutdown relay with context cancellation by @hairyhenderson in #56
- Fix linter issues in smtpd package by @hairyhenderson in #59
- Replace forked client with net/smtp by @hairyhenderson in #60
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #62
- Bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #63
- Support context propagation in smtpd by @hairyhenderson in #64
- Support tracing by @hairyhenderson in #57
- Fix flaky test by @hairyhenderson in #66
- Bump github.com/prometheus/common from 0.45.0 to 0.46.0 by @dependabot in #65
- Owensmallwood/add gh action to build and push docker image by @owensmallwood in #37
- push image on workflow run by @owensmallwood in #67
- adds type=edge tag by @owensmallwood in #68
- Error refactoring by @hairyhenderson in #69
New Contributors
- @korniltsev made their first contribution in #47
- @owensmallwood made their first contribution in #37
Full Changelog: v1.5.1...v2.0.0