Skip to content

Releases: databricks/cli

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

v0.0.12

12 Dec 13:36
b427688
Compare
Choose a tag to compare

Changelog

  • cb16ad1 Add RequireSuccessfulRun helper (#125)
  • 8640696 Add minimal test for conversion to TF JSON format (#130)
  • 94a8697 Allow multiple lookup functions for interpolation (#128)
  • c255bd6 Define deploy command as sequence of build phases (#129)
  • 3f8e233 Function to limit interpolation to specific path (#127)
  • 4064a21 Function to return bundle's cache directory (#109)
  • ff89c9d Generate equivalent Go types from Terraform provider schema (#122)
  • d9d295f Implement Terraform state synchronization and deploy (#98)
  • 34af98a Mutators to define current user and default artifact path (#112)
  • 4f668fc Mutators to work with Terraform (#124)
  • cdc776d Parameterize interpolation function (#117)
  • f3ac75a Remove .gitmodules (#120)
  • 2308110 Rename jobs -> workflows (#111)
  • d5474c9 Revert "Rename jobs -> workflows" (#118)
  • c4d63ea Rudimentary interpolation support (#108)
  • 94f884f Run bricks sync in-process instead of through go run (#123)
  • 487bf6f Use Databricks Go SDK v0.1.0 (#110)
  • b427688 [DECO-396] Post mortem followups on sync deletes repo (#119)

v0.0.11

30 Nov 13:21
e1669b0
Compare
Choose a tag to compare

Changelog

  • e1669b0 Model code artifacts (#107)
  • b88b35a Move mutator interface to top level bundle package (#105)
  • 2ebfa5f Run unit tests on windows and macos (#103)
  • 5c916a6 Store specified environment in configuration for reference (#104)
  • c6b3b35 [DECO-396] Send delete file requests with recursive set to false (#106)