Skip to content

Commit

Permalink
Merge pull request #2108 from ripienaar/0_28_0
Browse files Browse the repository at this point in the history
(misc) Prepare release 0.28.0
  • Loading branch information
ripienaar authored Feb 3, 2024
2 parents 6af7f21 + bf838b7 commit af5f240
Show file tree
Hide file tree
Showing 56 changed files with 100 additions and 62 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
| Date | Issue | Description |
|------------|-------|--------------------------------------------------------------------------------------------------------------------|
| 2024/02/03 | | Release 0.28.0 |
| 2024/01/04 | 2104 | Allow clients to view the ACLs applied to their connections in various utilities |
| 2024/12/19 | 2101 | Improve shutdown reliability by giving Stream brokers more shutdown grace |
| 2023/12/18 | 2096 | Allow setting SRV domain using the `CHORIA_SRV_DOMAIN` environment variable > |
| 2023/12/07 | 2094 | Adds additional utilities to maintain autonomous agent plugin manifests under `choria machine plugins` |
| 2023/12/04 | | Upgrade to NATS Server 2.10.x and updates the embedded `nats` command line |
| 2023/09/20 | 2077 | Various improvements to audit logging and expose its settings in `choria tool config` |
| 2023/09/07 | 2077 | Allow audit log ownership to be set using `plugin.rpcaudit.logfile.group` and `plugin.rpcaudit.logfile.mode` |
| 2023/08/25 | 2079 | Disable `appbuilder` on Windows |
| 2024/05/04 | 2066 | Allow those who embed Choria Server to get notified when it's ready using `RegisterReadyCallback()` |
| 2023/04/24 | 2059 | Support verifying packed plugin specifications in `machine pugins` and `mms` |
| 2023/04/19 | 2055 | Retry calls to streams that can fail in early election setup |
| 2023/04/19 | 2052 | Ensure stream users can access KV and Object stores |
Expand Down
4 changes: 2 additions & 2 deletions build/build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2022, R.I. Pienaar and the Choria Project contributors
// Copyright (c) 2017-2024, R.I. Pienaar and the Choria Project contributors
//
// SPDX-License-Identifier: Apache-2.0

Expand All @@ -9,7 +9,7 @@ import (
)

// Version the application version
var Version = "0.27.0"
var Version = "0.28.0"

// 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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.28.0

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.27.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.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"}]}
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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.28.0

// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.27.0.
// Package aaa_signerclient is an API client to the Choria Aaa_signer agent Version 0.28.0.
//
// 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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

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.27.0 generated using Choria version 0.27.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.28.0

package choria_provisionclient

Expand Down
Loading

0 comments on commit af5f240

Please sign in to comment.