Releases: Unidata/cloudstream
Releases · Unidata/cloudstream
CloudStream v1.3.0
CloudStream 1.2.0
This release of CloudStream contains the following changes:
1.2.0
- Added a new option,
SHARED
, which allows for multiple connections to the same instance. Off by default. - Added a new option,
SSLONLY
, which disables unencrypted http connections. Off by default. - Added a
COPYRIGHT
environmental variable; when true, the CloudStream copyright file will be printed to standard output. Additionally, if the environmental variableCOPYRIGHT_FILE
has been set in a downstream image, the file referenced will be sent to standard output as well. bootstrap.sh
no longer assumes a downstream image will useREADME.[txt/md]
; instead, downstream projects must now specify a specificREADME
file using the environmental variableREADME_FILE
- Added a quickstart guide,
QUICKSTART.md
, for users already familiar with Docker.
CloudStream 1.1.0
This release of CloudStream contains a copyright/license file and various small tweaks from the v1.0.0 release.
To use this release, download from dockerhub using docker pull unidata/cloudstream:1.0.0
Release Notes
These are the release notes regarding CloudStream, the Unidata application-streaming technology stack.
See the project GitHub and DockerHub pages for more information:
1.1.0 - February 17, 2016
- Added a
COPYRIGHT
file to the project.
CloudStream 1.0.0
This is the inaugural release of the CloudStream application-streaming framework. To use this release either build from source, or download from dockerhub using docker pull unidata/cloudstream:1.0.0
Release notes are as follows:
1.0.0 - February 5, 2016
- Released version 1.0.0.
- Added documentation in the form of
README.md
. - Added a template file,
Dockerfile.template
, that can be used as a basis for creating a CloudStream-based docker image. - Added an initial set of basic examples to CloudStream in the
examples/
directory. - Added Release Notes to CloudStream project.