v0.1.80
Changelog
6301dad Add alternative env var for enabling alpha commands
2fea6fd Add missing login call in default authorized resolver
1775238 Added a very basic version flag
39b4560 Added cache to go modules in bitbucket-pipelines and .goreleaser
2879d80 Added debug git status
df123d1 Added deployment flag for stacc logs
1dcc52a Added missing go-junit-report to bitbucket-pipeline
841639f Added ok check to fsnotify event
fb04a04 Added shorthands to most flags
68e8783 Added timestamps to push logs when using watch
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
0e3e733 Apply gofmt
4779d2e Attempt to separate Darwin specific code
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
9df0b00 Clean up code in experimental push
66fc291 Fixed issues with console colors for windows
4aaa4b0 Fixed issues with os specific filenames
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
6ac58c0 Generalize function for inferring hostname of registry
2ba074d Handle HTTP codes SendEvent response
924ee90 Handle file descriptor limit on macOS
4f36b21 Implemented better handling for connecting to stacc-cloud when pushing files
9011b44 Implemented time units for the since flag for stacc logs
ba36c6a Improve error handling for old namespace fetch method
d7b0fd0 Merged in feature/new-push-mechanism (pull request #2)
1a92ddf Merged in sg-login-error-handling (pull request #3)
079aad7 Moved non CLI packages into a separate public library
83be79a Moved test part of bitbucket-pipeline into it's own directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
1f39ce6 Remove registry field from event struct
365c460 Removed already completed TODO comment
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
ed99f8d Update .gitignore
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
0aaff35 Update go.sum
231528e Updated .gitignore to fix pipeline dirty git state issues
05250d9 Updated go requirements in README.md
398aec6 Updated pipeline to fix issues with git dirty state
57c8177 Updated stacc-cli-library
a26c1ce Updated stacc-cli-library v0.0.2 -> v0.0.3
7a1675f Updated to latest version of stacc-cli-library
27b5600 Updated version
7a88a2f Updated version to 0.1.80
2eeac4e Wrap fsnotify errors
d4dfc64 [skip ci] Moved plugin documentation into a separate markdown file
1f7dbc2 [skip ci] Ran go fmt
4910342 [skip ci] Updated readme with step by step plugin creation guide
89c0645 add setup to gitignore
122edbc add support for inferring required urls for push from .kubeconfig
f849ca4 bitbucket-pipelines.yml: added go mod vendor before goreleaser step
9c88ca9 bitbucket-pipelines.yml: failed tests should now return exit code 1
80dddf5 bitbucket-pipelines.yml: go mod vendor is now always ran before testing
c72e37a go fmt
9acde67 stacc context now uses and updates .kubeconfig instead of .flowrc if found
4eb4f91 stacc logs: should now only longer log stacc-sider and extension-project-builder containers when the deployment flag is set
739e0d1 stacc pull: Added missing if err check
3d3d441 stacc pull: should now remove zip files on all operating systems
827dd91 stacc push: added ToSlash to stacc-cloud endpoint URL
a8fd015 stacc push: added debounce to ignore duplicate events
b3a3030 stacc push_experimental: upped debounce time from 1 millisecond to 10 milliseconds