Leonard Gram
cc50cfd9d3
build: beta versions no longer tagged as latest.
...
Closes #12862
2018-08-16 14:03:49 +02:00
Leonard Gram
d7a0f5ee07
Removes link to deprecated docker image build
2018-08-13 11:14:24 +02:00
Leonard Gram
48713b76f3
docker: makes it possible to set a specific plugin url.
...
Originally from the grafana/grafana-docker repo, authored
by @ClementGautier.
2018-08-13 09:17:44 +02:00
Leonard Gram
d48f1f57f0
build: fixes png rendering in the docker based docker-image build.
2018-08-09 09:10:53 +02:00
Leonard Gram
a73fc4a688
Smaller docker image ( #12824 )
...
* build: makes the grafana docker image smaller.
* build: branches and PR:s builds the docker image.
2018-08-06 17:34:25 +02:00
Leonard Gram
0d9870d9f1
build: failing to push to docker hub fails the build.
2018-08-06 16:26:59 +02:00
Leonard Gram
0ff54d257a
build: makes it easier to build a local docker container.
2018-08-03 09:40:02 +02:00
Leonard Gram
99a9dbb04f
build: complete docker build for master and releases.
2018-08-02 19:24:05 +02:00
Leonard Gram
424aa6e564
build: removes unused args to docker build.
2018-08-02 19:24:05 +02:00
Leonard Gram
580e2c36d1
build: imported latest changes from grafana-docker.
2018-08-02 19:24:05 +02:00
Leonard Gram
e3a907214d
build: builds docker image from local grafna tgz.
2018-08-02 19:24:05 +02:00
Leonard Gram
62d3655da4
docker: inital copy of the grafana-docker files.
2018-08-02 19:24:05 +02:00
bergquist
e168bfe03e
docs: release 5.1.0-beta1
2018-04-20 13:23:45 +02:00
bergquist
bdf6a75c91
docs: updates latest release for docs
2018-03-14 17:09:02 +01:00
bergquist
d539905517
push 5.0.1 to package cloud
2018-03-08 10:59:57 +01:00
Daniel Lee
6f4c043dd6
docs: update to install pages for beta5
2018-02-26 11:05:37 +01:00
Torkel Ödegaard
c5461fe2e2
docs: updated for changelog and docs with beta4
2018-02-19 15:41:59 +01:00
Torkel Ödegaard
577a00e3cf
docs: updated to beta3
2018-02-16 14:43:36 +01:00
Torkel Ödegaard
6b930df4d4
updated download links
2018-02-15 14:48:11 +01:00
Torkel Ödegaard
97bba1d826
build: updated publish script
2018-02-05 16:29:10 +01:00
bergquist
43ac2b1dba
update version for packagecloud
2017-12-14 11:30:10 +01:00
bergquist
2e610cb256
dashboards as cfg: move dash/ds config files to /provisioning/*
2017-12-07 15:27:01 +01:00
bergquist
50bc801f1c
dashboards as cfg: copy dash/ds files if missing
2017-12-07 15:27:01 +01:00
bergquist
361acd3fa1
dashboards as cfg: include cfg files in dist packages
2017-12-07 15:27:01 +01:00
Johannes Grassler
d28ca54129
Use systemd notification where applicable
...
With this change in place, the grafana service will signal
readiness to serve by writing "READY=1" to the path specified
through the NOTIFY_SOCKET environment variable. If this
environment variable is not present or empty, no notification
will happen. This notification is the standard systemd
mechanism for indicating a service is ready to serve. For
Grafana this may be a couple of seconds from startup due to
database migrations. This change also adjusts the Grafana
systemd service definition to make use of this feature.
2017-12-01 10:31:58 +01:00
bergquist
5b674ce29c
docs: release 4.6.2
2017-11-16 11:22:09 +01:00
bergquist
d5d42c046d
packages: update published package version
2017-11-01 12:54:35 +01:00
Jason O'Donnell
b51476f18a
Fix typo in init.d script
2017-10-20 13:31:52 -04:00
bergquist
7069fed31d
update packagecloud script for 4.6.0-beta1
2017-10-13 13:11:18 +02:00
Torkel Ödegaard
ca0085f429
docs: update docs
2017-09-22 14:05:25 +02:00
Daniel Lee
085245f97d
publish_both.sh update for 4.5.1
2017-09-15 11:09:48 +02:00
Torkel Ödegaard
b333ad9481
docs: updated docs with v4.5 beta links
2017-09-05 16:01:28 +02:00
Torkel Ödegaard
5d3c3a6889
packaging: changed how pid directory is created for systemd systems, #9133
2017-09-04 16:41:07 +02:00
Torkel Ödegaard
c3cffeb10c
packaging: fixed issue with pid file on systemd systems, fixes #9133
2017-09-04 10:43:04 +02:00
Daniel Lee
649fe7e462
Merge branch 'v4.4.x'
2017-08-07 10:47:23 +02:00
Daniel Lee
0d25357367
build: remove downloaded pkg files after publish
2017-08-07 10:46:37 +02:00
Torkel Ödegaard
ecfe28d7ac
packaging: added strech to publish script, closes #8737
2017-08-01 09:49:26 +02:00
Daniel Lee
a4266319ad
packaging: v4.4.1
2017-07-05 22:14:03 +02:00
Daniel Lee
de9ebc9a74
packaging: updates for v4.4.0
2017-07-05 22:12:51 +02:00
Daniel Lee
36a1ab48c5
packaging: updates for v4.4.0
2017-07-05 22:04:27 +02:00
Torkel Ödegaard
d4048e1423
docs: updated download links
2017-05-23 16:18:37 +02:00
Torkel Ödegaard
423ad4d36e
docs: updated docs
2017-05-23 12:45:15 +02:00
Daniel Lee
fcbe306628
release: version bump for package cloud script
2017-05-12 13:36:42 +02:00
Kevin Conaway
5dad324ab7
#8144 Only require root to start/stop grafana ( #8145 )
2017-04-18 13:49:04 +02:00
Tobias Wolf
68e6700663
Add an After= DB ordering relation to systemd .service ( #7903 )
...
In systemd `After=` merely codes an ordering relation and does not start
other units.
Grafana needs to specify that it wants to start up _after_ either of the
supported DB services have started, _if they start_.
Enabling the database services, however, is out of scope for Grafana.
2017-03-22 16:49:35 +01:00
Torkel Ödegaard
8aa00f9227
build: updated publish script
2017-03-22 15:07:24 +01:00
Torkel Ödegaard
99064603a4
packaging: added rpm posttrans script to fix config file change, fixes #7686
2017-03-21 10:36:15 +01:00
bergquist
a763285daa
updates script for packagecloud
2017-02-27 11:05:05 +01:00
bergquist
89fdcc84de
docs: release 4.1.2
2017-02-13 13:52:42 +01:00
Torkel Ödegaard
f602752bdc
fix(packaging): fixed issue in deb package post install script that made it think upgrade was happening, fixes #7403
2017-01-31 10:56:04 +01:00