We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdffad5 commit 664cd14Copy full SHA for 664cd14
update.sh/vars.groovy
@@ -16,6 +16,9 @@ def rawReposData = [
16
['drupal', [
17
'env': 'DRUPAL_VERSION',
18
]],
19
+ ['elasticsearch', [
20
+ 'env': 'ELASTICSEARCH_VERSION',
21
+ ]],
22
['gcc', [
23
'env': 'GCC_VERSION',
24
@@ -41,6 +44,12 @@ def rawReposData = [
41
44
['julia', [
42
45
'env': 'JULIA_VERSION',
43
46
47
+ ['kibana', [
48
+ 'env': 'KIBANA_VERSION',
49
50
+ ['logstash', [
51
+ 'env': 'LOGSTASH_VERSION',
52
53
['mariadb', [
54
'env': 'MARIADB_VERSION',
55
0 commit comments