Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

v0.0.1

Compare
Choose a tag to compare
@jrasell jrasell released this 18 May 08:54
· 233 commits to master since this release
88cdad6

Changelog

88cdad6 Ensure Goreleaser is installed when running Travis builds.
9e7572e Merge pull request #5 from jrasell/f-prepare-0.0.1-release
72b16be Update CHANGELOG to set 0.0.1 release date.
915a914 Merge pull request #4 from jrasell/readme-docs-link-update
e1d5094 The docs README should link to docs directory, not dir readme.
3e6b041 Merge pull request #3 from jrasell/metrics-api-and-command
833a30f Update vendored packages.
f14bf15 Update docs to include metrics API endpoint and CLI command.
269169a Add metrics API endpoint and command to retrive server telemetry.
f922d06 Merge pull request #2 from jrasell/add-telemetry-config-runtime-stats
5ee46d0 Add initial support for statsite and statsd runtime telemetry.
256ad65 Link to docs directory rather than README in main README file.
bbc0ac1 Merge pull request #1 from josegonzalez/patch-1
ad1d682 docs: add missing quote marks
6beee7f The Travis build file needs to be named yml not yaml.
20da234 Add github directory with PR and issue templates.
60f3041 Update server CLI flags to be more consistent and user friendly.
aa0babf Fix dead link to Nomad website in README.md.
3f0951d Add additional api tests for request file.
871984e Add policy init command to print example job group policy.
2adb495 Update docs to include new TLS server and client params.
c3e6041 Configure basic TLS server and client support.
a5a8d1a Fix build Dockerfile which was pulling binary from incorrect dir.
767629c Add vendor directory using go mod vendor.
848a7e8 Add Travis file for running builds and tests via Travis automation
5892056 Move goreleaser file to root and update ldflags to correct pkg.
835c136 Ensure all CLI flags have correct value and description.
9219770 Update guide README and add additional autoscaler guide details.
4a44a99 Add gitignore file to ignore standard files and local build items.
fbe571a Ensure govvv is populating the correct pkg with ldflags.
c06f800 Fix Makefile build command to work with cmd sub-dir not root dir.
85c1090 Enable go modules.
34d1802 Add LICENSE file containing Mozilla Public License for Sherpa.
f1bade1 Initial commit.