Skip to content

Commit 405125c

Browse files
authored
Release 2.2.0 (#608)
* DOC: update changelog * MAINT: update version number to 2.2.0
1 parent bdae119 commit 405125c

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGES.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
SimPhoNy Remote CHANGELOG
22
=========================
33

4+
What's new in SimPhoNy Remote 2.2.0
5+
-----------------------------------
6+
7+
- Features:
8+
- Inclusion of (optional) license key in `ApplicationPolicy` object (#544)
9+
- Inclusion of Nginx template scripts for setting up a reverse proxy (#544)
10+
- Inclusion of `BasicAuthenticator` class for simple demo deployments (#544)
11+
- Supports additional OAuth services using `oauthenticator` package (#544)
12+
- Extend `Configurable`s framework to enable declaring a startup file (#560, #564, #568)
13+
- Supports declaring a demo set of applications that all users are automatically granted access to (#554, #569)
14+
- Add Spawner options to enable admins to spawn user sessions (#598)
15+
16+
- Fixes:
17+
- Fixed broken Sphinx documentation builds on RTD (#575, #577, #582, #600)
18+
19+
- Removals:
20+
- Replaced insecure authentication with between `remoteappmanager` and JupyterHub with OAuth protocol
21+
- Replace deprecated `tornado.testing.LogTrapTestCase` test case class with `ExpectLog` (#544)
22+
- Remove `AsyncTestCase` patch for older versions of `tornado.testing` (#544)
23+
24+
- Maintenance:
25+
- Support for Ubuntu 18.0.4 and CentOS7 deployments (#544)
26+
- Update NodeJS to use 14.x.x series
27+
- Update `jupyterhub` framework to version 0.9.6 (#552, #604)
28+
- Update `requests` library to version 2.20.0 (#606)
29+
- Updated `tornado` package to version 5.1.1 (#544)
30+
- Update `docker-py` library to version 2.2 (#602)
31+
- Updated dependency versions (now install `astor` through PyPi) (#544)
32+
- Docker compose scripts included to build SR docker image for debug purposes (#544)
33+
34+
- Other:
35+
- Updated documentation (#544, #583)
36+
- Included `geckodriver` installation for selenium testing (#544)
37+
- Adopted GitHub Actions CI, running Ubuntu 18.04 and CentOS 7 (#554, #558)
38+
- Added cron job to run CI regularly twice a month (#576)
39+
40+
441
What's new in SimPhoNy Remote 2.1.0
542
-----------------------------------
643

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools.command.install import install as _install
44

55
# Setup version
6-
VERSION = '2.2.0.dev'
6+
VERSION = '2.2.0'
77

88
# Read description
99
with open('README.rst', 'r') as readme:

0 commit comments

Comments
 (0)