Skip to content

Commit ffa056f

Browse files
Merge pull request #333 from simphony/v0.9.0
Release v0.9.0
2 parents af306e6 + be18976 commit ffa056f

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGES.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,34 @@ What's new in SimPhoNy Remote 0.9.0
77
Summary
88
~~~~~~~
99

10-
- Remoteappdb now accepts the database path as a mandatory argument
11-
10+
- Administrative Web interface (#284)
11+
- Introduced runtime label namespace to differentiate labels added by the docker
12+
build process from those added at startup (#292)
13+
- The associated absolute URL path is now attached to the running container in a
14+
runtime label (#311)
15+
- Remoteappdb now accepts the database path as a mandatory argument, instead of
16+
an option entry (#291)
17+
- Accounting interface change: User can now be obtained by user name or id. (#308)
18+
- Accounting interface change: Extended accounting to perform administrative actions (#304)
19+
- Docker container object now provides the user that started the container (#302)
20+
- Web API resources are now under webapi, instead of restresources (#317)
21+
- Upgraded dependency to tornado WebAPI 0.4.0 (#328)
22+
- Cleanup of WebAPI testing (#324) JavaScript (#320), stale code (#319)
23+
- Moved JupyterHub support classes to specific subpackage (#298)
24+
- Introduced authenticated decorator for resources that does not
25+
perform redirection like web.authenticated (#294)
26+
- Pinned requirements to specific versions (#289)
27+
- UI:
28+
- Added fading in effect when applications are shown
29+
- Refactoring:
30+
- Extracted volume string parsing routine (#303)
31+
- Extracted base application object (#301)
32+
- Extracted base spawner (#300)
33+
- remoteappmanager entry point is now part of the CLI package (#299)
34+
- Removed test setting of PROXY_API_TOKEN (#288)
35+
- Security Fix:
36+
- Prevent another user to stop another user's container through its
37+
url_id (#310)
1238

1339
What's new in SimPhoNy Remote 0.8.0
1440
-----------------------------------

remoteappmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR = 0
22
MINOR = 9
33
MICRO = 0
4-
IS_RELEASED = False
4+
IS_RELEASED = True
55

66
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
77

0 commit comments

Comments
 (0)