Skip to content

Commit 60b6846

Browse files
author
AbstractionFactory
committed
Updating OpenAPI to no longer refer to the version as beta
Signed-off-by: AbstractionFactory <[email protected]>
1 parent b2163ca commit 60b6846

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

.github/ISSUE_TEMPLATE/beta-feedback.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/beta-inclusion.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

backend/internal/server/openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// The API to fetch documentation index and documentation files from the OpenTofu registry.
44
//
5-
// Version: 1.0.0-beta
5+
// Version: 1.0.0
66
// License: MPL-2.0
77
// Host: api.opentofu.org
88
// Schemes: https

backend/internal/server/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ info:
794794
license:
795795
name: MPL-2.0
796796
title: OpenTofu Registry Docs API
797-
version: 1.0.0-beta
797+
version: 1.0.0
798798
paths:
799799
/registry/docs/modules/{namespace}/{name}/{target}/{version}/README.md:
800800
get:

0 commit comments

Comments
 (0)