Skip to content

Releases: stacc/cli

v0.1.97

26 Jul 11:24
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc resolver
d181c2d Add install to Makefile
ee1a5be Add output flag for logs with raw option
ca8cfa1 Added a fairly basic plugin installer
9be5904 Added build and push steps for each service in stacc module push
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
cabdb16 Dockerfile is now always local to root in the tar archive file
e384a97 Fix add flags to publish not push in publish.go
c368df7 Fix heading in PLUGINS.md
e372447 Fix printf statement
c3e9beb Fixed a broken if statement when checking for module name
0154f8b Fixed a bug when checking for registryFlag
e630a12 Fixed auth for stacc module push
66fc291 Fixed issues with console colors for windows
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
8e4cdf7 Go fmt
053856d Got installation via helm working
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
e514ce1 Make publish push every file with known mimetype as layer
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
1a92ddf Merged in sg-login-error-handling (pull request #3)
7ba8f36 Merged in sg-logs-add-output-flag (pull request #5)
9fc3be2 Merged in th-modules (pull request #6)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
62899af Remove legacy namespace extraction from id-token
1d7e111 Renamed variable fullUrl -> fullURL
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
231528e Updated .gitignore to fix pipeline dirty git state issues
7a1675f Updated to latest version of stacc-cli-library
ba54995 Updated version to 0.1.97
59ddd5c add an example module to work with during module push testing
9c50c6b add missing config file
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
db46de6 build and push works with auth registry
254f320 change auth mechanism to work with the new auth reverse proxy
d169475 change module name to document-generation-html
c9be3c9 clarify an unintuitive if-statement in push
d41bd8a copy pkg in Dockerfile
61a089b fix docker-compose imageref to docker auth proxy
1c1cb68 fix example/long for registry login
287ff77 fix go.mod
5210964 formatting....
c72e37a go fmt
a25ec7f goreleaser: added network and network-bind plugs
bdb8cd9 hack: Corrected service port
75bfe85 it's alive!
ac1493f merge publish to this branch
8c0e61c more refactoring
3b425e2 more refactoring
0c32eb8 move tests for building dockerimage
18def61 pushing a module works
c0ca130 refactoring and added packageandpush
f19b2a9 renamed plugin list cmd variable name
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
7891d9b stacc module push: Cleaned up and fixed some minor issues with helm deployment
0df04b8 stacc module push: Fixed syntax error
86ed55e stacc module push: Improved user feedback for success
472f5d9 stacc module push: Minor refactor of registry variable
5136a89 stacc module push: Removed hardcoded registry
ca5572f stacc plugin list: now displays full plugin path by default
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
be18fe8 tidy
6e2c569 tidy and upgrade stacc cli library to 0.0.7
ce2be4f update image version in dockercompose
19fec7f updating hosts now working
c6b4855 work on refactoring / changing auth for publish, push experimental and module push

v0.1.96

26 Jul 11:05
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc resolver
d181c2d Add install to Makefile
ee1a5be Add output flag for logs with raw option
ca8cfa1 Added a fairly basic plugin installer
9be5904 Added build and push steps for each service in stacc module push
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
cabdb16 Dockerfile is now always local to root in the tar archive file
e384a97 Fix add flags to publish not push in publish.go
c368df7 Fix heading in PLUGINS.md
e372447 Fix printf statement
c3e9beb Fixed a broken if statement when checking for module name
0154f8b Fixed a bug when checking for registryFlag
e630a12 Fixed auth for stacc module push
66fc291 Fixed issues with console colors for windows
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
8e4cdf7 Go fmt
053856d Got installation via helm working
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
e514ce1 Make publish push every file with known mimetype as layer
19961bb Merge branch 'master' of bitbucket.org:stacc-flow/stacc-command-line-interface
1a92ddf Merged in sg-login-error-handling (pull request #3)
7ba8f36 Merged in sg-logs-add-output-flag (pull request #5)
9fc3be2 Merged in th-modules (pull request #6)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
62899af Remove legacy namespace extraction from id-token
1d7e111 Renamed variable fullUrl -> fullURL
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
231528e Updated .gitignore to fix pipeline dirty git state issues
398aec6 Updated pipeline to fix issues with git dirty state
7a1675f Updated to latest version of stacc-cli-library
36b5907 Updated version to 0.1.96
59ddd5c add an example module to work with during module push testing
9c50c6b add missing config file
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
db46de6 build and push works with auth registry
254f320 change auth mechanism to work with the new auth reverse proxy
d169475 change module name to document-generation-html
c9be3c9 clarify an unintuitive if-statement in push
61a089b fix docker-compose imageref to docker auth proxy
1c1cb68 fix example/long for registry login
287ff77 fix go.mod
5210964 formatting....
c72e37a go fmt
a25ec7f goreleaser: added network and network-bind plugs
bdb8cd9 hack: Corrected service port
75bfe85 it's alive!
ac1493f merge publish to this branch
8c0e61c more refactoring
3b425e2 more refactoring
0c32eb8 move tests for building dockerimage
18def61 pushing a module works
c0ca130 refactoring and added packageandpush
f19b2a9 renamed plugin list cmd variable name
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
7891d9b stacc module push: Cleaned up and fixed some minor issues with helm deployment
0df04b8 stacc module push: Fixed syntax error
86ed55e stacc module push: Improved user feedback for success
472f5d9 stacc module push: Minor refactor of registry variable
5136a89 stacc module push: Removed hardcoded registry
ca5572f stacc plugin list: now displays full plugin path by default
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
be18fe8 tidy
6e2c569 tidy and upgrade stacc cli library to 0.0.7
ce2be4f update image version in dockercompose
19fec7f updating hosts now working
c6b4855 work on refactoring / changing auth for publish, push experimental and module push

v0.1.95

24 Jun 12:11
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc resolver
d181c2d Add install to Makefile
ee1a5be Add output flag for logs with raw option
ca8cfa1 Added a fairly basic plugin installer
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
c368df7 Fix heading in PLUGINS.md
e372447 Fix printf statement
66fc291 Fixed issues with console colors for windows
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
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
1a92ddf Merged in sg-login-error-handling (pull request #3)
7ba8f36 Merged in sg-logs-add-output-flag (pull request #5)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
62899af Remove legacy namespace extraction from id-token
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
231528e Updated .gitignore to fix pipeline dirty git state issues
398aec6 Updated pipeline to fix issues with git dirty state
7a1675f Updated to latest version of stacc-cli-library
27b5600 Updated version
8d0821d Updated version to 0.1.95
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
f19b2a9 renamed plugin list cmd variable name
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
ca5572f stacc plugin list: now displays full plugin path by default
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.94

18 Jun 11:49
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc resolver
ee1a5be Add output flag for logs with raw option
ca8cfa1 Added a fairly basic plugin installer
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
c368df7 Fix heading in PLUGINS.md
e372447 Fix printf statement
66fc291 Fixed issues with console colors for windows
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
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
1a92ddf Merged in sg-login-error-handling (pull request #3)
7ba8f36 Merged in sg-logs-add-output-flag (pull request #5)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
231528e Updated .gitignore to fix pipeline dirty git state issues
398aec6 Updated pipeline to fix issues with git dirty state
7a1675f Updated to latest version of stacc-cli-library
27b5600 Updated version
1100bc7 Updated version to 0.1.94
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
f19b2a9 renamed plugin list cmd variable name
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
ca5572f stacc plugin list: now displays full plugin path by default
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.93

16 Jun 12:08
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
c6ab966 Add docstring for GetRegistryToken
32250b4 Add godoc to stacc resolver
ee1a5be Add output flag for logs with raw option
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
c368df7 Fix heading in PLUGINS.md
e372447 Fix printf statement
66fc291 Fixed issues with console colors for windows
56cbb7e Fixed more issues with bitbucket-pipelines
bc18b24 Fixed some bitbucket-pipeline issues
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
1a92ddf Merged in sg-login-error-handling (pull request #3)
7ba8f36 Merged in sg-logs-add-output-flag (pull request #5)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
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
d653b51 Updated version to 0.1.93
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.92

10 Jun 11:18
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
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
c712178 Added vendor to .gitignore to fix dirty state issues in pipeline
fc57d0c Apply gofmt
dd2f8e0 Bitbucket pipelines now remove test-reports before running goreleaser
c368df7 Fix heading in PLUGINS.md
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
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
1a92ddf Merged in sg-login-error-handling (pull request #3)
83be79a Moved test part of bitbucket-pipeline into it's own directory
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
2024e29 Switch from CMD to ENTRYPOINT
c634748 Switch to new oras library
229767a Update API client
25f7f6b Update Makefile
38b96cc Update dependencies
c1f5d4c Update go.mod
cd01b02 Update oras library
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
e72efb9 Updated version to 0.1.92
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.91

08 Jun 11:17
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
6301dad Add alternative env var for enabling alpha commands
1d082df Add config file for process in sample
56fdbc8 Add docker service in pipeline
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
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
c368df7 Fix heading in PLUGINS.md
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
2ba074d Handle HTTP codes SendEvent response
924ee90 Handle file descriptor limit on macOS
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
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
9ed0915 Reorder imports
788a007 Return from debounce on input channel close
3d2e58c Run gofmt
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
be39f84 Updated version to 0.1.91
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.90

08 Jun 10:10
Compare
Choose a tag to compare

Changelog

48ab02c Add Dockerfile
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
c368df7 Fix heading in PLUGINS.md
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
2ba074d Handle HTTP codes SendEvent response
924ee90 Handle file descriptor limit on macOS
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
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
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
32e56c4 Updated version to 0.1.90
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.89

07 Jun 13:11
Compare
Choose a tag to compare

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
c368df7 Fix heading in PLUGINS.md
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
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
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
3cd0029 Plugins are now located in the home .config directory
1ee5f24 Ran go fmt on sourcecode
62899af Remove legacy namespace extraction from id-token
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
eae10f5 Updated version to 0.1.89
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.88

03 Jun 13:38
Compare
Choose a tag to compare

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
c368df7 Fix heading in PLUGINS.md
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
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
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
57087d7 Updated version to 0.1.88
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