Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/next-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ name: Check for NEXT_CHANGELOG.md Changes
on:
# Use pull_request_target to have access to GitHub API
pull_request_target:
types: [opened, synchronize, reopened, edited]

jobs:
check-next-changelog:
# Allow Dependabot PRs to pass without a changelog entry
if: github.actor != 'dependabot[bot]'
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco

steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@v3

- name: Fetch list of changed files
id: changed-files
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
workflow_dispatch:
# No inputs are required for the manual dispatch.

# NOTE: Temporarily disable automated releases.
#
# Runs at 8:00 UTC on Monday, Tuesday, Wednesday, and Thursday. To enable automated
# tagging for a repository, simply add it to the if block of the tag job.
schedule:
- cron: '0 8 * * MON,TUE,WED,THU'
# schedule:
# - cron: '0 8 * * MON,TUE,WED,THU'

# Ensure that only a single instance of the workflow is running at a time.
concurrency:
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:
private-key: ${{ secrets.DECO_SDK_TAGGING_PRIVATE_KEY }}

- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
token: ${{ steps.generate-token.outputs.token }}
Expand Down
4 changes: 2 additions & 2 deletions common/customizable_schema.go
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/reflect_resource.go
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/data-sources/budget_policies.md
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/databricks/terraform-provider-databricks
go 1.24.0

require (
github.com/databricks/databricks-sdk-go v0.125.0
github.com/databricks/databricks-sdk-go v0.126.0
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/hashicorp/go-cty v1.5.0
github.com/hashicorp/hcl v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
github.com/databricks/databricks-sdk-go v0.125.0 h1:EEyPMTQjsSn1pTyhz5bQTGOWZx8rmoGWE2f4uvl6mZA=
github.com/databricks/databricks-sdk-go v0.125.0/go.mod h1:hWoHnHbNLjPKiTm5K/7bcIv3J3Pkgo5x9pPzh8K3RVE=
github.com/databricks/databricks-sdk-go v0.126.0 h1:431TkvShD8e70Le1zdaeo+AhMVoCqZG2sYdO+lfoSF4=
github.com/databricks/databricks-sdk-go v0.126.0/go.mod h1:hWoHnHbNLjPKiTm5K/7bcIv3J3Pkgo5x9pPzh8K3RVE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down
2 changes: 1 addition & 1 deletion internal/providers/pluginfw/converters/go_to_tf.go
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/providers/pluginfw/converters/tf_to_go.go
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading