Skip to content

Commit

Permalink
Release v0.14.4
Browse files Browse the repository at this point in the history
* fix: Use Go 1.20.3 to build Agent (#430)
* build: Don't expose drone secrets on PR builds (#431)
* Chore(deps): Bump github.com/miekg/dns from 1.1.50 to 1.1.52
* Chore(deps): Bump kernel.org/pub/linux/libs/security/libcap/cap
* Chore(deps): Bump github.com/prometheus/prometheus from 0.42.0 to 0.43.0
* Chore(deps): Bump golang.org/x/text from 0.3.7 to 0.3.8 in /scripts/go
* Chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
* Chore(deps): Bump google.golang.org/grpc from 1.52.3 to 1.54.0
* Add status to the log entry for publisher errors
* Update github.com/prometheus/common to v0.42.0
* Update github.com/prometheus/prometheus to v0.42.0 (2.42.0)

Signed-off-by: Adrian Serrano <adrisr83@gmail.com>
  • Loading branch information
adriansr committed Apr 19, 2023
1 parent 5fa2b45 commit 6e1900a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
## [Unreleased]


<a name="v0.14.4"></a>
## [v0.14.4] - 2023-04-19
### Build
- Don't expose drone secrets on PR builds ([#431](https://github.com/grafana/synthetic-monitoring-agent/issues/431))

### Fix
- Use Go 1.20.3 to build Agent ([#430](https://github.com/grafana/synthetic-monitoring-agent/issues/430))


<a name="v0.14.3"></a>
## [v0.14.3] - 2023-03-09
### Fix
Expand Down Expand Up @@ -404,7 +413,8 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2020-06-24

[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.3...HEAD
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.4...HEAD
[v0.14.4]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.3...v0.14.4
[v0.14.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.2...v0.14.3
[v0.14.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.1...v0.14.2
[v0.14.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.14.0...v0.14.1
Expand Down

0 comments on commit 6e1900a

Please sign in to comment.