-
Notifications
You must be signed in to change notification settings - Fork 45
Release Process
Jonathan Meyer edited this page Sep 6, 2017
·
1 revision
- Run release script:
- Release off of master branch:
./generate-release.sh MAJOR MINOR PATCH - Release off of non-master branch:
./generate-release.sh -f MAJOR MINOR PATCH
- Release off of master branch:
- Update release in GitHub with all the release notes: https://github.com/ngageoint/scale/releases/edit/MAJOR.MINOR.PATCH
- Update the DCOS Universe to include the newest release. When making a patch release, just bump version references in the latest numbered directory. When making a minor/major release copy the latest numbered directory to the next number and update as needed. After changes make a PR. DCOS Universe can be found here: https://github.com/mesosphere/universe/tree/version-3.x/repo/packages/S/scale
- Home
- What's New
-
In-depth Topics
- Enable Scale to run CUDA GPU optimized algorithms
- Enable Scale to store secrets securely
- Test Scale's scan capability on the fly
- Test Scale's workspace broker capability on the fly
- Scale Performance Metrics
- Private docker repository configuration
- Setting up Automated Snapshots for Elasticsearch
- Setting up Cluster Monitoring
- Developer Notes