From fa01a10847666658ea1440950b98a7facceb4a5e Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Sun, 1 Sep 2024 13:44:33 +0200 Subject: [PATCH] (misc) Release 2.26.4 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 4 ++++ lib/mcollective/agent/aaa_signer.ddl | 6 +----- lib/mcollective/agent/aaa_signer.json | 2 +- lib/mcollective/agent/choria_provision.ddl | 10 +--------- lib/mcollective/agent/choria_provision.json | 2 +- lib/mcollective/agent/choria_registry.ddl | 6 +----- lib/mcollective/agent/choria_registry.json | 2 +- lib/mcollective/agent/choria_util.ddl | 6 +----- lib/mcollective/agent/choria_util.json | 2 +- lib/mcollective/agent/rpcutil.ddl | 6 +----- lib/mcollective/agent/rpcutil.json | 2 +- lib/mcollective/agent/scout.ddl | 6 +----- lib/mcollective/agent/scout.json | 2 +- mcorpc-ruby-support.gemspec | 2 +- 14 files changed, 17 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cccd813..ee9ee64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2024/09/01| |Release 2.26.4 | +|2024/09/29| |Move to Github Actions | +|2024/06/26|196 |Fix Slack integration to use POST | +|2024/02/03| |Allow overriding federation as cli argument and playbook func args | |2024/02/03| |Release 2.26.3 | |2023/12/18|190 |Allow setting SRV domain using environment variable | |2023/10/27|188 |Use named args in ERB.new | diff --git a/lib/mcollective/agent/aaa_signer.ddl b/lib/mcollective/agent/aaa_signer.ddl index ade1f151..ef6d30d6 100644 --- a/lib/mcollective/agent/aaa_signer.ddl +++ b/lib/mcollective/agent/aaa_signer.ddl @@ -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 ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://github.com/choria-io/aaasvc", :provider => "golang", :service => true, diff --git a/lib/mcollective/agent/aaa_signer.json b/lib/mcollective/agent/aaa_signer.json index 2a11ff19..c26e2964 100644 --- a/lib/mcollective/agent/aaa_signer.json +++ b/lib/mcollective/agent/aaa_signer.json @@ -5,7 +5,7 @@ "author": "R.I.Pienaar \u003crip@devco.net\u003e", "timeout": 10, "name": "aaa_signer", - "version": "0.28.0", + "version": "0.29.4", "url": "https://github.com/choria-io/aaasvc", "description": "Request Signer for Choria AAA Service", "provider": "golang", diff --git a/lib/mcollective/agent/choria_provision.ddl b/lib/mcollective/agent/choria_provision.ddl index ea7a79a7..61b17f1c 100644 --- a/lib/mcollective/agent/choria_provision.ddl +++ b/lib/mcollective/agent/choria_provision.ddl @@ -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 ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://choria.io", :timeout => 20 diff --git a/lib/mcollective/agent/choria_provision.json b/lib/mcollective/agent/choria_provision.json index b7976feb..830102e8 100644 --- a/lib/mcollective/agent/choria_provision.json +++ b/lib/mcollective/agent/choria_provision.json @@ -5,7 +5,7 @@ "description": "Choria Provisioner", "author": "R.I.Pienaar ", "license": "Apache-2.0", - "version": "0.28.0", + "version": "0.29.4", "url": "https://choria.io", "timeout": 20 }, diff --git a/lib/mcollective/agent/choria_registry.ddl b/lib/mcollective/agent/choria_registry.ddl index b92a36d7..b3bc4f2c 100644 --- a/lib/mcollective/agent/choria_registry.ddl +++ b/lib/mcollective/agent/choria_registry.ddl @@ -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 => "rip@devco.net ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://choria.io", :provider => "golang", :service => true, diff --git a/lib/mcollective/agent/choria_registry.json b/lib/mcollective/agent/choria_registry.json index 3386b910..bb2f5ab9 100644 --- a/lib/mcollective/agent/choria_registry.json +++ b/lib/mcollective/agent/choria_registry.json @@ -5,7 +5,7 @@ "author": "rip@devco.net \u003crip@devco.net\u003e", "timeout": 2, "name": "choria_registry", - "version": "0.28.0", + "version": "0.29.4", "url": "https://choria.io", "description": "Choria Registry Service", "provider": "golang", diff --git a/lib/mcollective/agent/choria_util.ddl b/lib/mcollective/agent/choria_util.ddl index 97fc6b95..1061fd83 100644 --- a/lib/mcollective/agent/choria_util.ddl +++ b/lib/mcollective/agent/choria_util.ddl @@ -1,12 +1,8 @@ --- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors --- --- SPDX-License-Identifier: Apache-2.0 - metadata :name => "choria_util", :description => "Choria Utilities", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://choria.io", :timeout => 2 diff --git a/lib/mcollective/agent/choria_util.json b/lib/mcollective/agent/choria_util.json index 707b60ba..2bd9a199 100644 --- a/lib/mcollective/agent/choria_util.json +++ b/lib/mcollective/agent/choria_util.json @@ -5,7 +5,7 @@ "description": "Choria Utilities", "author": "R.I.Pienaar ", "license": "Apache-2.0", - "version": "0.28.0", + "version": "0.29.4", "url": "https://choria.io", "timeout": 2 }, diff --git a/lib/mcollective/agent/rpcutil.ddl b/lib/mcollective/agent/rpcutil.ddl index e7f95450..ca3eacdd 100644 --- a/lib/mcollective/agent/rpcutil.ddl +++ b/lib/mcollective/agent/rpcutil.ddl @@ -1,12 +1,8 @@ --- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors --- --- SPDX-License-Identifier: Apache-2.0 - metadata :name => "rpcutil", :description => "Utility actions that expose information about the state of the running Server", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://choria.io/", :timeout => 2 diff --git a/lib/mcollective/agent/rpcutil.json b/lib/mcollective/agent/rpcutil.json index 1f148f71..8dba41b1 100644 --- a/lib/mcollective/agent/rpcutil.json +++ b/lib/mcollective/agent/rpcutil.json @@ -5,7 +5,7 @@ "description": "Utility actions that expose information about the state of the running Server", "author": "R.I.Pienaar ", "license": "Apache-2.0", - "version": "0.28.0", + "version": "0.29.4", "url": "https://choria.io/", "timeout": 2 }, diff --git a/lib/mcollective/agent/scout.ddl b/lib/mcollective/agent/scout.ddl index b15033c0..3b568982 100644 --- a/lib/mcollective/agent/scout.ddl +++ b/lib/mcollective/agent/scout.ddl @@ -1,12 +1,8 @@ --- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors --- --- SPDX-License-Identifier: Apache-2.0 - metadata :name => "scout", :description => "Choria Scout Agent Management API", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.28.0", + :version => "0.29.4", :url => "https://choria.io", :provider => "golang", :timeout => 5 diff --git a/lib/mcollective/agent/scout.json b/lib/mcollective/agent/scout.json index 6d6544bb..31386851 100644 --- a/lib/mcollective/agent/scout.json +++ b/lib/mcollective/agent/scout.json @@ -5,7 +5,7 @@ "author": "R.I.Pienaar ", "timeout": 5, "name": "scout", - "version": "0.28.0", + "version": "0.29.4", "url": "https://choria.io", "description": "Choria Scout Agent Management API", "provider": "golang" diff --git a/mcorpc-ruby-support.gemspec b/mcorpc-ruby-support.gemspec index 80c84435..85eff4f7 100644 --- a/mcorpc-ruby-support.gemspec +++ b/mcorpc-ruby-support.gemspec @@ -1,6 +1,6 @@ require "rake" -PROJ_VERSION = "2.26.3" +PROJ_VERSION = "2.26.4" Gem::Specification.new do |s| s.name = "choria-mcorpc-support"