-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add v3.1.0-alpha of the Managemenet API (#4343)
* feat(api): add /v3.1alpha of the Management API * pr remarks * add maturity field
- Loading branch information
1 parent
c17a06b
commit e3fa3c6
Showing
28 changed files
with
113 additions
and
70 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
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
8 changes: 8 additions & 0 deletions
8
extensions/common/api/api-observability/src/main/resources/observability-api-version.json
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,8 @@ | ||
[ | ||
{ | ||
"version": "1.0.0", | ||
"urlPath": "/v1", | ||
"lastUpdated": "2024-05-21T09:12:44Z", | ||
"maturity": "stable" | ||
} | ||
] |
5 changes: 0 additions & 5 deletions
5
extensions/common/api/api-observability/src/main/resources/version.json
This file was deleted.
Oops, something went wrong.
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
8 changes: 8 additions & 0 deletions
8
extensions/common/api/control-api-configuration/src/main/resources/control-api-version.json
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,8 @@ | ||
[ | ||
{ | ||
"version": "1.0.1", | ||
"urlPath": "/v1", | ||
"lastUpdated": "2024-06-02T14:30:00Z", | ||
"maturity": "stable" | ||
} | ||
] |
5 changes: 0 additions & 5 deletions
5
extensions/common/api/control-api-configuration/src/main/resources/version.json
This file was deleted.
Oops, something went wrong.
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
14 changes: 14 additions & 0 deletions
14
...ns/common/api/management-api-configuration/src/main/resources/management-api-version.json
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,14 @@ | ||
[ | ||
{ | ||
"version": "3.0.1", | ||
"urlPath": "/v3", | ||
"lastUpdated": "2024-06-13T14:28:00Z", | ||
"maturity": "stable" | ||
}, | ||
{ | ||
"version": "3.1.0-alpha", | ||
"urlPath": "/v3.1alpha", | ||
"lastUpdated": "2024-07-09T09:17:00Z", | ||
"maturity": "alpha" | ||
} | ||
] |
5 changes: 0 additions & 5 deletions
5
extensions/common/api/management-api-configuration/src/main/resources/version.json
This file was deleted.
Oops, something went wrong.
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
8 changes: 8 additions & 0 deletions
8
extensions/common/api/version-api/src/main/resources/version-api-version.json
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,8 @@ | ||
[ | ||
{ | ||
"version": "1.0.0", | ||
"urlPath": "/v1", | ||
"lastUpdated": "2024-05-21T09:12:44Z", | ||
"maturity": "stable" | ||
} | ||
] |
5 changes: 0 additions & 5 deletions
5
extensions/common/api/version-api/src/main/resources/version.json
This file was deleted.
Oops, something went wrong.
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
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
8 changes: 8 additions & 0 deletions
8
...y-trust/identity-trust-sts/identity-trust-sts-api/src/main/resources/sts-api-version.json
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,8 @@ | ||
[ | ||
{ | ||
"version": "1.0.0", | ||
"urlPath": "/v1", | ||
"lastUpdated": "2024-05-21T09:12:44Z", | ||
"maturity": "stable" | ||
} | ||
] |
5 changes: 0 additions & 5 deletions
5
.../identity-trust/identity-trust-sts/identity-trust-sts-api/src/main/resources/version.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Openapi | ||
|
||
### .version files | ||
The `*.version` files contain the path for the `version.json` file that will be used by the openapi publish workflow to | ||
get the context api version to be published to github pages. | ||
|
||
The `*.version` files contain the path for the `*-version.json` file that will be used by the openapi publish workflow | ||
to get the context api version to be published to github pages. |
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 |
---|---|---|
@@ -1 +1 @@ | ||
extensions/common/api/control-api-configuration/src/main/resources/version.json | ||
extensions/common/api/control-api-configuration/src/main/resources/control-api-version.json |
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 |
---|---|---|
@@ -1 +1 @@ | ||
extensions/common/api/management-api-configuration/src/main/resources/version.json | ||
extensions/common/api/management-api-configuration/src/main/resources/management-api-version.json |
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 |
---|---|---|
@@ -1 +1 @@ | ||
extensions/common/api/api-observability/src/main/resources/version.json | ||
extensions/common/api/api-observability/src/main/resources/observability-api-version.json |
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 |
---|---|---|
@@ -1 +1 @@ | ||
extensions/common/iam/identity-trust/identity-trust-sts/identity-trust-sts-api/src/main/resources/version.json | ||
extensions/common/iam/identity-trust/identity-trust-sts/identity-trust-sts-api/src/main/resources/sts-api-version.json |
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 |
---|---|---|
@@ -1 +1 @@ | ||
extensions/common/api/version-api/src/main/resources/version.json | ||
extensions/common/api/version-api/src/main/resources/version-api-version.json |
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
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
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
Oops, something went wrong.