Skip to content

Commit

Permalink
Prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Jan 27, 2022
1 parent fcd24fd commit 29fa290
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SA?=source activate
ENV:=enterprise-gateway-dev
SHELL:=/bin/bash

VERSION?=3.0.0.dev0
VERSION?=2.6.0
SPARK_VERSION?=2.4.6

ifeq (dev, $(findstring dev, $(VERSION)))
Expand Down
2 changes: 1 addition & 1 deletion enterprise_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = '3.0.0.dev0'
__version__ = '2.6.0'
2 changes: 1 addition & 1 deletion etc/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: "3.5"
services:

enterprise-gateway:
image: elyra/enterprise-gateway:dev
image: elyra/enterprise-gateway:2.6.0
user: root
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
Expand Down
4 changes: 2 additions & 2 deletions etc/kubernetes/enterprise-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
# value: <configured-auth-token>

# Ensure the following VERSION tag is updated to the version of Enterprise Gateway you wish to run
image: elyra/enterprise-gateway:dev
image: elyra/enterprise-gateway:2.6.0
# Use IfNotPresent policy so that dev-based systems don't automatically
# update. This provides more control. Since formal tags will be release-specific
# this policy should be sufficient for them as well.
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
spec:
containers:
- name: kernel-image-puller
image: elyra/kernel-image-puller:dev
image: elyra/kernel-image-puller:2.6.0
env:
- name: KIP_GATEWAY_HOST
value: "http://enterprise-gateway.enterprise-gateway:8888"
Expand Down
2 changes: 1 addition & 1 deletion etc/kubernetes/helm/enterprise-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enterprise-gateway
description: A helm chart to deploy Jupyter Enterprise Gateway
version: 3.0.0
version: 2.6.0
apiVersion: v1
icon: https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
home: https://jupyter.org/enterprise_gateway
Expand Down
4 changes: 2 additions & 2 deletions etc/kubernetes/helm/enterprise-gateway/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Enterprise Gateway image name and tag to use.
image: elyra/enterprise-gateway:dev
image: elyra/enterprise-gateway:2.6.0
# Enterprise Gateway image pull policy.
imagePullPolicy: IfNotPresent
# The primary port on which Enterprise Gateway is servicing requests.
Expand Down Expand Up @@ -83,7 +83,7 @@ ingress:
kip:
enabled: true
# Kernel Image Puller image name and tag to use.
image: elyra/kernel-image-puller:dev
image: elyra/kernel-image-puller:2.6.0
# Kernel Image Puller image pull policy.
imagePullPolicy: IfNotPresent
# Determines whether the Kernel Image Puller will pull kernel images it has previously pulled
Expand Down

0 comments on commit 29fa290

Please sign in to comment.