Update CHANGELOG template (#588)

Made the recent release reflect this template.

---------

Co-authored-by: Miles Yucht <miles@databricks.com>
This commit is contained in:
Pieter Noordhuis 2023-07-27 12:47:38 +02:00 committed by GitHub
parent bee7a16cb0
commit e3a181b03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 17 deletions

View File

@ -2,18 +2,29 @@
## {{.Version}}
{{range .Changes -}}
CLI:
{{- range .Changes}}
* {{.}}.
{{end}}{{- if .ApiChanges}}
{{- end}}
Bundles:
* **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST**
Internal:
* **FILL THIS IN MANUALLY BY MOVING RELEVANT ITEMS FROM ABOVE LIST**
{{ if .ApiChanges -}}
API Changes:
{{range .ApiChanges}}{{if or (eq .X "method") (eq .X "service")}}
{{- range .ApiChanges}}{{if or (eq .X "method") (eq .X "service")}}
* {{.Action}} {{template "what" .}}{{if .Extra}} {{.Extra}}{{with .Other}} {{template "what" .}}{{end}}{{end}}.
{{- end}}{{- end}}
OpenAPI SHA: {{.Sha}}, Date: {{.Changed}}
{{- end}}{{if .DependencyUpdates}}
OpenAPI commit {{.Sha}} ({{.Changed}})
{{- end }}
{{- if .DependencyUpdates }}
Dependency updates:
{{range .DependencyUpdates}}
{{- range .DependencyUpdates}}
* {{.}}.
{{- end -}}
{{end}}

View File

@ -2,17 +2,19 @@
## 0.201.0
* Add development runs ([#522](https://github.com/databricks/cli/pull/522)).
* Support tab completion for profiles ([#572](https://github.com/databricks/cli/pull/572)).
* Correctly use --profile flag passed for all bundle commands ([#571](https://github.com/databricks/cli/pull/571)).
* Disallow notebooks in paths where files are expected ([#573](https://github.com/databricks/cli/pull/573)).
* Improve auth login experience ([#570](https://github.com/databricks/cli/pull/570)).
* Remove base path checks during sync ([#576](https://github.com/databricks/cli/pull/576)).
* First look for databricks.yml before falling back to bundle.yml ([#580](https://github.com/databricks/cli/pull/580)).
* Integrate with auto-release infra ([#581](https://github.com/databricks/cli/pull/581)).
CLI:
* Support tab completion for profiles ([#572](https://github.com/databricks/cli/pull/572)).
* Improve auth login experience ([#570](https://github.com/databricks/cli/pull/570)).
* Integrate with auto-release infra ([#581](https://github.com/databricks/cli/pull/581)).
Bundles:
* Add development runs ([#522](https://github.com/databricks/cli/pull/522)).
* Correctly use --profile flag passed for all bundle commands ([#571](https://github.com/databricks/cli/pull/571)).
* Disallow notebooks in paths where files are expected ([#573](https://github.com/databricks/cli/pull/573)).
* Remove base path checks during sync ([#576](https://github.com/databricks/cli/pull/576)).
* First look for databricks.yml before falling back to bundle.yml ([#580](https://github.com/databricks/cli/pull/580)).
API Changes:
* Removed `databricks metastores maintenance` command.
* Added `databricks metastores enable-optimization` command.
* Added `databricks tables update` command.
@ -20,9 +22,9 @@ API Changes:
* Changed `databricks account settings read-personal-compute-setting` command with new required argument order.
* Added `databricks clean-rooms` command group.
OpenAPI SHA: 850a075ed9758d21a6bc4409506b48c8b9f93ab4, Date: 2023-07-18
Dependency updates:
OpenAPI commit 850a075ed9758d21a6bc4409506b48c8b9f93ab4 (2023-07-18)
Dependency updates:
* Bump golang.org/x/term from 0.9.0 to 0.10.0 ([#567](https://github.com/databricks/cli/pull/567)).
* Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ([#566](https://github.com/databricks/cli/pull/566)).
* Bump golang.org/x/mod from 0.11.0 to 0.12.0 ([#568](https://github.com/databricks/cli/pull/568)).