Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: hosted-grafana-release-trigger[bot] <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f60506f commit 5dd38d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [2.1.1](https://github.com/grafana/smtprelay/compare/v2.1.0...v2.1.1) (2024-07-23)


### Bug Fixes

* **mod:** Fix module path to /v2 ([#143](https://github.com/grafana/smtprelay/issues/143)) ([c804e46](https://github.com/grafana/smtprelay/commit/c804e46316ed642463a31489044992e097fd72b3))


### Dependencies

* **actions:** bump golangci/golangci-lint-action from 5 to 6 ([ff49647](https://github.com/grafana/smtprelay/commit/ff49647e83452b42618f32a54c5ecd1c556564b2))
* **docker:** alpine from 3.19 to 3.20 ([#138](https://github.com/grafana/smtprelay/issues/138)) ([301397c](https://github.com/grafana/smtprelay/commit/301397c1c63909f5911c3292e913eace8c2e5959))
* **go:** bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 ([f737c49](https://github.com/grafana/smtprelay/commit/f737c49645567799616ec892729dc936539ecf58))
* **go:** Bump github.com/prometheus/common from 0.53.0 to 0.54.0 ([#139](https://github.com/grafana/smtprelay/issues/139)) ([d3db2f3](https://github.com/grafana/smtprelay/commit/d3db2f325bee3c052c027b90c03884e448cb7ef4))
* **go:** bump github.com/prometheus/common from 0.54.0 to 0.55.0 ([#144](https://github.com/grafana/smtprelay/issues/144)) ([9600621](https://github.com/grafana/smtprelay/commit/9600621ac6019d92134bd55ecc3bcd10c6027f36))
* **go:** bump go.opentelemetry.io/contrib/samplers/jaegerremote ([#150](https://github.com/grafana/smtprelay/issues/150)) ([a0f2b41](https://github.com/grafana/smtprelay/commit/a0f2b41bfc2f11734095fd052fe2b4895b272803))
* **go:** bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc ([#145](https://github.com/grafana/smtprelay/issues/145)) ([7fb6df9](https://github.com/grafana/smtprelay/commit/7fb6df9955dcb3ad5cc79a9f4e6687a98a8254e8))
* **go:** bump golang.org/x/crypto from 0.22.0 to 0.23.0 ([0c43641](https://github.com/grafana/smtprelay/commit/0c43641f7e2e4e26a6e924d24968aff6dfc020b3))
* **go:** Bump golang.org/x/crypto from 0.23.0 to 0.24.0 ([#140](https://github.com/grafana/smtprelay/issues/140)) ([7ff89ce](https://github.com/grafana/smtprelay/commit/7ff89ce1048a2932aa8194203b44fac22695e878))
* **go:** bump golang.org/x/crypto from 0.24.0 to 0.25.0 ([#151](https://github.com/grafana/smtprelay/issues/151)) ([513ef63](https://github.com/grafana/smtprelay/commit/513ef6371c6951ea11dadf71e88843fbc82b510b))
* **go:** bump google.golang.org/grpc from 1.64.0 to 1.64.1 ([#152](https://github.com/grafana/smtprelay/issues/152)) ([f60506f](https://github.com/grafana/smtprelay/commit/f60506f5779ce21bf89316ddbb6661fc3a239a43))
* **go:** go.opentelemetry.io/otel from 1.26.0 to 1.27.0 ([#137](https://github.com/grafana/smtprelay/issues/137)) ([c8a88c6](https://github.com/grafana/smtprelay/commit/c8a88c6ce403a0f68190cbf0dc30274b6e803fe2))

0 comments on commit 5dd38d8

Please sign in to comment.