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

Bump databricks/databricks from 1.24.0 to 1.29.0 in /tests/e2e #58

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2023

Bumps databricks/databricks from 1.24.0 to 1.29.0.

Release notes

Sourced from databricks/databricks's releases.

v1.29.0

New Features and Improvements:

Bugfixes:

Exporter:

  • Exporter: Correct treatment of disallowed characters in notebooks/directory names (#2831).
  • Exporter: Added support for exporting databricks_access_control_rule_set on account level (#2699).
  • Exporter: Adjusted generation & normalization of job names (2836).
  • Exporter: Clarified behaviour of services not marked with listing (#2785).
  • Exporter: Fixed generation of names for databricks_library resources (#2832).
  • Clarified experimental status of the exporter (#2816).
  • Exporter: Ensured that name of databricks_repo is unique (#2842).

Documentation changes:

  • Added account_id parameter to provider blocks in the guides (#2817).
  • Changed CREATE_TABLE to CREATE_EXTERNAL_TABLE (#2812).
  • Corrected max number of pinned clusters in the databricks_cluster docs (#2825).
  • Put empty_result_state under options in the databricks_sql_alert resource (#2834).
  • Corrected grammar & rewording for better readability (part 1) (#2781).

Internal changes:

  • Added additional integration tests for condition_task tasks in databricks_job (#2830).
  • Bump github.com/databricks/databricks-sdk-go from 0.23.0 to 0.24.0 (#2835).
  • Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1 (#2819).
  • Enabled Cluster Integration test (#2815).
  • Changed Jobs List operations to use token-based pagination (#2810).

v1.28.1

Changelog

Improvements and Bug Fixes

  • Fixed read method for databricks_storage_credential resource (#2804).

v1.28.0

Changelog

Improvements and Bug Fixes

... (truncated)

Changelog

Sourced from databricks/databricks's changelog.

1.29.0

New Features and Improvements:

Bugfixes:

Exporter:

  • Exporter: Correct treatment of disallowed characters in notebooks/directory names (#2831).
  • Exporter: Added support for exporting databricks_access_control_rule_set on account level (#2699).
  • Exporter: Adjusted generation & normalization of job names (2836).
  • Exporter: Clarified behaviour of services not marked with listing (#2785).
  • Exporter: Fixed generation of names for databricks_library resources (#2832).
  • Clarified experimental status of the exporter (#2816).
  • Exporter: Ensured that name of databricks_repo is unique (#2842).

Documentation changes:

  • Added account_id parameter to provider blocks in the guides (#2817).
  • Changed CREATE_TABLE to CREATE_EXTERNAL_TABLE (#2812).
  • Corrected max number of pinned clusters in the databricks_cluster docs (#2825).
  • Put empty_result_state under options in the databricks_sql_alert resource (#2834).
  • Corrected grammar & rewording for better readability (part 1) (#2781).

Internal changes:

  • Added additional integration tests for condition_task tasks in databricks_job (#2830).
  • Bump github.com/databricks/databricks-sdk-go from 0.23.0 to 0.24.0 (#2835).
  • Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1 (#2819).
  • Enabled Cluster Integration test (#2815).
  • Changed Jobs List operations to use token-based pagination (#2810).

1.28.1

  • Fixed read method for databricks_storage_credential resource (#2804).

1.28.0

... (truncated)

Commits
  • 9f55e5b Release 1.29.0 (#2838)
  • 88576b5 Exporter: Make sure that name of databricks_repo is unique (#2842)
  • bc05cff Revert "Handle ForceSendFields (#2753)" (#2843)
  • b60be7b Exporter: added support for exporting databricks_access_control_rule_set on...
  • 034f1a3 add condition task tests (#2830)
  • ac55eb3 Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1 (#2819)
  • d1e2c62 Changed CREATE_TABLE to CREATE_EXTERNAL_TABLE (#2812)
  • a3f0fb2 Correct max number of pinned clusters in the databricks_cluster docs (#2825)
  • 4c25dc0 Bump github.com/databricks/databricks-sdk-go from 0.23.0 to 0.24.0 (#2835)
  • 8ab1dbe Doc: put empty_result_state under options in the databricks_sql_alert r...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [databricks/databricks](https://github.com/databricks/terraform-provider-databricks) from 1.24.0 to 1.29.0.
- [Release notes](https://github.com/databricks/terraform-provider-databricks/releases)
- [Changelog](https://github.com/databricks/terraform-provider-databricks/blob/master/CHANGELOG.md)
- [Commits](databricks/terraform-provider-databricks@v1.24.0...v1.29.0)

---
updated-dependencies:
- dependency-name: databricks/databricks
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2023

The following labels could not be found: terraform, dependencies.

@github-actions
Copy link

Terraform Lint Results

  • Terraform Version 📎1.5.6
  • Working Directory 📂./tests/e2e
  • Terraform Format and Style 🖌success

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2023

Superseded by #64.

@dependabot dependabot bot closed this Nov 19, 2023
@dependabot dependabot bot deleted the dependabot/terraform/tests/e2e/databricks/databricks-1.29.0 branch November 19, 2023 10:57
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.

0 participants