Skip to content

Commit

Permalink
Prepare for path v0.39.1 (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc authored Jan 19, 2024
1 parent 3cc7901 commit a1c909b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ internal API changes are not present.
Main (unreleased)
-----------------

### Security fixes

- Fixes following vulnerabilities (@hainenber)
- [GO-2023-2409](https://github.com/advisories/GHSA-mhpq-9638-x6pw)
- [GO-2023-2412](https://github.com/advisories/GHSA-7ww5-4wqc-m92c)
- [CVE-2023-49568](https://github.com/advisories/GHSA-mw99-9chc-xw7r)

### Features

- A new `discovery.process` component for discovering Linux OS processes on the current host. (@korniltsev)
Expand All @@ -43,8 +36,6 @@ Main (unreleased)
- Fix a duplicate metrics registration panic when sending metrics to an static
mode metric instance's write handler. (@tpaschalis)

- Fix issue where installing the Windows Agent Flow installer would hang then crash. (@mattdurham)

### Other changes

- Removed support for Windows 2012 in line with Microsoft end of life. (@mattdurham)
Expand All @@ -53,6 +44,21 @@ Main (unreleased)

- Updated dependency to add support for Go 1.22 (@stefanb)

v0.39.1 (2024-01-19)
--------------------

### Security fixes

- Fixes following vulnerabilities (@hainenber)
- [GO-2023-2409](https://github.com/advisories/GHSA-mhpq-9638-x6pw)
- [GO-2023-2412](https://github.com/advisories/GHSA-7ww5-4wqc-m92c)
- [CVE-2023-49568](https://github.com/advisories/GHSA-mw99-9chc-xw7r)

### Bugfixes

- Fix issue where installing the Windows Agent Flow installer would hang then crash. (@mattdurham)


v0.39.0 (2024-01-09)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Grafana Agent
description: Grafana Agent is a flexible, performant, vendor-neutral, telemetry collector
weight: 350
cascade:
AGENT_RELEASE: v0.39.0
AGENT_RELEASE: v0.39.1
OTEL_VERSION: v0.87.0
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package operator

// Supported versions of the Grafana Agent.
var (
DefaultAgentVersion = "v0.39.0"
DefaultAgentVersion = "v0.39.1"
DefaultAgentBaseImage = "grafana/agent"
DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion
)
Expand Down
2 changes: 1 addition & 1 deletion tools/gen-versioned-files/agent-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.39.0
v0.39.1

0 comments on commit a1c909b

Please sign in to comment.