Skip to content

Commit

Permalink
(misc) Prepare 0.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jul 10, 2024
1 parent 942dc21 commit c73835a
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ clone_folder: c:\gopath\src\github.com\choria-io\go-choria

environment:
GOPATH: c:\gopath
GOVERSION: "1.21.0"
GOVERSION: "1.22.0"
MCOLLECTIVE_CERTNAME: rip.mcollective
RUBY_VERSION: 24
CGO_ENABLED: 0

init:
- git config --global core.autocrlf input

stack: go 1.21
stack: go 1.22

install:
# Install the specific Go version.
Expand Down
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/10 | | Release 0.29.0 |
| 2024/06/05 | 2176 | Support being called as `abt` |
| 2024/05/02 | 2169 | Pass federation name to external discovery agent |
| 2024/04/16 | 2162 | Adds a new `expression` watcher that can react to values store in autonomous agent data |
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.28.0"
var Version = "0.29.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.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0

package aaa_signerclient

Expand Down
2 changes: 1 addition & 1 deletion client/aaa_signerclient/doc.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.28.0
// Client for Choria RPC Agent 'aaa_signer' Version 0.28.0 generated using Choria version 0.29.0

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

package choria_provisionclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_provisionclient/doc.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.28.0
// Client for Choria RPC Agent 'choria_provision' Version 0.28.0 generated using Choria version 0.29.0

// Package choria_provisionclient is an API client to the Choria Choria_provision agent Version 0.28.0.
//
Expand Down
2 changes: 1 addition & 1 deletion client/choria_registryclient/action_ddl.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_registry' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_registry' Version 0.28.0 generated using Choria version 0.29.0

package choria_registryclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_registryclient/action_names.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_registry' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_registry' Version 0.28.0 generated using Choria version 0.29.0

package choria_registryclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_registryclient/doc.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_registry' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_registry' Version 0.28.0 generated using Choria version 0.29.0

// Package choria_registryclient is an API client to the Choria Choria_registry agent Version 0.28.0.
//
Expand Down
2 changes: 1 addition & 1 deletion client/choria_utilclient/action_info.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_util' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_util' Version 0.28.0 generated using Choria version 0.29.0

package choria_utilclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_utilclient/action_machine_state.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_util' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_util' Version 0.28.0 generated using Choria version 0.29.0

package choria_utilclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_utilclient/action_machine_states.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_util' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_util' Version 0.28.0 generated using Choria version 0.29.0

package choria_utilclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_utilclient/action_machine_transition.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_util' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_util' Version 0.28.0 generated using Choria version 0.29.0

package choria_utilclient

Expand Down
2 changes: 1 addition & 1 deletion client/choria_utilclient/doc.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_util' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'choria_util' Version 0.28.0 generated using Choria version 0.29.0

// Package choria_utilclient is an API client to the Choria Choria_util agent Version 0.28.0.
//
Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_agent_inventory.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_collective_info.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_daemon_stats.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_get_config_item.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_get_data.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_get_fact.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_get_facts.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_inventory.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/action_ping.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

package rpcutilclient

Expand Down
2 changes: 1 addition & 1 deletion client/rpcutilclient/doc.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 'rpcutil' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'rpcutil' Version 0.28.0 generated using Choria version 0.29.0

// Package rpcutilclient is an API client to the Choria Rpcutil agent Version 0.28.0.
//
Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/action_checks.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

package scoutclient

Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/action_goss_validate.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

package scoutclient

Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/action_maintenance.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

package scoutclient

Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/action_resume.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

package scoutclient

Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/action_trigger.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

package scoutclient

Expand Down
2 changes: 1 addition & 1 deletion client/scoutclient/doc.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 'scout' Version 0.28.0 generated using Choria version 0.28.0
// Client for Choria RPC Agent 'scout' Version 0.28.0 generated using Choria version 0.29.0

// Package scoutclient is an API client to the Choria Scout agent Version 0.28.0.
//
Expand Down
2 changes: 1 addition & 1 deletion docs/content/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre = "<b>4. </b>"
This is a list of all known Configuration settings. This list is based on declared settings within the Choria Go code base and so will not cover 100% of settings - plugins can contribute their own settings which are note known at compile time.

{{% notice secondary "Version Hint" code-branch %}}
Built on *16 Mar 24 15:26 UTC* using version *0.28.0*
Built on *10 Jul 24 07:25 UTC* using version *0.29.0*
{{% /notice %}}

### Run-time configuration
Expand Down
6 changes: 1 addition & 5 deletions internal/fs/ddl/cache/agent/aaa_signer.ddl
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
--
-- SPDX-License-Identifier: Apache-2.0

metadata :name => "aaa_signer",
:description => "Request Signer for Choria AAA Service",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "0.28.0",
:version => "0.29.0",
:url => "https://github.com/choria-io/aaasvc",
:provider => "golang",
:service => true,
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/aaa_signer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "R.I.Pienaar \u003c[email protected]\u003e",
"timeout": 10,
"name": "aaa_signer",
"version": "0.28.0",
"version": "0.29.0",
"url": "https://github.com/choria-io/aaasvc",
"description": "Request Signer for Choria AAA Service",
"provider": "golang",
Expand Down
10 changes: 1 addition & 9 deletions internal/fs/ddl/cache/agent/choria_provision.ddl
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
--
-- SPDX-License-Identifier: Apache-2.0

-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
--
-- SPDX-License-Identifier: Apache-2.0

metadata :name => "choria_provision",
:description => "Choria Provisioner",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "0.28.0",
:version => "0.29.0",
:url => "https://choria.io",
:timeout => 20

Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_provision.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Choria Provisioner",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"version": "0.28.0",
"version": "0.29.0",
"url": "https://choria.io",
"timeout": 20
},
Expand Down
6 changes: 1 addition & 5 deletions internal/fs/ddl/cache/agent/choria_registry.ddl
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
--
-- SPDX-License-Identifier: Apache-2.0

metadata :name => "choria_registry",
:description => "Choria Registry Service",
:author => "[email protected] <[email protected]>",
:license => "Apache-2.0",
:version => "0.28.0",
:version => "0.29.0",
:url => "https://choria.io",
:provider => "golang",
:service => true,
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "[email protected] \u003c[email protected]\u003e",
"timeout": 2,
"name": "choria_registry",
"version": "0.28.0",
"version": "0.29.0",
"url": "https://choria.io",
"description": "Choria Registry Service",
"provider": "golang",
Expand Down
Loading

0 comments on commit c73835a

Please sign in to comment.