Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 982 Bytes

release-note.md

File metadata and controls

29 lines (23 loc) · 982 Bytes

This is release ${CIRCLE_TAG} of Loki.

Notable changes:

⚠️ ADD RELEASE NOTES HERE ⚠️

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:

$ docker pull "grafana/loki:${CIRCLE_TAG}"
$ docker pull "grafana/promtail:${CIRCLE_TAG}"

Binary

We provide pre-compiled binary executables for the most common operating systems and architectures. Choose from the assets below for the application and architecture matching your system. Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/${CIRCLE_TAG}/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"