File tree 22 files changed +35
-35
lines changed
gaffer-road-traffic-loader
22 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1
- 0.5.1
1
+ 0.6.0
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ buildImages
50
50
51
51
# Deploy Images to Kind
52
52
kind load docker-image gchq/hdfs:3.2.1
53
- kind load docker-image gchq/gaffer:1.11 .0
54
- kind load docker-image gchq/gaffer-rest:1.11 .0
55
- kind load docker-image gchq/gaffer-road-traffic-loader:1.11 .0
56
- kind load docker-image gchq/gaffer-operation-runner:1.11 .0
53
+ kind load docker-image gchq/gaffer:1.12 .0
54
+ kind load docker-image gchq/gaffer-rest:1.12 .0
55
+ kind load docker-image gchq/gaffer-road-traffic-loader:1.12 .0
56
+ kind load docker-image gchq/gaffer-operation-runner:1.12 .0
57
57
58
58
# Deploy containers onto Kind
59
59
# Travis needs this setting to avoid reverse dns lookup errors
Original file line number Diff line number Diff line change 1
- GAFFER_VERSION = 1.11 .0
2
- GAFFER_TOOLS_VERSION = 1.11 .0
1
+ GAFFER_VERSION = 1.12 .0
2
+ GAFFER_TOOLS_VERSION = 1.12 .0
3
3
ACCUMULO_VERSION = 1.9.3
4
4
HADOOP_VERSION = 3.2.1
5
5
ACCUMULO_CONF_DIR = /etc/accumulo/conf
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ARG BUILDER_IMAGE_NAME=maven
16
16
ARG BUILDER_IMAGE_TAG=3.6.3-jdk-8
17
17
18
18
ARG BASE_IMAGE_NAME=gchq/gaffer
19
- ARG BASE_IMAGE_TAG=1.11 .0
19
+ ARG BASE_IMAGE_TAG=1.12 .0
20
20
21
21
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder
22
22
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >uk.gov.gchq.gaffer</groupId >
37
37
<artifactId >graph</artifactId >
38
- <version >1.11 .0</version >
38
+ <version >1.12 .0</version >
39
39
</dependency >
40
40
</dependencies >
41
41
Original file line number Diff line number Diff line change 1
- GAFFER_VERSION = 1.11 .0
2
- GAFFER_TOOLS_VERSION = 1.11 .0
1
+ GAFFER_VERSION = 1.12 .0
2
+ GAFFER_TOOLS_VERSION = 1.12 .0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG BASE_IMAGE_TAG=10.1.0.Final
20
20
21
21
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder
22
22
23
- ARG GAFFER_VERSION=1.11 .0
23
+ ARG GAFFER_VERSION=1.12 .0
24
24
ARG GAFFER_TOOLS_VERSION=${GAFFER_VERSION}
25
25
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
26
26
ARG GAFFER_TOOLS_GIT_REPO=https://github.com/gchq/gaffer-tools.git
Original file line number Diff line number Diff line change 1
- GAFFER_VERSION = 1.11 .0
2
- GAFFER_TOOLS_VERSION = 1.11 .0
1
+ GAFFER_VERSION = 1.12 .0
2
+ GAFFER_TOOLS_VERSION = 1.12 .0
3
3
ACCUMULO_VERSION = 1.9.3
4
4
HADOOP_VERSION = 3.2.1
5
5
ACCUMULO_CONF_DIR = /etc/accumulo/conf
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG BASE_IMAGE_TAG=8u242-jre-slim-buster
20
20
21
21
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder
22
22
23
- ARG GAFFER_VERSION=1.11 .0
23
+ ARG GAFFER_VERSION=1.12 .0
24
24
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
25
25
ARG GAFFER_DOWNLOAD_URL=https://repo1.maven.org/maven2
26
26
Original file line number Diff line number Diff line change 1
- GAFFER_VERSION = 1.11 .0
2
- GAFFER_TOOLS_VERSION = 1.11 .0
1
+ GAFFER_VERSION = 1.12 .0
2
+ GAFFER_TOOLS_VERSION = 1.12 .0
3
3
ACCUMULO_VERSION = 1.9.3
4
4
HADOOP_VERSION = 3.2.1
5
5
ACCUMULO_CONF_DIR = /etc/accumulo/conf
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG BASE_IMAGE_TAG=1.9.3
20
20
21
21
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder
22
22
23
- ARG GAFFER_VERSION=1.11 .0
23
+ ARG GAFFER_VERSION=1.12 .0
24
24
ARG GAFFER_LIBS=bitmap-library,sketches-library,time-library
25
25
ARG GAFFER_DOWNLOAD_URL=https://repo1.maven.org/maven2
26
26
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The following instructions build all the container images and host them in AWS E
20
20
21
21
``` bash
22
22
export HADOOP_VERSION=${HADOOP_VERSION:- 3.2.1}
23
- export GAFFER_VERSION=${GAFFER_VERSION:- 1.11 .0}
23
+ export GAFFER_VERSION=${GAFFER_VERSION:- 1.12 .0}
24
24
export GAFFER_TOOLS_VERSION=${GAFFER_TOOLS_VERSION:- $GAFFER_VERSION }
25
25
26
26
docker-compose --project-directory ../docker/accumulo/ -f ../docker/accumulo/docker-compose.yaml build
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ apiVersion: v2
16
16
name : gaffer-road-traffic
17
17
description : A Gaffer instance containing sample GB road traffic data from the Department of Transport
18
18
type : application
19
- version : 0.5.1
20
- appVersion : 1.11 .0
19
+ version : 0.6.0
20
+ appVersion : 1.12 .0
21
21
home : https://github.com/gchq/Gaffer
22
22
sources :
23
23
- https://github.com/gchq/gaffer-docker
24
24
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
25
25
dependencies :
26
26
- name : gaffer
27
- version : ^0.5.1
27
+ version : ^0.6.0
28
28
repository : file://../gaffer/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Deploy the Helm Chart with:
27
27
28
28
```
29
29
export HADOOP_VERSION=${HADOOP_VERSION:-3.2.1}
30
- export GAFFER_VERSION=${GAFFER_VERSION:-1.11 .0}
30
+ export GAFFER_VERSION=${GAFFER_VERSION:-1.12 .0}
31
31
32
32
helm dependency update ../gaffer/
33
33
helm dependency update
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ First follow the [instructions here](../../kind-deployment.md) to provision and
4
4
5
5
``` bash
6
6
export HADOOP_VERSION=${HADOOP_VERSION:- 3.2.1}
7
- export GAFFER_VERSION=${GAFFER_VERSION:- 1.11 .0}
7
+ export GAFFER_VERSION=${GAFFER_VERSION:- 1.12 .0}
8
8
9
9
helm dependency update ../gaffer/
10
10
helm dependency update
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ fullnameOverride: ""
18
18
loader :
19
19
image :
20
20
repository : gchq/gaffer-road-traffic-loader
21
- tag : 1.11 .0
21
+ tag : 1.12 .0
22
22
pullPolicy : IfNotPresent
23
23
pullSecrets : []
24
24
resources : {}
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ apiVersion: v2
16
16
name : gaffer
17
17
description : A large-scale entity and relation database supporting aggregation of properties
18
18
type : application
19
- version : 0.5.1
20
- appVersion : 1.11 .0
19
+ version : 0.6.0
20
+ appVersion : 1.12 .0
21
21
home : https://github.com/gchq/Gaffer
22
22
sources :
23
23
- https://github.com/gchq/gaffer-docker
@@ -27,6 +27,6 @@ dependencies:
27
27
repository : https://kubernetes-charts-incubator.storage.googleapis.com
28
28
condition : zookeeper.enabled
29
29
- name : hdfs
30
- version : ^0.5.1
30
+ version : ^0.6.0
31
31
repository : file://../hdfs/
32
32
condition : hdfs.enabled
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Deploy the Helm Chart with:
26
26
27
27
``` bash
28
28
export HADOOP_VERSION=${HADOOP_VERSION:- 3.2.1}
29
- export GAFFER_VERSION=${GAFFER_VERSION:- 1.11 .0}
29
+ export GAFFER_VERSION=${GAFFER_VERSION:- 1.12 .0}
30
30
31
31
helm dependency update
32
32
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ First follow the [instructions here](../../kind-deployment.md) to provision and
4
4
5
5
``` bash
6
6
export HADOOP_VERSION=${HADOOP_VERSION:- 3.2.1}
7
- export GAFFER_VERSION=${GAFFER_VERSION:- 1.11 .0}
7
+ export GAFFER_VERSION=${GAFFER_VERSION:- 1.12 .0}
8
8
9
9
helm dependency update
10
10
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ accumulo:
103
103
104
104
image :
105
105
repository : gchq/gaffer
106
- tag : 1.11 .0
106
+ tag : 1.12 .0
107
107
pullPolicy : IfNotPresent
108
108
pullSecrets : []
109
109
156
156
replicaCount : 1
157
157
image :
158
158
repository : gchq/gaffer-rest
159
- tag : 1.11 .0
159
+ tag : 1.12 .0
160
160
pullPolicy : IfNotPresent
161
161
pullSecrets : []
162
162
resources : {}
@@ -183,4 +183,4 @@ testImages:
183
183
tag : 7.67.0
184
184
operationRunner :
185
185
repository : gchq/gaffer-operation-runner
186
- tag : 1.11 .0
186
+ tag : 1.12 .0
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ apiVersion: v2
16
16
name : hdfs
17
17
description : Deploys the Hadoop Distributed File System (HDFS)
18
18
type : application
19
- version : 0.5.1
19
+ version : 0.6.0
20
20
appVersion : 3.2.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ If the versions of the container images you would like to deploy are not availab
25
25
26
26
``` bash
27
27
export HADOOP_VERSION=${HADOOP_VERSION:- 3.2.1}
28
- export GAFFER_VERSION=${GAFFER_VERSION:- 1.11 .0}
28
+ export GAFFER_VERSION=${GAFFER_VERSION:- 1.12 .0}
29
29
export GAFFER_TOOLS_VERSION=${GAFFER_TOOLS_VERSION:- $GAFFER_VERSION }
30
30
31
31
docker-compose --project-directory ../docker/accumulo/ -f ../docker/accumulo/docker-compose.yaml build
You can’t perform that action at this time.
0 commit comments