Releases: databricks/cli
Releases · databricks/cli
v0.0.2
Changelog
- 457f3ad Add
bricks configure
command to bricks CLI (#18) - 6c28fc3 Add basic flavor skeleton
- 30a7de6 Add more flags to
configure
command (#29) - 0ae8b60 Added go sdk as a dependency
- 1ddba0c Allow manually triggering releases
- ea19417 Also build for windows (#42)
- 5d8613b Also on
main
branch - 7e42819 Build 32 bit Windows
- 82438b9 Bump github.com/databrickslabs/terraform-provider-databricks (#1)
- bb50563 Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#13)
- 081f039 Bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 (#16)
- 82e80bd Create dependabot.yml
- 5a55cad Ensure Go code is formatted (#37)
- 32ae59c Experimental sync command
- 80a4c47 Fix lint error regarding struct with unexported fields (#38)
- 31a841f Fix lint errors for unused functions (#36)
- c00db56 Fix lint errors for using deprecated functionality (#35)
- f309f68 Fix release action and make sure to also build for Windows (#43)
- 2e12a2a Make tests pass (#40)
- 21bc774 Replace scim Me terraform call with go sdk (#46)
- 96efd0e Replace terraform dependency with go sdk (#19)
- a9a7672 Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go
- f70d42f Revert "Added go sdk as a dependency"
- 5e2c588 Revert "Replaced usage of Cluster struct from terraform provider to ClusterInfo from go-sdk in config.go"
- 9951068 Revert "Using go sdk for ./bricks fs ls DIR_NAME command"
- a4430d1 Update README.md
- d214f44 Use actions/setup-go@v3 with caching support (#41)
- 67b2e42 Use t.Setenv instead of custom implementation (#34)
- 6217d20 Using go sdk for ./bricks fs ls DIR_NAME command
- f070c24 Write default header only if
DEFAULT
section exists (#31) - ae2dc10 add some comments to commands package
- 99ce4f7 added dummy wheel
- b85e636 added essential Python metadata detection
- d829ce3 fix release (#45)
- 749da47 fix test on github actions
- 515a693 interation on
.tfstate
sync stability - 06db837 local and remote
.tfstate
utilities - de8091c make readme prettier
- 1b38687 more TODO's
- 395a66e refresh build badge
- 95a6893 rename
internal/test
to idiomatictestdata
- bf801c2 run tests on push or PR
- 0d76ab3 upload wheel to pep503-compatible DBFS path
- 3907dcd wrap
terraform
execution PoC