From 04a6ad15594fa3c2968de8517b84c4d9c6f6cbcd Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Wed, 23 Feb 2022 15:36:23 +0100 Subject: [PATCH] (misc) Release 0.25.0 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 1 + 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, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7efc0cc..91dc0637d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ | Date | Issue | Description | |------------|-------|-----------------------------------------------------------------------------------------------------------| +| 2022/02/23| | Release 0.25.0 | | 2022/02/07 | 1590 | Support checking server JWT token validity | | 2022/01/18 | 1405 | Add 64 bit ARM packages | | 2022/01/18 | 1576 | Allow custom builders to set the server service to auto start after install | diff --git a/build/build.go b/build/build.go index 30ec9e96b..1c9c7f54a 100644 --- a/build/build.go +++ b/build/build.go @@ -9,7 +9,7 @@ import ( ) // Version the application version -var Version = "0.24.1" +var Version = "0.25.0" // 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 994e94dc5..094b06eac 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.24.0", + :version => "0.25.0", :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 89a5f3165..b4ca37643 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.24.0", + "version": "0.25.0", "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 7cf5d4fe9..82e013c76 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.24.0", + :version => "0.25.0", :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 e7b062182..3b111d858 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.24.0", + "version": "0.25.0", "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 51ed0b40e..ef45c87a9 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.24.0", + :version => "0.25.0", :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 057e6e0b3..1fe5c23a9 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.24.0", + "version": "0.25.0", "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 753262e17..ef8afef0a 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.24.0", + :version => "0.25.0", :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 cfae04bf0..5621be347 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.24.0", + "version": "0.25.0", "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 f80b89ce5..985ba73d7 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.24.0", + :version => "0.25.0", :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 ea2777e28..b78818f02 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.24.0", + "version": "0.25.0", "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 f2da4166a..43c6d8273 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.24.0", + :version => "0.25.0", :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 347587da9..a2dbb9787 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.24.0", + "version": "0.25.0", "url": "https://choria.io", "description": "Choria Scout Agent Management API", "provider": "golang"