Skip to content

Commit 126cb3a

Browse files
authored
Prepared changelog files for v0.1.3-narwhal (#136)
1 parent d07053a commit 126cb3a

File tree

7 files changed

+76
-2
lines changed

7 files changed

+76
-2
lines changed

releases/cli/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## CLI v0.1.3
2+
3+
### Features
4+
- New `--timeout` / `-t` flag to set timeout durations for orchestration tasks.
5+
6+
## CLI v0.1.2
7+
8+
### Bug fixes
9+
- Minor fixes and cleanup.
10+
11+
## CLI v0.1.1
12+
13+
### Bug fixes
14+
- Inspect CLI command should explicitly notify users of an unknown orchestration.
15+
16+
## CLI v0.1.0
17+
18+
### Features
19+
- Initial release of the CLI tool
20+
- Support for project management (`orra projects`)
21+
- Support for webhook configuration (`orra webhooks`)
22+
- Support for API key management (`orra api-keys`)
23+
- Support for orchestrated actions listing (`orra ps`)
24+
- Support for detailed inspection of an orchestrated action (`orra inspect`)
25+
- Support for running orchestrations directly from the CLI to verify your orra setup (`orra verify`)
26+
27+
### Implementation Notes
28+
- Implements local configuration management
29+
- Supports multiple projects and contexts
30+
31+
### Known Limitations
32+
- Config has to be reset when the control plane is restarted (`orra config reset`)

releases/cli/versions/0.1.0-narwhal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Support for API key management (`orra api-keys`)
88
- Support for orchestrated actions listing (`orra ps`)
99
- Support for detailed inspection of an orchestrated action (`orra inspect`)
10+
- Support for running orchestrations directly from the CLI to verify your orra setup (`orra verify`)
1011

1112
### Implementation Notes
1213
- Implements local configuration management
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Control Plane v0.1.2
1+
## CLI v0.1.2
22

33
### Bug fixes
44
- Minor fixes and cleanup.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## CLI v0.1.3
2+
3+
### Features
4+
- New `--timeout` / `-t` flag to set timeout durations for orchestration tasks.

releases/controlplane/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## Control Plane v0.1.3
2+
3+
### Features
4+
- Orchestration task timeout can be configured and defaults to 30 seconds.
5+
6+
### Bug fixes
7+
- Corrected OpenAI API ENV VAR name in control plane.
8+
- Update examples script now removes service files ending with "-orra-service-key.json".
9+
- Improved echo example poetry package file.
10+
- Ignored the orra-data directory content but keep the directory in the echo python example.
11+
- Updated tool call id schema to latest schema in example Delivery Agent to fix Mistral API failures.
12+
13+
### Documentation
14+
- General README fixes across the project.
15+
- Explained that Orra is Agent framework and language agnostic in project README.
16+
- Fixed "setting up control plane" broken link in example's README.
17+
- Use single quotes in CLI `verify run` command example.
18+
- Showcase how to set up and run agent plus service prototyping in a single file.
19+
120
## Control Plane v0.1.2
221

322
### Features

releases/controlplane/versions/0.1.2-narwhal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Dockerfile updates.
66
- Docker compose file updates.
77
- Added schema validations to a Service.
8-
-
8+
99
### Bug fixes
1010
- Corrected the Project webhooks json tag.
1111
- Ensured the version for registered service or agent is sent back the client.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Control Plane v0.1.3
2+
3+
### Features
4+
- Orchestration task timeout can be configured and defaults to 30 seconds.
5+
6+
### Bug fixes
7+
- Corrected OpenAI API ENV VAR name in control plane.
8+
- Update examples script now removes service files ending with "-orra-service-key.json".
9+
- Improved echo example poetry package file.
10+
- Ignored the orra-data directory content but keep the directory in the echo python example.
11+
- Updated tool call id schema to latest schema in example Delivery Agent to fix Mistral API failures.
12+
13+
### Documentation
14+
- General README fixes across the project.
15+
- Explained that Orra is Agent framework and language agnostic in project README.
16+
- Fixed "setting up control plane" broken link in example's README.
17+
- Use single quotes in CLI `verify run` command example.
18+
- Showcase how to set up and run agent plus service prototyping in a single file.

0 commit comments

Comments
 (0)