Skip to content

Commit 29fa290

Browse files
committed
Prepare release 2.6.0
1 parent fcd24fd commit 29fa290

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SA?=source activate
1212
ENV:=enterprise-gateway-dev
1313
SHELL:=/bin/bash
1414

15-
VERSION?=3.0.0.dev0
15+
VERSION?=2.6.0
1616
SPARK_VERSION?=2.4.6
1717

1818
ifeq (dev, $(findstring dev, $(VERSION)))

enterprise_gateway/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
__version__ = '3.0.0.dev0'
6+
__version__ = '2.6.0'

etc/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: "3.5"
1111
services:
1212

1313
enterprise-gateway:
14-
image: elyra/enterprise-gateway:dev
14+
image: elyra/enterprise-gateway:2.6.0
1515
user: root
1616
volumes:
1717
- "/var/run/docker.sock:/var/run/docker.sock"

etc/kubernetes/enterprise-gateway.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
# value: <configured-auth-token>
195195

196196
# Ensure the following VERSION tag is updated to the version of Enterprise Gateway you wish to run
197-
image: elyra/enterprise-gateway:dev
197+
image: elyra/enterprise-gateway:2.6.0
198198
# Use IfNotPresent policy so that dev-based systems don't automatically
199199
# update. This provides more control. Since formal tags will be release-specific
200200
# this policy should be sufficient for them as well.
@@ -231,7 +231,7 @@ spec:
231231
spec:
232232
containers:
233233
- name: kernel-image-puller
234-
image: elyra/kernel-image-puller:dev
234+
image: elyra/kernel-image-puller:2.6.0
235235
env:
236236
- name: KIP_GATEWAY_HOST
237237
value: "http://enterprise-gateway.enterprise-gateway:8888"

etc/kubernetes/helm/enterprise-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enterprise-gateway
22
description: A helm chart to deploy Jupyter Enterprise Gateway
3-
version: 3.0.0
3+
version: 2.6.0
44
apiVersion: v1
55
icon: https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
66
home: https://jupyter.org/enterprise_gateway

etc/kubernetes/helm/enterprise-gateway/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Enterprise Gateway image name and tag to use.
2-
image: elyra/enterprise-gateway:dev
2+
image: elyra/enterprise-gateway:2.6.0
33
# Enterprise Gateway image pull policy.
44
imagePullPolicy: IfNotPresent
55
# The primary port on which Enterprise Gateway is servicing requests.
@@ -83,7 +83,7 @@ ingress:
8383
kip:
8484
enabled: true
8585
# Kernel Image Puller image name and tag to use.
86-
image: elyra/kernel-image-puller:dev
86+
image: elyra/kernel-image-puller:2.6.0
8787
# Kernel Image Puller image pull policy.
8888
imagePullPolicy: IfNotPresent
8989
# Determines whether the Kernel Image Puller will pull kernel images it has previously pulled

0 commit comments

Comments
 (0)