Releases: agentregistry-dev/agentregistry
Releases · agentregistry-dev/agentregistry
v0.3.2
What's Changed
- docs: correct OCI for helm chart by @frivas-at-navteca in #349
- update logos by @peterj in #351
- Run k8s e2e tests against the kind infrastructure in CI by @nikolasmatt in #339
- add the 'arctl deploy' command by @peterj in #338
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix: check --env flags when validating API keys during deploy by @optimus-fulcria in #292
- fix: add missing DELETE endpoint for skills by @optimus-fulcria in #286
- Makefile: Self-document help targets by @timflannagan in #314
- fix: include docker stderr in error messages by @optimus-fulcria in #278
- always set the KAGENT_NAMESPACE; add the agent URL to the deployed page by @peterj in #316
- Automatically update
Chart.yamlversion for release by @nikolasmatt in #320 - fix: wait for deployment readiness before reporting success by @optimus-fulcria in #296
- charts: Add missing kagent RBAC permissions by @timflannagan in #329
- agent: allow using Agentgateway as a model provider by @shashankram in #328
- UI refresh to make it cleaner by @peterj in #324
- fix: wait for daemon readiness after auto-start by @peterj in #263
- cli: allow resolving MCP URL containing ${ENV_VAR} by @shashankram in #342
- internal: Fix latest version display by @timflannagan in #344
- internal: Fix failed deployment cleanup by @timflannagan in #346
- resolving prompts when deploying locally & to k8s by @peterj in #319
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- move golangci-lint out of tools by @peterj in #253
- fix: use pure vector similarity for semantic search, wire into MCP tools by @syn-zhu in #220
- Adding a Helm Chart to Agent Registry by @frivas-at-navteca in #245
- add UI for prompts, tests and storybook setup by @peterj in #261
- Randomize RuntimeDir to prevent concurrent run collisions by @joelklabo in #138
- translate skills when running locally and in k8s by @peterj in #255
- fix: stop copying .env file into Docker image by @optimus-fulcria in #270
- Return proper 4xx API responses on auth issues by @inFocus7 in #285
- fix: remove unimplemented Import Skills/Agents from UI by @optimus-fulcria in #275
- fix: clarify --registry-url and --project-dir flag descriptions by @optimus-fulcria in #268
- fix: remove empty Website column from skill list output by @optimus-fulcria in #269
- Add structured logging to services by @inFocus7 in #273
- fix: hide registry flags from mcp init help output by @optimus-fulcria in #267
- add pr limits by @peterj in #298
- fix: use user-provided name for MCP server k8s resources by @optimus-fulcria in #284
- fix: auto-generate otel collector config when telemetryEndpoint is set by @optimus-fulcria in #271
- fix: include resource name in deployment not-found error by @optimus-fulcria in #287
- fix: pre-populate registry URL in add-skill, add-mcp, and TUI wizard by @optimus-fulcria in #290
- fix: clean up skill show command output by @optimus-fulcria in #305
- split out skill build command from skill publish by @peterj in #279
- Fix jq parse error in get-arctl download script by @peterj in #262
- feature(helm): charts followup by @frivas-at-navteca in #297
- feature(helm) - Simplify helm chart by @nikolasmatt in #304
- fix handling of mcp remote by @christian-posta in #303
- test: add e2e tests for prompts functionality by @optimus-fulcria in #306
- fix: support custom output directory in skill init by @optimus-fulcria in #281
- Add local k8s cluster setup by @nikolasmatt in #309
- fix: rename --github flag to --git for generic git provider support by @optimus-fulcria in #277
- fix: handle transient network errors in PyPI validation test by @optimus-fulcria in #295
- api refactor: unify provider/deployment adapter flow and remove startup reconciliation by @ilackarms in #302
- fix: pick a random available port when running agents locally by @optimus-fulcria in #282
- hardcoding appVersion and version to 0.3.0 for now by @peterj in #311
New Contributors
- @syn-zhu made their first contribution in #220
- @frivas-at-navteca made their first contribution in #245
- @joelklabo made their first contribution in #138
- @optimus-fulcria made their first contribution in #270
- @nikolasmatt made their first contribution in #304
- @christian-posta made their first contribution in #303
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Add .dockerignore to exclude ui/node_modules from build context by @Copilot in #249
- internal: Fix duplicate v in CLI version display by @timflannagan in #247
- ui: Allow skill publish without Docker image by @timflannagan in #251
- api refactor: deployments to ID-based APIs by @ilackarms in #240
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- docs: Remove CHANGELOG.md reference from CONTRIBUTING.md by @groundnuty in #206
- ci: Extract lint jobs into standalone workflow by @timflannagan in #201
- fix(ui): Update API endpoints from /admin/v0 to /v0 after backend refactor by @aryehklein in #208
- registry: remove admin endpoint for delete /servers by @shashankram in #211
- AuthN Hot Fixes by @inFocus7 in #113
- fix(cli): Fix Docker image tag duplication in skill publish by @groundnuty in #202
- test(cli): Add CLI command registration and flag tests by @groundnuty in #207
- Move vector db utils to public pkg by @inFocus7 in #214
- feat(cli): Show supported frameworks and languages in
agent inithelp output by @Copilot in #200 - internal: Materialize skills during agent run by @timflannagan in #215
- ap: refactor deployment apis to provider+id-based model by @ilackarms in #209
- handle stale deployment records on redeploy (409 Conflict) by @peterj in #213
- add e2e cli tests by @peterj in #232
- api nits and refactor deployer adapter by @ilackarms in #234
- ci: Add merge_group event trigger by @timflannagan in #235
- fix: generate .ts from openapi spec by @peterj in #237
- add git repo support for skill publish/pull by @peterj in #241
- add prompts as first class citizens to the agentregistry by @peterj in #229
New Contributors
- @groundnuty made their first contribution in #206
- @Copilot made their first contribution in #200
Full Changelog: v0.1.26...v0.2.0
v0.1.26
What's Changed
- registry: disable builtin seed by default by @shashankram in #177
- add the sum tool to init by @peterj in #179
- Makefile: Consolidate lint targets and remove redundant fmt by @timflannagan in #171
- ci: Add stalebot workflow for PRs and issues by @timflannagan in #182
- Makefile: Misc. updates, register golangci-lint as a tool, etc by @timflannagan in #180
- api refactor: remove/merge admin endpoints to public by @ilackarms in #185
- CLAUDE: Symlink to AGENTS.md by @timflannagan in #183
- cmd: Fix agent run example indentation by @timflannagan in #187
- golangci: Enable nestif linter, grandfather existing violations by @timflannagan in #184
- locking down to specific python and dependency versions by @peterj in #189
- ci: Add PR labeler workflow and PR template by @timflannagan in #188
- golangci: Enable testifylint by @timflannagan in #191
- internal: Remove skill remove command by @timflannagan in #192
- update to 3.12 in dockerfile by @peterj in #195
- cli: Add support for agent add-skills command by @timflannagan in #198
- AGENTS: Remove opinionated commit guidelines by @timflannagan in #199
New Contributors
- @shashankram made their first contribution in #177
Full Changelog: v0.1.25...v0.1.26
v0.1.25
What's Changed
Full Changelog: v0.1.24...v0.1.25
v0.1.24
What's Changed
- clean up the publish command for mcp/agents by @peterj in #165
- api refactor phase 1: remove v0.1, remove publish/unpublish by @ilackarms in #166
- ci: Remove duplicate go mod download step by @timflannagan in #167
- ci: Add verify workflow by @timflannagan in #168
- align json request/response bodies with camelCase by @ilackarms in #170
- Makefile: Simplify environment bootstrapping by @timflannagan in #169
New Contributors
- @timflannagan made their first contribution in #167
Full Changelog: v0.1.23...v0.1.24
v0.1.23
What's Changed
- pass db to server factory by @ilackarms in #163
- add another tool to the default mcp template by @peterj in #164
Full Changelog: v0.1.22...v0.1.23