-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aed8ee8
commit 0630d48
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## Latest | ||
|
||
* Registry response to module version download path must be 204, not 200, because the server returns empty body. Download link is passed by means of X-Terraform-Get response header. Both terraform and opentofu support that (in fact they do support both 200 and 204). None of the production registries use 204 at the moment. | ||
* Added response errors to the model. | ||
* Updated the regex for module download URL | ||
* Added release github action, publishing the resulting openapi specification. | ||
|
||
## v0.1.0 | ||
|
||
* Initial API specification release with both smithy and openapi. | ||
* Added github action to validate, build the model. |