Skip to content

Commit 62d51f8

Browse files
authored
Merge pull request #2184 from ripienaar/0_29_3
(misc) Prepeare 0.29.3
2 parents 41bda7c + 5d3c65d commit 62d51f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+62
-61
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Issue | Description |
22
|------------|-------|--------------------------------------------------------------------------------------------------------------------|
3+
| 2024/07/29 | | Release 0.29.3 |
34
| 2024/07/17 | | Release 0.29.1 |
45
| 2024/07/17 | | Release 0.29.0 |
56
| 2024/06/05 | 2176 | Support being called as `abt` |

build/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version the application version
12-
var Version = "0.29.1"
12+
var Version = "0.29.3"
1313

1414
// SHA is the git reference used to build this package
1515
var SHA = "unknown"

client/aaa_signerclient/action_sign.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'aaa_signer' Version 0.29.1 generated using Choria version 0.29.3
44

55
package aaa_signerclient
66

client/aaa_signerclient/ddl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"https://choria.io/schemas/mcorpc/ddl/v1/agent.json","metadata":{"license":"Apache-2.0","author":"R.I.Pienaar \[email protected]\u003e","timeout":10,"name":"aaa_signer","version":"0.28.0","url":"https://github.com/choria-io/aaasvc","description":"Request Signer for Choria AAA Service","provider":"golang","service":true},"actions":[{"action":"sign","input":{"request":{"prompt":"RPC Request","description":"The request to sign","type":"string","optional":false,"validation":"shellsafe","maxlength":100240},"token":{"prompt":"JWT Token","description":"The JWT token authenticating the user","type":"string","optional":false,"validation":".","maxlength":10024},"signature":{"prompt":"Request Signature","description":"A signature produced using the ed25519 seed of the request, hex encoded","type":"string","optional":false,"validation":".","maxlength":1024}},"output":{"secure_request":{"description":"The signed Secure Request","display_as":"Secure Request","type":"string"}},"display":"always","description":"Signs a RPC Request on behalf of a user"}]}
1+
{"$schema":"https://choria.io/schemas/mcorpc/ddl/v1/agent.json","metadata":{"license":"Apache-2.0","author":"R.I.Pienaar \[email protected]\u003e","timeout":10,"name":"aaa_signer","version":"0.29.1","url":"https://github.com/choria-io/aaasvc","description":"Request Signer for Choria AAA Service","provider":"golang","service":true},"actions":[{"action":"sign","input":{"request":{"prompt":"RPC Request","description":"The request to sign","type":"string","optional":false,"validation":"shellsafe","maxlength":100240},"token":{"prompt":"JWT Token","description":"The JWT token authenticating the user","type":"string","optional":false,"validation":".","maxlength":10024},"signature":{"prompt":"Request Signature","description":"A signature produced using the ed25519 seed of the request, hex encoded","type":"string","optional":false,"validation":".","maxlength":1024}},"output":{"secure_request":{"description":"The signed Secure Request","display_as":"Secure Request","type":"string"}},"display":"always","description":"Signs a RPC Request on behalf of a user"}]}

client/aaa_signerclient/doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'aaa_signer' Version 0.29.1 generated using Choria version 0.29.3
44

5-
// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.28.0.
5+
// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.29.1.
66
//
77
// Actions:
88
// - Sign - Signs a RPC Request on behalf of a user

client/choria_provisionclient/action_configure.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_gen25519.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_gencsr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_jwt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_release_update.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_reprovision.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_restart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

client/choria_provisionclient/action_shutdown.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// generated code; DO NOT EDIT
22
//
3-
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
3+
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3
44

55
package choria_provisionclient
66

0 commit comments

Comments
 (0)