Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.38.0 #3326

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Release v1.38.0 #3326

merged 2 commits into from
Mar 4, 2024

Conversation

tanmay-db
Copy link
Contributor

@tanmay-db tanmay-db commented Mar 4, 2024

New Features and Improvements

  • Use workspace-level default for enable_serverless_compute if not specified in databricks_sql_global_config (#3279). Previously, this resource would disable serverless unless you set the deprecated enable_serverless_compute attribute to true. From this release, this resource will not modify enable_serverless_compute, leaving it as its default value (enabled) if unspecified.
  • Fixed webhook_notifications diff suppression for databricks_job (#3309).
  • Perform case-insensitive error message checking when using force in databricks_user (#3295).
  • Use stable IDs for settings resources (#3314).

Documentation Changes

  • Improved documentation for INTERNAL and INTERNAL_AND_EXTERNAL delta sharing scope in terraform (#3287).
  • Added user guide for new behaviours with UC by default (#3318).
  • Expanded the note about private link in the troubleshooting guide (#3319).
  • Document storage_location attribute of the databricks_registered_model (#3249).
  • Various documentation improvements (#3288).
  • Changed accounts_id to required (#3244).

Exporter

  • Improved support for Unity Catalog (#3281).
  • Added generation of import blocks for easier importing existing resources in Terraform 1.5+ (#3293).
  • Added support for databricks_file resource (#3301).

Internal Changes

  • Set Computed field to true for common.Resource account_id attribute (#3310).
  • Removed unnecessary alias from cluster resource (#3298).
  • Bump Go SDK (#3296).
  • Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0 (#3317).
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 (#3300).
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3323).
  • Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 (#3322).

@tanmay-db tanmay-db requested review from a team as code owners March 4, 2024 09:59
@tanmay-db tanmay-db requested review from mgyucht, alexott and hectorcast-db and removed request for a team March 4, 2024 09:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.45%. Comparing base (3e415f0) to head (0441ebb).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3326      +/-   ##
==========================================
+ Coverage   83.43%   83.45%   +0.01%     
==========================================
  Files         174      174              
  Lines       16068    16068              
==========================================
+ Hits        13407    13409       +2     
+ Misses       1847     1846       -1     
+ Partials      814      813       -1     
Files Coverage Δ
common/version.go 80.00% <ø> (ø)

... and 1 file with indirect coverage changes

@tanmay-db
Copy link
Contributor Author

Nightly tests are running ...

@tanmay-db
Copy link
Contributor Author

One test failed due to vector search end point timeout -- It's a known issue, going ahead with release.

@tanmay-db tanmay-db added this pull request to the merge queue Mar 4, 2024
Merged via the queue into main with commit de6cc54 Mar 4, 2024
5 checks passed
@tanmay-db tanmay-db deleted the prepare/1.38.0 branch March 4, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants