Skip to content

Releases: databricks/cli

v0.0.22

15 Feb 16:20
58950ce
Compare
Choose a tag to compare

Changelog

  • 8c1b620 Don't sync symlink folders (#205)
  • 3851b59 Move code for including command name in user agent (#203)
  • 58950ce Move notebook detection logic to package (#206)

v0.0.21

13 Feb 12:40
2e01473
Compare
Choose a tag to compare

Changelog

v0.0.20

30 Jan 16:45
6737af4
Compare
Choose a tag to compare

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

25 Jan 08:37
b97e90a
Compare
Choose a tag to compare

Changelog

v0.0.18

24 Jan 14:16
03c863f
Compare
Choose a tag to compare

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

20 Jan 10:34
3b53b23
Compare
Choose a tag to compare

Changelog

v0.0.16

12 Jan 18:29
3582037
Compare
Choose a tag to compare

Changelog

  • 3582037 Add nil check for retries.Info.Info (#166)
  • b87b4b0 Added bricks auth login and bricks 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

04 Jan 11:56
v0.0.15
a9b82aa
Compare
Choose a tag to compare

Changelog

v0.0.14

22 Dec 10:41
198eefc
Compare
Choose a tag to compare

Changelog

v0.0.13

16 Dec 14:02
f70a581
Compare
Choose a tag to compare

What's Changed

  • Convert job task libraries to TF JSON by @pietern in #132
  • Work on GitHub actions by @pietern in #133
  • Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #114
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #115
  • Bump github.com/databricks/databricks-sdk-go from 0.1.0 to 0.1.1 by @dependabot in #121
  • Abstract over file handling with WSFS or DBFS through filer interface by @pietern in #135
  • Run Go formatting with 1.19 by @pietern in #137
  • Extract filer path handling into separate type by @pietern in #138
  • Use pointers to resources in bundle configuration by @pietern in #140
  • Add bricks bundle run command by @pietern in #134
  • Use filer.Filer in bundle/deployer/locker by @pietern in #136
  • Automatically install Terraform if needed by @pietern in #141
  • Add "default" flag to environment block by @pietern in #142
  • No need for nil check on map by @pietern in #143
  • Mutator to convert paths to local notebooks files into artifacts by @pietern in #144
  • Run initialize phase from validate command by @pietern in #145

Full Changelog: v0.0.12...v0.0.13