v0.14.0 #609
rfratto
started this conversation in
Announcements
v0.14.0
#609
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is release
v0.14.0
of the Grafana Agent, and our biggest release to date! There's a lot to go over since the v0.13.1 release. One notable thing that doesn't get a changelog entry is the introduction of a governance team. Please welcome Matt Durham, Joe Elliott, Robert Fratto, Richard Hartmann, and Mario Rodriguez as the initial team members!One more thing: we're also going to start marking features interchangeably as beta or experimental when we believe they are going to change. This is to help us continue iterating quickly while making it clear which things we believe are production-ready.
Upgrading
Read the migration guide for specific instructions on upgrading from older versions.
Notable changes:
This is the first release where we have changed the name of the project from Grafana Cloud Agent to Grafana Agent. The new name is for a few reasons, but I (@rfratto) like to say "Grafana Agent" is less confusing, since it was never intended to only be used by Grafana Cloud users. The README has been updated to reflect who might find the Grafana Agent useful.
With that out of the way, let's get into the biggest changes of this release:
Way too much has changed this time, so please check out the full CHANGELOG for all the details. Thank you to everyone who contributed to this release!
Installation:
Grafana Agent is currently distributed in plain binary form, Docker container images, and a Kubernetes install script. Choose whichever fits your use-case best.
Kubernetes Install Script
The following scripts will download and install two Kubernetes manifests for the Agent. The first manifest collects metrics, the second collects logs, and the final collects traces. You will be prompted for input for each manifest. The script requires curl and envsubst (GNU gettext).
Docker container:
docker pull "grafana/agent:v0.14.0"
Binary
We provide precompiled binary executables for the most common operating systems. Choose from the assets below for your matching operating system. Example for the
linux
operating system onamd64
:agentctl
agentctl
, a tool for helping you interact with the Agent, is available as a Docker image:docker pull "grafana/agentctl:v0.14.0"
Or as a binary. Like before, choose the assets below that matches your operating system. For example, with
linux
onamd64
:This discussion was created from the release v0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions