Skip to content

Commit 49827de

Browse files
committed
docs: release 4.0.2
1 parent f68350a commit 49827de

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/sources/installation/debian.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ weight = 1
1414

1515
Description | Download
1616
------------ | -------------
17-
Stable for Debian-based Linux | [4.0.1 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.1-1480694114_amd64.deb)
17+
Stable for Debian-based Linux | [4.0.2 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64.deb)
1818

1919
## Install Stable
2020

2121
```
22-
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.1-1480694114_amd64.deb
22+
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64.deb
2323
$ sudo apt-get install -y adduser libfontconfig
24-
$ sudo dpkg -i grafana_4.0.1-1480694114_amd64.deb
24+
$ sudo dpkg -i grafana_4.0.2-1481203731_amd64.deb
2525
```
2626

2727
## APT Repository

docs/sources/installation/rpm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ weight = 2
1414

1515
Description | Download
1616
------------ | -------------
17-
Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.0.1 (x86-64 rpm)](https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1-1480694114.x86_64.rpm)
17+
Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.0.2 (x86-64 rpm)](https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2-1481203731.x86_64.rpm)
1818

1919
## Install Stable
2020

2121
You can install Grafana using Yum directly.
2222

23-
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1-1480694114.x86_64.rpm
23+
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2-1481203731.x86_64.rpm
2424

2525
Or install manually using `rpm`.
2626

2727
#### On CentOS / Fedora / Redhat:
2828

2929
$ sudo yum install initscripts fontconfig
30-
$ sudo rpm -Uvh grafana-4.0.1-1480694114.x86_64.rpm
30+
$ sudo rpm -Uvh grafana-4.0.2-1481203731.x86_64.rpm
3131

3232
#### On OpenSuse:
3333

34-
$ sudo rpm -i --nodeps grafana-4.0.1-1480694114.x86_64.rpm
34+
$ sudo rpm -i --nodeps grafana-4.0.2-1481203731.x86_64.rpm
3535

3636
## Install via YUM Repository
3737

docs/sources/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight = 3
1313

1414
Description | Download
1515
------------ | -------------
16-
Latest stable package for Windows | [grafana.4.0.1.windows-x64.zip](https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1.windows-x64.zip)
16+
Latest stable package for Windows | [grafana.4.0.2.windows-x64.zip](https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2.windows-x64.zip)
1717

1818
## Configure
1919

packaging/publish/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
2-
deb_ver=4.0.0-1480439068
3-
rpm_ver=4.0.0-1480439068
2+
deb_ver=4.0.2-1481203731
3+
rpm_ver=4.0.2-1481203731
44

55
wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver}_amd64.deb
66

0 commit comments

Comments
 (0)