Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ for specific instructions.
to be a member of the adm and systemd-journal groups. This will allow logs to
read from journald and /var/log by default. (@rfratto)

- [BUGFIX] Fix collecting filesystem metrics on Mac OS (darwin) in the `node_exporter` integration default config. (@eamonryan)
- [BUGFIX] Fix collecting filesystem metrics on Mac OS (darwin) in the
`node_exporter` integration default config. (@eamonryan)

- [BUGFIX] Fix info logging on windows. (@mattdurham)

Expand All @@ -55,20 +56,6 @@ for specific instructions.

- [BUGFIX] Fix yaml marshalling tag for cert_file in kafka exporter agent config. (@rgeyer)

- [BUGFIX] Register missing metric for configstore consul request duration.
(@rfratto)

- [BUGFIX] Logs should contain a caller field with file and line numbers again (@kgeckhart)

- [BUGFIX] In scraping service mode, the polling configuration refresh should honor timeout. (@mattdurham)

- [BUGFIX] In scraping service mode, the lifecycle reshard should happen using a goroutine. (@mattdurham)

- [BUGFIX] In scraping service mode, scraping service can deadlock when reloading during join. (@mattdurham)

- [BUGFIX] Scraping service: prevent more than one refresh from being queued at
a time. (@rfratto)

- [CHANGE] Breaking change: reduced verbosity of tracing autologging
by not logging `STATUS_CODE_UNSET` status codes. (@mapno)

Expand All @@ -90,8 +77,25 @@ for specific instructions.
also been deprecated in favor of the same flags with the `metrics.` prefix.
(@rfratto)

- [ENHANCEMENT] `agentctl cloud-config` now allows specifying an url for

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up @cristiangreco, I removed this since we don't currently publicly document the agentctl cloud-config command.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, I followed the PR guidelines but wasn't really sure whether it was something we want to mention.

Grafana Cloud's API. (@cristiangreco)
# v0.18.3 (2021-09-08)

- [BUGFIX] Register missing metric for configstore consul request duration.
(@rfratto)

- [BUGFIX] Logs should contain a caller field with file and line numbers again
(@kgeckhart)

- [BUGFIX] In scraping service mode, the polling configuration refresh should
honor timeout. (@mattdurham)

- [BUGFIX] In scraping service mode, the lifecycle reshard should happen using a
goroutine. (@mattdurham)

- [BUGFIX] In scraping service mode, scraping service can deadlock when
reloading during join. (@mattdurham)

- [BUGFIX] Scraping service: prevent more than one refresh from being queued at
a time. (@rfratto)

# v0.18.2 (2021-08-12)

Expand Down
4 changes: 2 additions & 2 deletions docs/configuration/integrations/node-exporter-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run \
-v "/proc:/host/proc:ro,rslave" \
-v /tmp/agent:/etc/agent \
-v /path/to/config.yaml:/etc/agent-config/agent.yaml \
grafana/agent:v0.15.0 \
grafana/agent:v0.18.3 \
--config.file=/etc/agent-config/agent.yaml
```

Expand Down Expand Up @@ -66,7 +66,7 @@ metadata:
name: agent
spec:
containers:
- image: grafana/agent:v0.15.0
- image: grafana/agent:v0.18.3
name: agent
args:
- --config.file=/etc/agent-config/agent.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration/integrations/process-exporter-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run \
-v "/proc:/proc:ro" \
-v /tmp/agent:/etc/agent \
-v /path/to/config.yaml:/etc/agent-config/agent.yaml \
grafana/agent:v0.15.0 \
grafana/agent:v0.18.3 \
--config.file=/etc/agent-config/agent.yaml
```

