Skip to content

Commit

Permalink
prepare release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
1 parent 3dec7b0 commit 720a7a6
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions docker/accumulo1.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ HADOOP_VERSION=3.2.2
ACCUMULO_VERSION=1.9.3
HADOOP_CONF_DIR=/etc/hadoop/conf
ACCUMULO_CONF_DIR=/etc/accumulo/conf
GAFFER_VERSION=2.2.2
GAFFER_TESTER_VERSION=2.2.2
GAFFERPY_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
GAFFERPY_VERSION=2.3.0
SPARK_VERSION=3.1.2
TINKERPOP_VERSION=3.7.1
KUBECTL_VERSION=1.23.0
6 changes: 3 additions & 3 deletions docker/accumulo2.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ HADOOP_VERSION=3.3.3
ACCUMULO_VERSION=2.0.1
HADOOP_CONF_DIR=/etc/hadoop/conf
ACCUMULO_CONF_DIR=/etc/accumulo/conf
GAFFER_VERSION=2.2.2
GAFFER_TESTER_VERSION=2.2.2
GAFFERPY_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
GAFFERPY_VERSION=2.3.0
SPARK_VERSION=3.1.2
TINKERPOP_VERSION=3.7.1
KUBECTL_VERSION=1.23.0
4 changes: 2 additions & 2 deletions docker/gaffer-federated-integration-tests/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZOOKEEPER_VERSION=3.7.1
GAFFER_VERSION=2.2.2
GAFFER_TESTER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
HADOOP_VERSION=3.3.3
ACCUMULO_CONF_DIR=/etc/accumulo/conf
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!-- Properties can be overriden for CI/CD -->
<properties>
<gaffer.version>2.2.2</gaffer.version>
<gaffer.version>2.3.0</gaffer.version>
<jersey.version>2.36</jersey.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions docker/gaffer-integration-tests/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZOOKEEPER_VERSION=3.7.1
GAFFER_VERSION=2.2.2
GAFFER_TESTER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_TESTER_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
HADOOP_VERSION=3.3.3
ACCUMULO_CONF_DIR=/etc/accumulo/conf
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-kerberos/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GAFFER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_KRB_PASSWORD=change-password-for-gaffer

ZOOKEEPER_VERSION=3.7.1
Expand Down
4 changes: 2 additions & 2 deletions docker/gaffer-kerberos/gaffer-integration-tests-krb/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GAFFER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFER_KRB_PASSWORD=change-password-for-gaffer
GAFFER_TESTER_VERSION=2.2.2
GAFFER_TESTER_VERSION=2.3.0

ZOOKEEPER_VERSION=3.7.1
ZOOKEEPER_KRB_PASSWORD=change-password-for-zookeeper
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-kerberos/gaffer-krb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG BASE_IMAGE_NAME=gchq/gaffer
ARG BASE_IMAGE_TAG=2.2.2
ARG BASE_IMAGE_TAG=2.3.0

ARG USER=accumulo
ARG GROUP=accumulo
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-kerberos/gaffer-rest-krb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG BASE_IMAGE_NAME=gchq/gaffer-rest
ARG BASE_IMAGE_TAG=2.2.2
ARG BASE_IMAGE_TAG=2.3.0

FROM ${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}

Expand Down
4 changes: 2 additions & 2 deletions docker/gaffer-pyspark-notebook/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZOOKEEPER_VERSION=3.7.1
GAFFER_VERSION=2.2.2
GAFFERPY_VERSION=2.2.2
GAFFER_VERSION=2.3.0
GAFFERPY_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
HADOOP_VERSION=3.3.3
SPARK_VERSION=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-pyspark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ARG KUBECTL_VERSION=1.23.0
RUN curl -fLo /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
chmod +x /bin/kubectl

ARG GAFFERPY_VERSION=gafferpy-2.2.2
ARG GAFFERPY_VERSION=gafferpy-2.3.0
RUN git clone -b ${GAFFERPY_VERSION} --depth 1 https://github.com/gchq/gafferpy && \
pushd gafferpy && \
python setup.py install && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-rest/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GAFFER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
2 changes: 1 addition & 1 deletion docker/gaffer-rest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG BASE_IMAGE_TAG=8-latest
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder

