Skip to content

Commit

Permalink
Merge pull request #2193 from ripienaar/0_29_4
Browse files Browse the repository at this point in the history
(misc) Prepare release 0.29.4
  • Loading branch information
ripienaar committed Sep 1, 2024
2 parents c73d4b6 + eb1c920 commit f2e598b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 |
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.29.3"
var Version = "0.29.4"

// SHA is the git reference used to build this package
var SHA = "unknown"
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/aaa_signer.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "aaa_signer",
:description => "Request Signer for Choria AAA Service",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
: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 \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",
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_provision.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "choria_provision",
:description => "Choria Provisioner",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
: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 <rip@devco.net>",
"license": "Apache-2.0",
"version": "0.29.3",
"version": "0.29.4",
"url": "https://choria.io",
"timeout": 20
},
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_registry.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "choria_registry",
:description => "Choria Registry Service",
:author => "rip@devco.net <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
: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": "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",
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_util.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "choria_util",
:description => "Choria Utilities",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
:url => "https://choria.io",
:timeout => 2

Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/choria_util.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Choria Utilities",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"version": "0.29.3",
"version": "0.29.4",
"url": "https://choria.io",
"timeout": 2
},
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/rpcutil.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "rpcutil",
:description => "Utility actions that expose information about the state of the running Server",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
:url => "https://choria.io/",
:timeout => 2

Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/rpcutil.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Utility actions that expose information about the state of the running Server",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"version": "0.29.3",
"version": "0.29.4",
"url": "https://choria.io/",
"timeout": 2
},
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/scout.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "scout",
:description => "Choria Scout Agent Management API",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.29.3",
:version => "0.29.4",
:url => "https://choria.io",
:provider => "golang",
:timeout => 5
Expand Down
2 changes: 1 addition & 1 deletion internal/fs/ddl/cache/agent/scout.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "R.I.Pienaar <rip@devco.net>",
"timeout": 5,
"name": "scout",
"version": "0.29.3",
"version": "0.29.4",
"url": "https://choria.io",
"description": "Choria Scout Agent Management API",
"provider": "golang"
Expand Down

0 comments on commit f2e598b

Please sign in to comment.