File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "timestamp" : " 2025-01-27 14:59:20 "
2
+ "timestamp" : " 2025-01-28 08:43:47UTC "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Version changelog
2
2
3
+ ## Release v1.64.1
4
+
5
+ ### Documentation
6
+
7
+ * Fix attribute name in ` databricks_instance_profile ` examples ([ #4426 ] ( https://github.com/databricks/terraform-provider-databricks/pull/4426 ) ).
8
+
9
+ ### Exporter
10
+
11
+ * Additional tuning of references in databricks_job ([ #4434 ] ( https://github.com/databricks/terraform-provider-databricks/pull/4434 ) )
12
+
13
+ ### Internal Changes
14
+
15
+ * Started to use the new release framework for releases of the Terraform provider.
16
+
17
+
3
18
## [ Release] Release v1.64.0
4
19
5
20
### New Features and Improvements
Original file line number Diff line number Diff line change 1
1
# NEXT CHANGELOG
2
2
3
- ## Release v1.64.1
3
+ ## Release v1.65.0
4
4
5
5
### New Features and Improvements
6
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
3
3
import "context"
4
4
5
5
var (
6
- version = "1.64.0 "
6
+ version = "1.64.1 "
7
7
// ResourceName is resource name without databricks_ prefix
8
8
ResourceName contextKey = 1
9
9
// Provider is the current instance of provider
You can’t perform that action at this time.
0 commit comments