Skip to content

Commit

Permalink
Updating OpenAPI to no longer refer to the version as beta
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Nov 28, 2024
1 parent b2163ca commit 60b6846
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/beta-feedback.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/beta-inclusion.yml

This file was deleted.

2 changes: 1 addition & 1 deletion backend/internal/server/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// The API to fetch documentation index and documentation files from the OpenTofu registry.
//
// Version: 1.0.0-beta
// Version: 1.0.0
// License: MPL-2.0
// Host: api.opentofu.org
// Schemes: https
Expand Down
2 changes: 1 addition & 1 deletion backend/internal/server/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ info:
license:
name: MPL-2.0
title: OpenTofu Registry Docs API
version: 1.0.0-beta
version: 1.0.0
paths:
/registry/docs/modules/{namespace}/{name}/{target}/{version}/README.md:
get:
Expand Down

0 comments on commit 60b6846

Please sign in to comment.