ARG ACCUMULO_VERSION=2.0.1
ARG GAFFER_VERSION=2.2.2
ARG GAFFER_VERSION=2.3.0
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
ARG GAFFER_DOWNLOAD_URL=https://repo1.maven.org/maven2

Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-road-traffic-loader/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ZOOKEEPER_VERSION=3.7.1
GAFFER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
HADOOP_VERSION=3.3.3
ACCUMULO_CONF_DIR=/etc/accumulo/conf
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer-road-traffic-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG BASE_IMAGE_TAG=8-jre-headless-latest

FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder

ARG GAFFER_VERSION=2.2.2
ARG GAFFER_VERSION=2.3.0
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
ARG GAFFER_DOWNLOAD_URL=https://repo1.maven.org/maven2

Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ZOOKEEPER_VERSION=3.7.1
GAFFER_VERSION=2.2.2
GAFFER_VERSION=2.3.0
ACCUMULO_VERSION=2.0.1
HADOOP_VERSION=3.3.3
ACCUMULO_CONF_DIR=/etc/accumulo/conf
Expand Down
2 changes: 1 addition & 1 deletion docker/gaffer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG BASE_IMAGE_TAG=2.0.1
FROM ${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} as builder

ARG BASE_IMAGE_TAG
ARG GAFFER_VERSION=2.2.2
ARG GAFFER_VERSION=2.3.0
ARG GAFFER_LIBS=bitmap-library,sketches-library,time-library
ARG GAFFER_DOWNLOAD_URL=https://repo1.maven.org/maven2
ARG GAFFER_GIT_REPO=https://github.com/gchq/Gaffer.git
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/accumulo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: v2
name: accumulo
description: A Key-Value Accumulo store
type: application
version: 2.2.2 # managed version
version: 2.3.0 # managed version
appVersion: 2.0.1
home: https://github.com/gchq/Gaffer
sources:
Expand All @@ -26,6 +26,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami/
condition: zookeeper.enabled
- name: hdfs
version: ^2.2.2 # managed version
version: ^2.3.0 # managed version
repository: file://../hdfs/
condition: hdfs.enabled
2 changes: 1 addition & 1 deletion kubernetes/gaffer-jhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: v2
name: gaffer-jhub
description: A Jupyter Hub instance, with Gaffer integrations
type: application
version: 2.2.2 # managed version
version: 2.3.0 # managed version
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/gaffer-road-traffic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ apiVersion: v2
name: gaffer-road-traffic
description: A Gaffer instance containing sample GB road traffic data from the Department of Transport
type: application
version: 2.2.2 # managed version
version: 2.3.0 # managed version
appVersion: 2.2.2 # managed version
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
- https://data.gov.uk/dataset/208c0e7b-353f-4e2d-8b7a-1a7118467acc/gb-road-traffic-counts
dependencies:
- name: gaffer
version: ^2.2.2 # managed version
version: ^2.3.0 # managed version
repository: file://../gaffer/
4 changes: 2 additions & 2 deletions kubernetes/gaffer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ apiVersion: v2
name: gaffer
description: A large-scale entity and relation database supporting aggregation of properties
type: application
version: 2.2.2 # managed version
version: 2.3.0 # managed version
appVersion: 2.2.2
home: https://github.com/gchq/Gaffer
sources:
- https://github.com/gchq/gaffer-docker
dependencies:
- name: accumulo
version: ^2.2.2 # managed version
version: ^2.3.0 # managed version
repository: file://../accumulo/
condition: accumulo.enabled
2 changes: 1 addition & 1 deletion kubernetes/hdfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ apiVersion: v2
name: hdfs
description: Deploys the Hadoop Distributed File System (HDFS)
type: application
version: 2.2.2 # managed version
version: 2.3.0 # managed version
appVersion: 3.3.3 # managed version

0 comments on commit 720a7a6

Please sign in to comment.