Expand All @@ -35,7 +35,7 @@ metadata:
name: agent
spec:
containers:
- image: grafana/agent:v0.18.1
- image: grafana/agent:v0.18.3
name: agent
args:
- --config.file=/etc/agent-config/agent.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently, there are six ways to install the agent:
docker run \
-v /tmp/agent:/etc/agent/data \
-v /path/to/config.yaml:/etc/agent/agent.yaml \
grafana/agent:v0.18.1
grafana/agent:v0.18.3
```

Replace `/tmp/agent` with the folder you wish to store WAL data in. WAL data is
Expand Down
4 changes: 2 additions & 2 deletions docs/operator/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
serviceAccountName: grafana-agent-operator
containers:
- name: operator
image: grafana/agent-operator:v0.18.2
image: grafana/agent-operator:v0.18.3
---

apiVersion: v1
Expand Down Expand Up @@ -156,7 +156,7 @@ metadata:
labels:
app: grafana-agent
spec:
image: grafana/agent:v0.18.2
image: grafana/agent:v0.18.3
logLevel: info
serviceAccountName: grafana-agent
metrics:
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var (
"v0.18.0",
"v0.18.1",
"v0.18.2",
"v0.18.3",

// NOTE(rfratto): when performing an upgrade, add the newest version above instead of changing the existing reference.
}
Expand Down
2 changes: 1 addition & 1 deletion production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ directory on your host that you want the agent to store its WAL.
docker run \
-v /tmp/agent:/etc/agent/data \
-v /path/to/config.yaml:/etc/agent/agent.yaml \
grafana/agent:v0.18.2
grafana/agent:v0.18.3
```

## Running the Agent locally
Expand Down
2 changes: 1 addition & 1 deletion production/grafanacloud-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PACKAGE_SYSTEM=${PACKAGE_SYSTEM:=}
#
# Global constants.
#
RELEASE_VERSION="0.18.2"
RELEASE_VERSION="0.18.3"

RELEASE_URL="https://github.com/grafana/agent/releases/download/v${RELEASE_VERSION}"
DEB_URL="${RELEASE_URL}/grafana-agent-${RELEASE_VERSION}-1.${ARCH}.deb"
Expand Down
2 changes: 1 addition & 1 deletion production/kubernetes/agent-bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: grafana/agent:v0.18.2
image: grafana/agent:v0.18.3
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down
2 changes: 1 addition & 1 deletion production/kubernetes/agent-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: grafana/agent:v0.18.2
image: grafana/agent:v0.18.3
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down
2 changes: 1 addition & 1 deletion production/kubernetes/agent-tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: grafana/agent:v0.18.2
image: grafana/agent:v0.18.3
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down
2 changes: 1 addition & 1 deletion production/kubernetes/build/lib/version.libsonnet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'grafana/agent:v0.18.2'
'grafana/agent:v0.18.3'
2 changes: 1 addition & 1 deletion production/kubernetes/install-bare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check_installed() {
check_installed curl
check_installed envsubst

MANIFEST_BRANCH=v0.18.2
MANIFEST_BRANCH=v0.18.3
MANIFEST_URL=${MANIFEST_URL:-https://raw.githubusercontent.com/grafana/agent/${MANIFEST_BRANCH}/production/kubernetes/agent-bare.yaml}
NAMESPACE=${NAMESPACE:-default}

Expand Down
4 changes: 2 additions & 2 deletions production/tanka/grafana-agent/v1/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ local service = k.core.v1.service;
(import './lib/tempo.libsonnet') +
{
_images:: {
agent: 'grafana/agent:v0.18.2',
agentctl: 'grafana/agentctl:v0.18.2',
agent: 'grafana/agent:v0.18.3',
agentctl: 'grafana/agentctl:v0.18.3',
},

// new creates a new DaemonSet deployment of the grafana-agent. By default,
Expand Down
4 changes: 2 additions & 2 deletions production/tanka/grafana-agent/v2/internal/base.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function(name='grafana-agent', namespace='') {
local this = self,

_images:: {
agent: 'grafana/agent:v0.16.1',
agentctl: 'grafana/agentctl:v0.16.1',
agent: 'grafana/agent:v0.18.3',
agentctl: 'grafana/agentctl:v0.18.3',
},
_config:: {
name: name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function(
) {
local _config = {
api: error 'api must be set',
image: 'grafana/agentctl:v0.16.1',
image: 'grafana/agentctl:v0.18.3',
schedule: '*/5 * * * *',
configs: [],
} + config,
Expand Down