Skip to content

Commit 7a71482

Browse files
authored
Update grabpl to 3.0.14 (grafana#57144)
1 parent c26cf6a commit 7a71482

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

.drone.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
name: identify-runner
2020
- commands:
2121
- mkdir -p bin
22-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
22+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
2323
- chmod +x bin/grabpl
2424
image: byrnedo/alpine-curl:0.1.8
2525
name: grabpl
@@ -73,7 +73,7 @@ steps:
7373
name: identify-runner
7474
- commands:
7575
- mkdir -p bin
76-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
76+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
7777
- chmod +x bin/grabpl
7878
image: byrnedo/alpine-curl:0.1.8
7979
name: grabpl
@@ -323,7 +323,7 @@ steps:
323323
name: identify-runner
324324
- commands:
325325
- mkdir -p bin
326-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
326+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
327327
- chmod +x bin/grabpl
328328
image: byrnedo/alpine-curl:0.1.8
329329
name: grabpl
@@ -621,7 +621,7 @@ services:
621621
steps:
622622
- commands:
623623
- mkdir -p bin
624-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
624+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
625625
- chmod +x bin/grabpl
626626
image: byrnedo/alpine-curl:0.1.8
627627
name: grabpl
@@ -726,7 +726,7 @@ services: []
726726
steps:
727727
- commands:
728728
- mkdir -p bin
729-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
729+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
730730
- chmod +x bin/grabpl
731731
image: byrnedo/alpine-curl:0.1.8
732732
name: grabpl
@@ -839,7 +839,7 @@ services: []
839839
steps:
840840
- commands:
841841
- mkdir -p bin
842-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
842+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
843843
- chmod +x bin/grabpl
844844
image: byrnedo/alpine-curl:0.1.8
845845
name: grabpl
@@ -914,7 +914,7 @@ steps:
914914
name: identify-runner
915915
- commands:
916916
- mkdir -p bin
917-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
917+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
918918
- chmod +x bin/grabpl
919919
image: byrnedo/alpine-curl:0.1.8
920920
name: grabpl
@@ -1151,7 +1151,7 @@ steps:
11511151
name: identify-runner
11521152
- commands:
11531153
- mkdir -p bin
1154-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
1154+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
11551155
- chmod +x bin/grabpl
11561156
image: byrnedo/alpine-curl:0.1.8
11571157
name: grabpl
@@ -1549,7 +1549,7 @@ services:
15491549
steps:
15501550
- commands:
15511551
- mkdir -p bin
1552-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
1552+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
15531553
- chmod +x bin/grabpl
15541554
image: byrnedo/alpine-curl:0.1.8
15551555
name: grabpl
@@ -1655,7 +1655,7 @@ steps:
16551655
name: identify-runner
16561656
- commands:
16571657
- $$ProgressPreference = "SilentlyContinue"
1658-
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/windows/grabpl.exe
1658+
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/windows/grabpl.exe
16591659
-OutFile grabpl.exe
16601660
image: grafana/ci-wix:0.1.1
16611661
name: windows-init
@@ -1752,7 +1752,7 @@ services: []
17521752
steps:
17531753
- commands:
17541754
- mkdir -p bin
1755-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
1755+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
17561756
- chmod +x bin/grabpl
17571757
image: byrnedo/alpine-curl:0.1.8
17581758
name: grabpl
@@ -1903,7 +1903,7 @@ steps:
19031903
name: identify-runner
19041904
- commands:
19051905
- mkdir -p bin
1906-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
1906+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
19071907
- chmod +x bin/grabpl
19081908
image: byrnedo/alpine-curl:0.1.8
19091909
name: grabpl
@@ -2209,7 +2209,7 @@ steps:
22092209
name: identify-runner
22102210
- commands:
22112211
- mkdir -p bin
2212-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
2212+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
22132213
- chmod +x bin/grabpl
22142214
image: byrnedo/alpine-curl:0.1.8
22152215
name: grabpl
@@ -2349,7 +2349,7 @@ services:
23492349
steps:
23502350
- commands:
23512351
- mkdir -p bin
2352-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
2352+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
23532353
- chmod +x bin/grabpl
23542354
image: byrnedo/alpine-curl:0.1.8
23552355
name: grabpl
@@ -2447,7 +2447,7 @@ steps:
24472447
name: identify-runner
24482448
- commands:
24492449
- $$ProgressPreference = "SilentlyContinue"
2450-
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/windows/grabpl.exe
2450+
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/windows/grabpl.exe
24512451
-OutFile grabpl.exe
24522452
image: grafana/ci-wix:0.1.1
24532453
name: windows-init
@@ -2504,7 +2504,7 @@ services: []
25042504
steps:
25052505
- commands:
25062506
- mkdir -p bin
2507-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
2507+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
25082508
- chmod +x bin/grabpl
25092509
image: byrnedo/alpine-curl:0.1.8
25102510
name: grabpl
@@ -2880,7 +2880,7 @@ steps:
28802880
name: identify-runner
28812881
- commands:
28822882
- mkdir -p bin
2883-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
2883+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
28842884
- chmod +x bin/grabpl
28852885
image: byrnedo/alpine-curl:0.1.8
28862886
name: grabpl
@@ -2946,7 +2946,7 @@ steps:
29462946
name: clone-enterprise
29472947
- commands:
29482948
- mkdir -p bin
2949-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
2949+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
29502950
- chmod +x bin/grabpl
29512951
image: byrnedo/alpine-curl:0.1.8
29522952
name: grabpl
@@ -3045,7 +3045,7 @@ steps:
30453045
name: clone-enterprise
30463046
- commands:
30473047
- mkdir -p bin
3048-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3048+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
30493049
- chmod +x bin/grabpl
30503050
image: byrnedo/alpine-curl:0.1.8
30513051
name: grabpl
@@ -3161,7 +3161,7 @@ services:
31613161
steps:
31623162
- commands:
31633163
- mkdir -p bin
3164-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3164+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
31653165
- chmod +x bin/grabpl
31663166
image: byrnedo/alpine-curl:0.1.8
31673167
name: grabpl
@@ -3303,7 +3303,7 @@ steps:
33033303
name: identify-runner
33043304
- commands:
33053305
- $$ProgressPreference = "SilentlyContinue"
3306-
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/windows/grabpl.exe
3306+
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/windows/grabpl.exe
33073307
-OutFile grabpl.exe
33083308
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
33093309
- cd grafana-enterprise
@@ -3378,7 +3378,7 @@ services: []
33783378
steps:
33793379
- commands:
33803380
- mkdir -p bin
3381-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3381+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
33823382
- chmod +x bin/grabpl
33833383
image: byrnedo/alpine-curl:0.1.8
33843384
name: grabpl
@@ -3466,7 +3466,7 @@ services: []
34663466
steps:
34673467
- commands:
34683468
- mkdir -p bin
3469-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3469+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
34703470
- chmod +x bin/grabpl
34713471
image: byrnedo/alpine-curl:0.1.8
34723472
name: grabpl
@@ -3537,7 +3537,7 @@ services: []
35373537
steps:
35383538
- commands:
35393539
- mkdir -p bin
3540-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3540+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
35413541
- chmod +x bin/grabpl
35423542
image: byrnedo/alpine-curl:0.1.8
35433543
name: grabpl
@@ -3609,7 +3609,7 @@ services: []
36093609
steps:
36103610
- commands:
36113611
- mkdir -p bin
3612-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3612+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
36133613
- chmod +x bin/grabpl
36143614
image: byrnedo/alpine-curl:0.1.8
36153615
name: grabpl
@@ -3651,7 +3651,7 @@ services: []
36513651
steps:
36523652
- commands:
36533653
- mkdir -p bin
3654-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3654+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
36553655
- chmod +x bin/grabpl
36563656
image: byrnedo/alpine-curl:0.1.8
36573657
name: grabpl
@@ -3693,7 +3693,7 @@ services: []
36933693
steps:
36943694
- commands:
36953695
- mkdir -p bin
3696-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3696+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
36973697
- chmod +x bin/grabpl
36983698
image: byrnedo/alpine-curl:0.1.8
36993699
name: grabpl
@@ -3754,7 +3754,7 @@ services: []
37543754
steps:
37553755
- commands:
37563756
- mkdir -p bin
3757-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3757+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
37583758
- chmod +x bin/grabpl
37593759
image: byrnedo/alpine-curl:0.1.8
37603760
name: grabpl
@@ -3843,7 +3843,7 @@ services: []
38433843
steps:
38443844
- commands:
38453845
- mkdir -p bin
3846-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3846+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
38473847
- chmod +x bin/grabpl
38483848
image: byrnedo/alpine-curl:0.1.8
38493849
name: grabpl
@@ -3929,7 +3929,7 @@ services: []
39293929
steps:
39303930
- commands:
39313931
- mkdir -p bin
3932-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3932+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
39333933
- chmod +x bin/grabpl
39343934
image: byrnedo/alpine-curl:0.1.8
39353935
name: grabpl
@@ -3974,7 +3974,7 @@ steps:
39743974
name: identify-runner
39753975
- commands:
39763976
- mkdir -p bin
3977-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
3977+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
39783978
- chmod +x bin/grabpl
39793979
image: byrnedo/alpine-curl:0.1.8
39803980
name: grabpl
@@ -4252,7 +4252,7 @@ steps:
42524252
name: identify-runner
42534253
- commands:
42544254
- mkdir -p bin
4255-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
4255+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
42564256
- chmod +x bin/grabpl
42574257
image: byrnedo/alpine-curl:0.1.8
42584258
name: grabpl
@@ -4386,7 +4386,7 @@ services:
43864386
steps:
43874387
- commands:
43884388
- mkdir -p bin
4389-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
4389+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
43904390
- chmod +x bin/grabpl
43914391
image: byrnedo/alpine-curl:0.1.8
43924392
name: grabpl
@@ -4481,7 +4481,7 @@ steps:
44814481
name: identify-runner
44824482
- commands:
44834483
- $$ProgressPreference = "SilentlyContinue"
4484-
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/windows/grabpl.exe
4484+
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/windows/grabpl.exe
44854485
-OutFile grabpl.exe
44864486
image: grafana/ci-wix:0.1.1
44874487
name: windows-init
@@ -4531,7 +4531,7 @@ services: []
45314531
steps:
45324532
- commands:
45334533
- mkdir -p bin
4534-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
4534+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
45354535
- chmod +x bin/grabpl
45364536
image: byrnedo/alpine-curl:0.1.8
45374537
name: grabpl
@@ -4896,7 +4896,7 @@ steps:
48964896
name: identify-runner
48974897
- commands:
48984898
- mkdir -p bin
4899-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
4899+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
49004900
- chmod +x bin/grabpl
49014901
image: byrnedo/alpine-curl:0.1.8
49024902
name: grabpl
@@ -4959,7 +4959,7 @@ steps:
49594959
name: clone-enterprise
49604960
- commands:
49614961
- mkdir -p bin
4962-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
4962+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
49634963
- chmod +x bin/grabpl
49644964
image: byrnedo/alpine-curl:0.1.8
49654965
name: grabpl
@@ -5052,7 +5052,7 @@ steps:
50525052
name: clone-enterprise
50535053
- commands:
50545054
- mkdir -p bin
5055-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
5055+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
50565056
- chmod +x bin/grabpl
50575057
image: byrnedo/alpine-curl:0.1.8
50585058
name: grabpl
@@ -5162,7 +5162,7 @@ services:
51625162
steps:
51635163
- commands:
51645164
- mkdir -p bin
5165-
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/grabpl
5165+
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/grabpl
51665166
- chmod +x bin/grabpl
51675167
image: byrnedo/alpine-curl:0.1.8
51685168
name: grabpl
@@ -5298,7 +5298,7 @@ steps:
52985298
name: identify-runner
52995299
- commands:
53005300
- $$ProgressPreference = "SilentlyContinue"
5301-
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.12/windows/grabpl.exe
5301+
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v3.0.14/windows/grabpl.exe
53025302
-OutFile grabpl.exe
53035303
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
53045304
- cd grafana-enterprise
@@ -5570,6 +5570,6 @@ kind: secret
55705570
name: packages_secret_access_key
55715571
---
55725572
kind: signature
5573-
hmac: 7855c8576dd6072319a95a944c642df1d792bc90c3a71b38366196cc86d92d57
5573+
hmac: 3d2d6935ad24bc885ba5b2ba3ca1547113783d39caebd4a5eb6dd73fc3333eb8
55745574

55755575
...

scripts/drone/steps/lib.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
22

3-
grabpl_version = 'v3.0.12'
3+
grabpl_version = 'v3.0.14'
44
build_image = 'grafana/build-container:1.6.3'
55
publish_image = 'grafana/grafana-ci-deploy:1.3.3'
66
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'

0 commit comments

Comments
 (0)