Skip to content

Commit

Permalink
add v1.30.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
botanibit[bot] committed Jun 28, 2024
1 parent 4b80927 commit 18dfc86
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

<a name="v1.30.0"></a>
## [v1.30.0](https://github.com/garajonai/proto/compare/v1.29.4...v1.30.0)

> 2024-03-15
### Fix

* **proto:** reviewdog lint


<a name="v1.29.4"></a>
## [v1.29.4](https://github.com/garajonai/proto/compare/v1.29.3...v1.29.4)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ Condition, the condition of the water. In house algorithm to define the conditio

| Name | Number | Description |
| ---- | ------ | ----------- |
| GOOD | 0 | <para></para> |
| MODERATE | 1 | <para></para> |
| CONTAMINATED | 2 | <para></para> |
| UNKNOWN | 3 | <para></para> |
| RADIATION | 4 | <para></para> |
| DANGER | 5 | <para></para> |
| PROTECTED | 6 | <para></para> |
| GOOD | 0 | <para>The water is good.</para> |
| MODERATE | 1 | <para>The water is moderate.</para> |
| CONTAMINATED | 2 | <para>The water is contaminated.</para> |
| UNKNOWN | 3 | <para>The condition of the water is unknown.</para> |
| RADIATION | 4 | <para>The water has radiation.</para> |
| DANGER | 5 | <para>The water is in danger due to a natural disaster, human activity or danger animal lives there.</para> |
| PROTECTED | 6 | <para>The water is protected due to its natural beauty, flora, fauna or geological formations.</para> |

</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ Webauthn service is used to register and revoke Webauthn credentials.

| Method Name | Description |
| ----------- | ------------|
| `StartRegistration` <br /><br /> Request: [StartRegistrationRequest](#garajonai.platform.iamrootsaccount.api.v1.StartRegistrationRequest) <br /> Response: [StartRegistrationResponse](#garajonai.platform.iamrootsaccount.api.v1.StartRegistrationRequest) | <para></para> |
| `FinishRegistration` <br /><br /> Request: [FinishRegistrationRequest](#garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationRequest) <br /> Response: [FinishRegistrationResponse](#garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationRequest) | <para></para> |
| `RevokeConnection` <br /><br /> Request: [RevokeConnectionRequest](#garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionRequest) <br /> Response: [RevokeConnectionResponse](#garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionRequest) | <para></para> |
| `StartRegistration` <br /><br /> Request: [StartRegistrationRequest](#garajonai.platform.iamrootsaccount.api.v1.StartRegistrationRequest) <br /> Response: [StartRegistrationResponse](#garajonai.platform.iamrootsaccount.api.v1.StartRegistrationRequest) | <para>StartRegistration is used to start the registration of a Webauthn credential.</para> |
| `FinishRegistration` <br /><br /> Request: [FinishRegistrationRequest](#garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationRequest) <br /> Response: [FinishRegistrationResponse](#garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationRequest) | <para>FinishRegistration is used to finish the registration of a Webauthn credential.</para> |
| `RevokeConnection` <br /><br /> Request: [RevokeConnectionRequest](#garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionRequest) <br /> Response: [RevokeConnectionResponse](#garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionRequest) | <para>RevokeConnection is used to revoke a Webauthn credential.</para> |



Expand Down Expand Up @@ -322,7 +322,7 @@ Candidate to be rewritten
<!-- ------ Messages ------ -->
<a name="garajonai.platform.iamrootsaccount.api.v1.AttestationResponse"></a>
### AttestationResponse
*Description comment will be shown here (markdown supported)*
AttestationResponse is the response from the Webauthn authenticator.


#### Fields
Expand All @@ -337,7 +337,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.AuthenticatorSelection"></a>
### AuthenticatorSelection
*Description comment will be shown here (markdown supported)*
AuthenticatorSelection is the selection of the authenticator.


#### Fields
Expand All @@ -353,7 +353,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationRequest"></a>
### FinishRegistrationRequest
*Description comment will be shown here (markdown supported)*
FinishRegistrationRequest is the request to finish the registration of a Webauthn credential.


#### Fields
Expand All @@ -372,7 +372,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.FinishRegistrationResponse"></a>
### FinishRegistrationResponse
*Description comment will be shown here (markdown supported)*
FinishRegistrationResponse is the response to the FinishRegistrationRequest.


#### Fields
Expand All @@ -386,7 +386,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.PuKeyCredParams"></a>
### PuKeyCredParams
*Description comment will be shown here (markdown supported)*
PuKeyCredParams is the public key credential parameters.


#### Fields
Expand All @@ -401,7 +401,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.PublicKey"></a>
### PublicKey
*Description comment will be shown here (markdown supported)*
PublicKey is the public key used to register a Webauthn credential.


#### Fields
Expand All @@ -421,7 +421,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.ReplyingParty"></a>
### ReplyingParty
*Description comment will be shown here (markdown supported)*
ReplyingParty is the party that is replying to the Webauthn request.


#### Fields
Expand All @@ -436,7 +436,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionRequest"></a>
### RevokeConnectionRequest
*Description comment will be shown here (markdown supported)*
RevokeConnectionRequest is the request to revoke a Webauthn credential.


#### Fields
Expand All @@ -451,7 +451,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.RevokeConnectionResponse"></a>
### RevokeConnectionResponse
*Description comment will be shown here (markdown supported)*
RevokeConnectionResponse is the response to the RevokeConnectionRequest.


#### Fields
Expand All @@ -465,7 +465,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.StartRegistrationRequest"></a>
### StartRegistrationRequest
*Description comment will be shown here (markdown supported)*
StartRegistrationRequest is the request to start the registration of a Webauthn credential.


#### Fields
Expand All @@ -479,7 +479,7 @@ Candidate to be rewritten

<a name="garajonai.platform.iamrootsaccount.api.v1.StartRegistrationResponse"></a>
### StartRegistrationResponse
*Description comment will be shown here (markdown supported)*
StartRegistrationResponse is the response to the StartRegistrationRequest.


#### Fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ components:
type: string
attestationObject:
type: string
description: AttestationResponse is the response from the Webauthn authenticator.
garajonai.platform.iamrootsaccount.api.v1.AuthenticatorSelection:
type: object
properties:
Expand All @@ -100,6 +101,7 @@ components:
type: boolean
userVerification:
type: string
description: AuthenticatorSelection is the selection of the authenticator.
garajonai.platform.iamrootsaccount.api.v1.PuKeyCredParams:
type: object
properties:
Expand All @@ -108,6 +110,7 @@ components:
alg:
type: integer
format: int32
description: PuKeyCredParams is the public key credential parameters.
garajonai.platform.iamrootsaccount.api.v1.PublicKey:
type: object
properties:
Expand All @@ -129,13 +132,15 @@ components:
format: int32
attestation:
type: string
description: PublicKey is the public key used to register a Webauthn credential.
garajonai.platform.iamrootsaccount.api.v1.ReplyingParty:
type: object
properties:
id:
type: string
name:
type: string
description: ReplyingParty is the party that is replying to the Webauthn request.
garajonai.platform.iamrootsaccount.api.v1.User:
type: object
properties:
Expand Down

0 comments on commit 18dfc86

Please sign in to comment.