Skip to content
Snippets Groups Projects
Commit 0b8dc8bbeb2c authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Merge branch 'deps/1f64255-f727cad' into 'master'

Update grafana/grafana from 7.5.5 to 7.5.9

See merge request gitlab-org/omnibus-gitlab!5246
No related branches found
No related tags found
3 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!47Making Heptapod 0.25 the new stable in Omnibus,!45GitLab 14.2
......@@ -17,7 +17,7 @@
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
name 'grafana'
version = Gitlab::Version.new('grafana', '7.5.5')
version = Gitlab::Version.new('grafana', '7.5.9')
default_version version.print(false)
license 'APACHE-2.0'
......@@ -27,5 +27,5 @@
skip_transitive_dependency_licensing true
arch, sha = if ohai['platform'] == 'raspbian' && /armv/.match?(ohai['kernel']['machine'])
%w[armv7 13a5fde5651d75b8ec560b52b6c7eccfda997015077f2a9ff3bbdb2709938def]
%w[armv7 e40949ac119ab0977208d1fd610412b494de38874742a56f83f593f1dc4574a7]
elsif /aarch64/.match?(ohai['kernel']['machine'])
......@@ -31,3 +31,3 @@
elsif /aarch64/.match?(ohai['kernel']['machine'])
%w[arm64 cd65cd84c38c7a43afeb0b1895e97a7b4f3203340be2da070a6dee75ead3fdfe]
%w[arm64 bea6eab7b28aa36e236f106b577f070e29e679a53a7131ed0d3c80c264156442]
else
......@@ -33,5 +33,5 @@
else
%w[amd64 ecf09e49301679f50829c756c446802a124e8981dec0d22dcbfaaa4df81c3fb7]
%w[amd64 40c59c99e74c381ec404058e978b7f919e86e10ec3f57c4ccd38780645bea4f2]
end
source url: "https://dl.grafana.com/oss/release/grafana-#{default_version}.linux-#{arch}.tar.gz",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment