Skip to content

(misc) Prepeare 0.29.3 #2184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Issue | Description |
|------------|-------|--------------------------------------------------------------------------------------------------------------------|
| 2024/07/29 | | Release 0.29.3 |
| 2024/07/17 | | Release 0.29.1 |
| 2024/07/17 | | Release 0.29.0 |
| 2024/06/05 | 2176 | Support being called as `abt` |
Expand Down
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Version the application version
var Version = "0.29.1"
var Version = "0.29.3"

// SHA is the git reference used to build this package
var SHA = "unknown"
Expand Down
2 changes: 1 addition & 1 deletion client/aaa_signerclient/action_sign.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.29.1 generated using Choria version 0.29.3

package aaa_signerclient

Expand Down
2 changes: 1 addition & 1 deletion client/aaa_signerclient/ddl.json
Original file line number Diff line number Diff line change
@@ -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"}]}
{"$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"}]}
4 changes: 2 additions & 2 deletions client/aaa_signerclient/doc.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.29.1 generated using Choria version 0.29.3

// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.28.0.
// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.29.1.
//
// Actions:
// - Sign - Signs a RPC Request on behalf of a user
Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_configure.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_gen25519.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_gencsr.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_jwt.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_release_update.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_reprovision.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_restart.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/action_shutdown.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated code; DO NOT EDIT
//
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0
// Client for Choria RPC Agent 'choria_provision' Version 0.29.1 generated using Choria version 0.29.3

package choria_provisionclient

Expand Down
Loading
Loading