Releases: databricks/cli
Releases · databricks/cli
v0.0.23
Changelog
- 7398a6d Add sample ipynb files (#218)
- 584c8d1 Allow synchronization to a directory inside a repo (#213)
- 414ea4f Bump databricks-sdk-go to 0.3.2 (#215)
- aa4ba29 Bump github.com/hashicorp/hc-install from 0.4.0 to 0.5.0 (#198)
- 1810a8b Bump github.com/hashicorp/terraform-json from 0.14.0 to 0.15.0 (#202)
- 04f16b2 Bump golang.org/x/mod from 0.7.0 to 0.8.0 (#200)
- ded7d8c Bump golang.org/x/net from 0.1.0 to 0.7.0 (#210)
- a94d023 Bump golang.org/x/text from 0.6.0 to 0.7.0 (#201)
- ae9d688 Complete argument for the environment flag (#221)
- dd95668 Complete positional argument to bundle run (#220)
- a0ed022 Execute file synchronization on deploy (#211)
- ca04a6a Fix sync test (miss in #207) (#216)
- 5b56b3e Include commit hash in snapshot version (#193)
- 0ab2aa1 Make file, artifact and state path optional (#204)
- 1715a98 Make sync command work in bundle context; reorder args (#207)
- 9912ee1 Materialize glob expansion in configuration struct (#217)
- 7bf212e Path completion for sync command (#208)
- 6c93c96 Update deps for internal-only tree (#214)
v0.0.22
v0.0.21
Changelog
- cd78936 Bump Go version to 1.19 (#197)
- 9ca7f8a Configure user agent in root command (#195)
- 1c27f08 Include build information and add version command (#194)
- 2e01473 Let caller set BRICKS_UPSTREAM for user agent (#196)
- abb1de9 Locate and use global excludes file (#191)
- 241562e Move git package to libs/git (#189)
- a7bf7ba Reload .gitignore files if they have changed (#190)
- 3796b0a Revert snapshot name template to previous value (#192)
v0.0.20
Changelog
- 9a1d908 Add function to opportunistically load a bundle (#180)
- 35c3d9f Add workspace paths (#179)
- 035fb65 Expand comments in git.View (#188)
- 6737af4 Move bundle loading functions to top level (#181)
- eb76e5d Move git.FileSet to libs/fileset and make it aware of gitignores (#184)
- df7b341 Remove unused function git.RepoExists (#183)
- 2eb1080 Take into account gitignore rules defined in parent directories (#182)
v0.0.19
v0.0.18
Changelog
- 83fb89a Add command for generating JSON schema for DABs bundle config (#171)
- b3a3016 JSON Schema generator for golang types (#167)
- f122e29 Let vscode trim whitespace on save (#172)
- c777a70 Move diff struct to its own file (#175)
- 077304f Move path checking logic for sync command to libs/sync (#176)
- fc46d21 Move sync logic from cmd/sync to libs/sync (#173)
- 015a2bf Remove dependency on project package in libs/sync (#174)
- 03c863f Update sync defaults (#177)
v0.0.17
v0.0.16
Changelog
- 3582037 Add nil check for retries.Info.Info (#166)
- b87b4b0 Added
bricks auth loginandbricks auth token(#158) - e48eb6f Fix integration tests for windows (#165)
- bf9f0c0 Fix sync integration test failing on aws-prod (#164)
- 0d9ecb5 Refactor and cover edge cases in sync integration tests (#160)
- a59136f Use []byte for files in workspace (#162)
v0.0.15
v0.0.14
Changelog
- f5cb9e0 Add workflow for building release snapshots (#152)
- 7f83463 Bump SDK to latest (#151)
- fdb8c97 Exit with non-zero status on errors (#148)
- 198eefc Fix folder syncing on windows (#149)
- a354fa1 Only display usage string on flag errors (#147)
- ce55284 Run go mod tidy in fmt job (#150)
- f3112d9 Work on release actions (#153)