Releases: stacc/cli
v0.1.87
Changelog
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc 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
e372447 Fix printf statement
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
b17a089 Improve errors from increaseRLimit
b073169 Improve push UI
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
d7b0fd0 Merged in feature/new-push-mechanism (pull request #2)
1a92ddf Merged in sg-login-error-handling (pull request #3)
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
229767a Update API client
1eaaa4a Update aliases and example on experimental push
c1f5d4c Update go.mod
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
a26c1ce Updated stacc-cli-library v0.0.2 -> v0.0.3
7a1675f Updated to latest version of stacc-cli-library
27b5600 Updated version
dc7e9c4 Updated version to 0.1.87
2eeac4e Wrap fsnotify errors
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
a25ec7f goreleaser: added network and network-bind plugs
9acde67 stacc context now uses and updates .kubeconfig instead of .flowrc if found
5ca36cf stacc context: now requests namespaces from rbac service if local .kubeconfig is 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
f783512 stacc status: fixed issue with printing
v0.1.86
Changelog
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc 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
e372447 Fix printf statement
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
b17a089 Improve errors from increaseRLimit
b073169 Improve push UI
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
d7b0fd0 Merged in feature/new-push-mechanism (pull request #2)
1a92ddf Merged in sg-login-error-handling (pull request #3)
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
229767a Update API client
1eaaa4a Update aliases and example on experimental push
c1f5d4c Update go.mod
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
3b3682a Updated version to 0.1.86
2eeac4e Wrap fsnotify errors
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
a25ec7f goreleaser: added network and network-bind plugs
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
f783512 stacc status: fixed issue with printing
v0.1.85
Changelog
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
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
e372447 Fix printf statement
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
b17a089 Improve errors from increaseRLimit
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
ed99f8d Update .gitignore
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
c1f5d4c Update go.mod
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
6330180 Updated version to 0.1.85
2eeac4e Wrap fsnotify errors
d4dfc64 [skip ci] Moved plugin documentation into a separate markdown file
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
a25ec7f goreleaser: added network and network-bind plugs
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
f783512 stacc status: fixed issue with printing
v0.1.84
Changelog
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
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
e372447 Fix printf statement
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
b17a089 Improve errors from increaseRLimit
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
ed99f8d Update .gitignore
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
c1f5d4c Update go.mod
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
4c77369 Updated version to 0.1.84
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
f783512 stacc status: fixed issue with printing
v0.1.83
Changelog
7df4f94 Add OCI-resolver for Stacc registries
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
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
f06e60c Added some comments for important modules
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
e372447 Fix printf statement
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
b17a089 Improve errors from increaseRLimit
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
ed99f8d Update .gitignore
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
c1f5d4c Update go.mod
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
ee0311d Updated version to 0.1.83
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
v0.1.82
Changelog
7df4f94 Add OCI-resolver for Stacc registries
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
c6ab966 Add docstring for GetRegistryToken
ea44ee9 Add function for inferring registry auth host
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
f06e60c Added some comments for important modules
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
1ecc1ac Changed the default login provider to email-otp
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
b17a089 Improve errors from increaseRLimit
f4e2104 Make debounce time in experimental push 50 milliseconds
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
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
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
c634748 Switch to new oras library
ed99f8d Update .gitignore
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
c1f5d4c Update go.mod
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
86185a0 Updated version to 0.1.82
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
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
v0.1.77
Changelog
7df4f94 Add OCI-resolver for Stacc registries
6301dad Add alternative env var for enabling alpha commands
ea44ee9 Add function for inferring registry auth host
2fea6fd Add missing login call in default authorized resolver
a436544 Add new push mechanism
fc7d923 Add tar stuff for new pushCmd
105d822 Added TODO to logs
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
fb04a04 Added shorthands to most flags
f06e60c Added some comments for important modules
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
1ecc1ac Changed the default login provider to email-otp
9df0b00 Clean up code in experimental push
082ef83 Cleaned up the way local flags are being used
bf732f5 Fix flags
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
69f5b34 Improve selection of cmd to run based on env
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
257001d Removed old TODO
0391b0a Removed the api topic
e47d2e0 Removed the init command
d9ca2e8 Removed the service topic
9ea6be4 Removed unnecessary comments
3fd5b88 Removed unused, commented out code blocks from Context.go
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
ed99f8d Update .gitignore
d892269 Update Makefile
d50593b Update Makefile
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
0aaff35 Update go.sum
26abda6 Update go.sum
7053069 Update sample files
7e981d0 Update time interval for fs event debouncer
231528e Updated .gitignore to fix pipeline dirty git state issues
05250d9 Updated go requirements in README.md
ffb2afa Updated imports for the client module
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
27b5600 Updated version
e6e1e6c Updated version to 0.1.77
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
9acde67 stacc context now uses and updates .kubeconfig instead of .flowrc if found
739e0d1 stacc pull: Added missing if err check
827dd91 stacc push: added ToSlash to stacc-cloud endpoint URL
v0.1.67
Changelog
be0f047 Add API client
e74cfa7 Add Makefile
7df4f94 Add OCI-resolver for Stacc registries
6301dad Add alternative env var for enabling alpha commands
0ad99b7 Add experimental flag for triggering new push mechanism
ea44ee9 Add function for inferring registry auth host
2fea6fd Add missing login call in default authorized resolver
a436544 Add new push mechanism
0be2a12 Add packages api and registry
71d2ed8 Add registry utilities
8122b5d Add sample files
fc7d923 Add tar stuff for new pushCmd
f7c4612 Added Delete to client
105d822 Added TODO to logs
17e79d2 Added a new kubectl command that works with stacc login
1775238 Added a very basic version flag
df123d1 Added deployment flag for stacc logs
fb04a04 Added shorthands to most flags
f06e60c Added some comments for important modules
68e8783 Added timestamps to push logs when using watch
0e3e733 Apply gofmt
4779d2e Attempt to separate Darwin specific code
1ecc1ac Changed the default login provider to email-otp
9df0b00 Clean up code in experimental push
56a49f5 Cleaned up client.go making it much easier for plugins to use it as a module
73f0bc5 Cleaned up client.go so that it's easier for plugins to use it for cluster communication
082ef83 Cleaned up the way local flags are being used
bf732f5 Fix flags
4aaa4b0 Fixed issues with os specific filenames
27d8f24 Fixed minor mistake in README.md
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
98482da Improve delegation to experimental cmd
ba36c6a Improve error handling for old namespace fetch method
4c96610 Improve redirect of cmd call
69f5b34 Improve selection of cmd to run based on env
6b1a534 Login now creates kubeconfig.yaml instead of .kubeconfig
d7b0fd0 Merged in feature/new-push-mechanism (pull request #2)
1a92ddf Merged in sg-login-error-handling (pull request #3)
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
079aad7 Moved non CLI packages into a separate public library
1ee5f24 Ran go fmt on sourcecode
1d1b09f Remove experimental cmd from root command
62899af Remove legacy namespace extraction from id-token
1f39ce6 Remove registry field from event struct
365c460 Removed already completed TODO comment
257001d Removed old TODO
0391b0a Removed the api topic
e47d2e0 Removed the init command
0bda3ec Removed the process command so that it can be moved into it's own plugin
d9ca2e8 Removed the service topic
9ea6be4 Removed unnecessary comments
3fd5b88 Removed unused, commented out code blocks from Context.go
dba27fe Revert "Login now creates kubeconfig.yaml instead of .kubeconfig"
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
ed99f8d Update .gitignore
d892269 Update Makefile
d50593b Update Makefile
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
0aaff35 Update go.sum
26abda6 Update go.sum
7053069 Update sample files
7e981d0 Update time interval for fs event debouncer
6655042 Update use field on pushCmd
05250d9 Updated go requirements in README.md
ffb2afa Updated imports for the client module
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
27b5600 Updated version
45476e5 Updated version to 0.1.67
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
9acde67 stacc context now uses and updates .kubeconfig instead of .flowrc if found
827dd91 stacc push: added ToSlash to stacc-cloud endpoint URL
v0.1.66
Changelog
be0f047 Add API client
e74cfa7 Add Makefile
7df4f94 Add OCI-resolver for Stacc registries
6301dad Add alternative env var for enabling alpha commands
0ad99b7 Add experimental flag for triggering new push mechanism
ea44ee9 Add function for inferring registry auth host
2fea6fd Add missing login call in default authorized resolver
a436544 Add new push mechanism
0be2a12 Add packages api and registry
71d2ed8 Add registry utilities
8122b5d Add sample files
fc7d923 Add tar stuff for new pushCmd
f7c4612 Added Delete to client
105d822 Added TODO to logs
17e79d2 Added a new kubectl command that works with stacc login
1775238 Added a very basic version flag
df123d1 Added deployment flag for stacc logs
fb04a04 Added shorthands to most flags
f06e60c Added some comments for important modules
68e8783 Added timestamps to push logs when using watch
0e3e733 Apply gofmt
4779d2e Attempt to separate Darwin specific code
1ecc1ac Changed the default login provider to email-otp
9df0b00 Clean up code in experimental push
56a49f5 Cleaned up client.go making it much easier for plugins to use it as a module
73f0bc5 Cleaned up client.go so that it's easier for plugins to use it for cluster communication
082ef83 Cleaned up the way local flags are being used
bf732f5 Fix flags
4aaa4b0 Fixed issues with os specific filenames
27d8f24 Fixed minor mistake in README.md
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
98482da Improve delegation to experimental cmd
ba36c6a Improve error handling for old namespace fetch method
4c96610 Improve redirect of cmd call
69f5b34 Improve selection of cmd to run based on env
6b1a534 Login now creates kubeconfig.yaml instead of .kubeconfig
d7b0fd0 Merged in feature/new-push-mechanism (pull request #2)
1a92ddf Merged in sg-login-error-handling (pull request #3)
bd8d0e4 Move init func to top in pushCmd
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
079aad7 Moved non CLI packages into a separate public library
1ee5f24 Ran go fmt on sourcecode
1d1b09f Remove experimental cmd from root command
62899af Remove legacy namespace extraction from id-token
1f39ce6 Remove registry field from event struct
365c460 Removed already completed TODO comment
257001d Removed old TODO
0391b0a Removed the api topic
e47d2e0 Removed the init command
0bda3ec Removed the process command so that it can be moved into it's own plugin
d9ca2e8 Removed the service topic
9ea6be4 Removed unnecessary comments
3fd5b88 Removed unused, commented out code blocks from Context.go
dba27fe Revert "Login now creates kubeconfig.yaml instead of .kubeconfig"
3d2e58c Run gofmt
60355f2 Set go 1.16 in go.mod
64811e9 Switch from filepath.Walk to filepath.WalkDir
eef6e9f The CLI now looks for plugins in current directory as well as path
ed99f8d Update .gitignore
d50593b Update Makefile
d892269 Update Makefile
1eaaa4a Update aliases and example on experimental push
4161506 Update event object and ref parsing
26abda6 Update go.sum
0aaff35 Update go.sum
7053069 Update sample files
7e981d0 Update time interval for fs event debouncer
6655042 Update use field on pushCmd
05250d9 Updated go requirements in README.md
ffb2afa Updated imports for the client module
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
27b5600 Updated version
47a0b16 Updated version to 0.1.66
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
9acde67 stacc context now uses and updates .kubeconfig instead of .flowrc if found