From eb1c92082c0ae6a4c3811e7ca1f71469966ce3a6 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Sun, 1 Sep 2024 12:46:19 +0200 Subject: [PATCH] (misc) Prepare release 0.29.4 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 3 +++ build/build.go | 2 +- internal/fs/ddl/cache/agent/aaa_signer.ddl | 2 +- internal/fs/ddl/cache/agent/aaa_signer.json | 2 +- internal/fs/ddl/cache/agent/choria_provision.ddl | 2 +- internal/fs/ddl/cache/agent/choria_provision.json | 2 +- internal/fs/ddl/cache/agent/choria_registry.ddl | 2 +- internal/fs/ddl/cache/agent/choria_registry.json | 2 +- internal/fs/ddl/cache/agent/choria_util.ddl | 2 +- internal/fs/ddl/cache/agent/choria_util.json | 2 +- internal/fs/ddl/cache/agent/rpcutil.ddl | 2 +- internal/fs/ddl/cache/agent/rpcutil.json | 2 +- internal/fs/ddl/cache/agent/scout.ddl | 2 +- internal/fs/ddl/cache/agent/scout.json | 2 +- 14 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2b1eb4..9a656400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ | Date | Issue | Description | |------------|-------|--------------------------------------------------------------------------------------------------------------------| +| 2024/09/01 | | Release 0.29.4 | +| 2024/08/09 | 2187 | Parse metric watcher commands as templates | +| 2024/07/30 | 2186 | Support Ubuntu Noble | | 2024/07/29 | | Release 0.29.3 | | 2024/07/17 | | Release 0.29.1 | | 2024/07/17 | | Release 0.29.0 | diff --git a/build/build.go b/build/build.go index 55d76df4..accd7a40 100644 --- a/build/build.go +++ b/build/build.go @@ -9,7 +9,7 @@ import ( ) // Version the application version -var Version = "0.29.3" +var Version = "0.29.4" // SHA is the git reference used to build this package var SHA = "unknown" diff --git a/internal/fs/ddl/cache/agent/aaa_signer.ddl b/internal/fs/ddl/cache/agent/aaa_signer.ddl index e89a67b3..ef6d30d6 100644 --- a/internal/fs/ddl/cache/agent/aaa_signer.ddl +++ b/internal/fs/ddl/cache/agent/aaa_signer.ddl @@ -2,7 +2,7 @@ metadata :name => "aaa_signer", :description => "Request Signer for Choria AAA Service", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.29.3", + :version => "0.29.4", :url => "https://github.com/choria-io/aaasvc", :provider => "golang", :service => true, diff --git a/internal/fs/ddl/cache/agent/aaa_signer.json b/internal/fs/ddl/cache/agent/aaa_signer.json index 48fc48fd..c26e2964 100644 --- a/internal/fs/ddl/cache/agent/aaa_signer.json +++ b/internal/fs/ddl/cache/agent/aaa_signer.json @@ -5,7 +5,7 @@ "author": "R.I.Pienaar \u003crip@devco.net\u003e", "timeout": 10, "name": "aaa_signer", - "version": "0.29.3", + "version": "0.29.4", "url": "https://github.com/choria-io/aaasvc", "description": "Request Signer for Choria AAA Service", "provider": "golang", diff --git a/internal/fs/ddl/cache/agent/choria_provision.ddl b/internal/fs/ddl/cache/agent/choria_provision.ddl index 7737e52e..61b17f1c 100644 --- a/internal/fs/ddl/cache/agent/choria_provision.ddl +++ b/internal/fs/ddl/cache/agent/choria_provision.ddl @@ -2,7 +2,7 @@ metadata :name => "choria_provision", :description => "Choria Provisioner", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.29.3", + :version => "0.29.4", :url => "https://choria.io", :timeout => 20 diff --git a/internal/fs/ddl/cache/agent/choria_provision.json b/internal/fs/ddl/cache/agent/choria_provision.json index 03130c73..830102e8 100644 --- a/internal/fs/ddl/cache/agent/choria_provision.json +++ b/internal/fs/ddl/cache/agent/choria_provision.json @@ -5,7 +5,7 @@ "description": "Choria Provisioner", "author": "R.I.Pienaar ", "license": "Apache-2.0", - "version": "0.29.3", + "version": "0.29.4", "url": "https://choria.io", "timeout": 20 }, diff --git a/internal/fs/ddl/cache/agent/choria_registry.ddl b/internal/fs/ddl/cache/agent/choria_registry.ddl index cbc0d4b7..b3bc4f2c 100644 --- a/internal/fs/ddl/cache/agent/choria_registry.ddl +++ b/internal/fs/ddl/cache/agent/choria_registry.ddl @@ -2,7 +2,7 @@ metadata :name => "choria_registry", :description => "Choria Registry Service", :author => "rip@devco.net ", :license => "Apache-2.0", - :version => "0.29.3", + :version => "0.29.4", :url => "https://choria.io", :provider => "golang", :service => true, diff --git a/internal/fs/ddl/cache/agent/choria_registry.json b/internal/fs/ddl/cache/agent/choria_registry.json index a80f057f..bb2f5ab9 100644 --- a/internal/fs/ddl/cache/agent/choria_registry.json +++ b/internal/fs/ddl/cache/agent/choria_registry.json @@ -5,7 +5,7 @@ "author": "rip@devco.net \u003crip@devco.net\u003e", "timeout": 2, "name": "choria_registry", - "version": "0.29.3", + "version": "0.29.4", "url": "https://choria.io", "description": "Choria Registry Service", "provider": "golang", diff --git a/internal/fs/ddl/cache/agent/choria_util.ddl b/internal/fs/ddl/cache/agent/choria_util.ddl index 86ed8a63..1061fd83 100644 --- a/internal/fs/ddl/cache/agent/choria_util.ddl +++ b/internal/fs/ddl/cache/agent/choria_util.ddl @@ -2,7 +2,7 @@ metadata :name => "choria_util", :description => "Choria Utilities", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.29.3", + :version => "0.29.4", :url => "https://choria.io", :timeout => 2 diff --git a/internal/fs/ddl/cache/agent/choria_util.json b/internal/fs/ddl/cache/agent/choria_util.json index 90d915b7..2bd9a199 100644 --- a/internal/fs/ddl/cache/agent/choria_util.json +++ b/internal/fs/ddl/cache/agent/choria_util.json @@ -5,7 +5,7 @@ "description": "Choria Utilities", "author": "R.I.Pienaar ", "license": "Apache-2.0", - "version": "0.29.3", + "version": "0.29.4", "url": "https://choria.io", "timeout": 2 }, diff --git a/internal/fs/ddl/cache/agent/rpcutil.ddl b/internal/fs/ddl/cache/agent/rpcutil.ddl index 5be75448..ca3eacdd 100644 --- a/internal/fs/ddl/cache/agent/rpcutil.ddl +++ b/internal/fs/ddl/cache/agent/rpcutil.ddl @@ -2,7 +2,7 @@ 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.29.3", + :version => "0.29.4", :url => "https://choria.io/", :timeout => 2 diff --git a/internal/fs/ddl/cache/agent/rpcutil.json b/internal/fs/ddl/cache/agent/rpcutil.json index 792bf8bf..8dba41b1 100644 --- a/internal/fs/ddl/cache/agent/rpcutil.json +++ b/internal/fs/ddl/cache/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.29.3", + "version": "0.29.4", "url": "https://choria.io/", "timeout": 2 }, diff --git a/internal/fs/ddl/cache/agent/scout.ddl b/internal/fs/ddl/cache/agent/scout.ddl index 29fde370..3b568982 100644 --- a/internal/fs/ddl/cache/agent/scout.ddl +++ b/internal/fs/ddl/cache/agent/scout.ddl @@ -2,7 +2,7 @@ metadata :name => "scout", :description => "Choria Scout Agent Management API", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.29.3", + :version => "0.29.4", :url => "https://choria.io", :provider => "golang", :timeout => 5 diff --git a/internal/fs/ddl/cache/agent/scout.json b/internal/fs/ddl/cache/agent/scout.json index e75a51dd..31386851 100644 --- a/internal/fs/ddl/cache/agent/scout.json +++ b/internal/fs/ddl/cache/agent/scout.json @@ -5,7 +5,7 @@ "author": "R.I.Pienaar ", "timeout": 5, "name": "scout", - "version": "0.29.3", + "version": "0.29.4", "url": "https://choria.io", "description": "Choria Scout Agent Management API", "provider": "golang"