Skip to content

v0.1.5113

Compare
Choose a tag to compare
@circleci-deploy-bot circleci-deploy-bot released this 05 Jan 05:59
· 875 commits to develop since this release
070247d

Changelog

070247d Merge pull request #257 from CircleCI-Public/fix-deploy
8ddf3cc Ensure packr builds static assets before goreleaser runs
ad06abf Add deploy-test job which runs on every build
a236c76 Run update check before pushing and tagging docker image
f930292 Merge pull request #246 from CircleCI-Public/client-token-auth-refactor
c4ca2fb client is unused in this package
c7f2523 Use temporarySettings in remainder of tests
3055944 Use tempSettings.home instead of tempHome
1491c99 Prefer full git repo over gopkg.in
0e943e1 According to golint data.DataYML "stutters" so use recommended name
d23a79b Add comments to make the linter happy 🙌
7ff3296 Use packr to bundle static YAML for link data into the CLI
45d14fc Remove old link package
eadc098 Token validation error message should use config host
b28d677 Fix "undefined args" error in pre-hook
d239f76 Add failing test for user defined host to affect token error message
9beea8b Add link for setting up a new API token in account settings
c9595c5 Token validation should be command responsibility not HTTP client
d3b9699 💅 Group the fields we don't YAML together
f5276a1 Remove client dependency from commands that don't use it.