Releases: stacklok/toolhive-registry-server
Releases · stacklok/toolhive-registry-server
v0.6.3
What's Changed
- Update anthropics/claude-code-action digest to 68cfeea by @renovate[bot] in #527
- Update github/codeql-action digest to 9e907b5 by @renovate[bot] in #528
- Refactor service interface by @blkt in #529
- Move extension endpoints under
internal/api/xby @blkt in #530 - Follow up on version=latest by @rdimitrov in #524
- Improve observability logging for remote K8s debugging by @rdimitrov in #525
- Add skills endpoints by @blkt in #531
- Use the toolhive logging package by @rdimitrov in #534
- Add skills to DB layer by @blkt in #535
- Add service layer for skills by @blkt in #536
- Add API layer for skills by @blkt in #537
- Fix skills service layer bugs by @rdimitrov in #538
- Split files for service interface and impl by @blkt in #539
- Bump the _meta size limit by @rdimitrov in #540
- Update anthropics/claude-code-action digest to edd85d6 by @renovate[bot] in #542
- Update github/codeql-action digest to 89a39a4 by @renovate[bot] in #543
- Update actions/setup-go digest to 4b73464 by @renovate[bot] in #544
- Update anthropics/claude-code-action digest to 1fc90f3 by @renovate[bot] in #545
- Update toolhive to v0.11.0 and toolhive-core to v0.0.10 by @JAORMX in #553
- Support custom display name via registry-title annotation by @rdimitrov in #556
- Harden CI workflows against prompt injection and supply-chain attacks by @JAORMX in #557
- Update anthropics/claude-code-action digest to 26ec041 by @renovate[bot] in #560
- Update github/codeql-action digest to 0d579ff by @renovate[bot] in #561
- Bump Go to 1.26 by @rdimitrov in #562
- Fix skills API filtering, status normalisation, and registry validation by @lujunsan in #558
- Follow ups on the skill fixes by @rdimitrov in #563
- Release v0.6.3 by @stacklokbot in #564
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Unify database connection setup for dynamic auth in migrations by @rdimitrov in #513
- Fix
mcp_server_packageprimary key by @blkt in #521 - Skip building the UBI image by @rdimitrov in #518
- Add support for
version=latestfilter by @blkt in #522 - Release v0.6.2 by @stacklokbot in #523
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Fix metadata serialization by @blkt in #515
- Release v0.6.1 by @stacklokbot in #517
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Update anthropics/claude-code-action digest to 006aaf2 by @renovate[bot] in #483
- Update github/codeql-action digest to 45cbd0c by @renovate[bot] in #484
- Resolve vulnerability warnings by bumping Go to 1.25.7 by @rdimitrov in #486
- Update anthropics/claude-code-action digest to b113f49 by @renovate[bot] in #485
- Configure renovate to update Go version in go.mod by @dmjb in #487
- Fix renovate config by @dmjb in #488
- Update anthropics/claude-code-action digest to 6c61301 by @renovate[bot] in #493
- Update index.docker.io/library/golang Docker digest to cc73743 by @renovate[bot] in #494
- Enable parallel runners for golangci-lint by @JAORMX in #495
- Separate registry entries from MCP server details by @blkt in #477
- Update module github.com/go-git/go-git/v5 to v5.16.5 by @renovate[bot] in #496
- Add RBAC support to Helm chart matching toolhive operator pattern by @ChrisJBurns in #474
- Update module golang.org/x/term to v0.40.0 by @renovate[bot] in #498
- Add support for cluster-wide scanning by @blkt in #497
- Update anthropics/claude-code-action digest to b433f16 by @renovate[bot] in #501
- Run renovate weekly by @rdimitrov in #499
- Use ToolHive registry extension types by @rdimitrov in #492
- Remove in-memory/file storage backend by @rdimitrov in #502
- Add max size validation for server _meta metadata by @rdimitrov in #500
- Return 404 for non-existent registryName on read endpoints by @rdimitrov in #506
- Scope leader election RBAC resources to Helm release name by @rdimitrov in #509
- Derive leader election lease ID from Helm release name by @rdimitrov in #508
- adds releaseo renovate rule by @ChrisJBurns in #511
- Release v0.6.0 by @stacklokbot in #512
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- Tidy up
go.modmanually by @blkt in #481 - Release v0.5.3 by @stacklokbot in #482
Full Changelog: v0.5.2...v0.5.3
Release v0.5.2
What's Changed
- Output logs to stderr by @rdimitrov in #479
- Release v0.5.2 by @stacklokbot in #480
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- Upgrade to Go 1.25.6 to fix stdlib security vulnerabilities by @ChrisJBurns in #429
- Update docker/login-action action to v3.7.0 by @renovate[bot] in #424
- Update anthropics/claude-code-action digest to ff34ce0 - autoclosed by @renovate[bot] in #430
- Update module github.com/lib/pq to v1.11.0 by @renovate[bot] in #431
- Remove lib/pq as a direct dependency by @rdimitrov in #433
- Update module github.com/golang-jwt/jwt/v5 to v5.3.1 by @renovate[bot] in #428
- adds distributed tracing support via OpenTelemetry by @ChrisJBurns in #418
- Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1769677092 by @renovate[bot] in #435
- Update stacklok/releaseo action to v0.0.2 by @renovate[bot] in #436
- Update module github.com/stacklok/toolhive to v0.8.3 by @renovate[bot] in #437
- Hash the registry data content excluding timestamps by @rdimitrov in #434
- Update anthropics/claude-code-action digest to 01e756b by @renovate[bot] in #438
- replaces jaeger with tempo by @ChrisJBurns in #445
- Use pointer type for tracing sampling config to distinguish explicit zero by @ChrisJBurns in #447
- Update anthropics/claude-code-action digest to 0ed5eea by @renovate[bot] in #446
- Add support for RDS IAM authentication by @blkt in #425
- Fix lint error by @rdimitrov in #449
- Update anthropics/claude-code-action digest to 70e16de by @renovate[bot] in #448
- Complete the cursor based pagination by @rdimitrov in #423
- Update module github.com/stacklok/toolhive to v0.9.0 by @renovate[bot] in #450
- Update opentelemetry-go monorepo to v1.40.0 by @renovate[bot] in #452
- Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1770052085 by @renovate[bot] in #453
- Update github/codeql-action digest to 6bc82e0 - autoclosed by @renovate[bot] in #451
- Update index.docker.io/library/golang Docker digest to 4c973c7 by @renovate[bot] in #455
- Align the log format with toolhive's logger by @rdimitrov in #454
- Update index.docker.io/library/golang Docker digest to 0c87ea6 by @renovate[bot] in #456
- Update index.docker.io/library/golang Docker digest to 06d1251 by @renovate[bot] in #460
- Update stacklok/releaseo action to v0.0.3 by @renovate[bot] in #462
- Update anthropics/claude-code-action digest to 98af40b by @renovate[bot] in #463
- Update actions/checkout digest to de0fac2 by @renovate[bot] in #459
- Update anthropics/claude-code-action digest to 6867bb3 by @renovate[bot] in #465
- Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1770180557 by @renovate[bot] in #466
- Add leader election role to Helm chart by @blkt in #467
- Update module github.com/stacklok/toolhive to v0.9.1 by @renovate[bot] in #473
- Update index.docker.io/library/golang Docker digest to d2e5acc by @renovate[bot] in #472
- Update anchore/sbom-action action to v0.22.2 by @renovate[bot] in #470
- adds
/deploy-registry-server-with-cnpgskill with cnpg examples by @ChrisJBurns in #458 - Add tools annotation support to registry server by @lujunsan in #475
- Update module github.com/go-chi/chi/v5 to v5.2.5 by @renovate[bot] in #476
- Release v0.5.1 by @stacklokbot in #478
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update module github.com/stacklok/toolhive to v0.7.1 by @renovate[bot] in #375
- Pin stacklok/releaseo action to 103e7d5 by @renovate[bot] in #377
- Update actions/checkout digest to 34e1148 by @renovate[bot] in #378
- Update actions/setup-go action to v6 by @renovate[bot] in #386
- updates releasing docs based on new workflow changes by @ChrisJBurns in #384
- Update actions/checkout action to v6 by @renovate[bot] in #382
- Update index.docker.io/library/golang Docker digest to bc45dfd by @renovate[bot] in #387
- downgrades to v0.0.1 of releaseo by @ChrisJBurns in #388
- Pin stacklok/releaseo action to 6473f04 by @renovate[bot] in #390
- Fix duplicate servers when multiple registries are configured by @ChrisJBurns in #391
- Update MAINTAINERS.md by @rdimitrov in #397
- Update anthropics/claude-code-action digest to 2316a9a by @renovate[bot] in #392
- Update module github.com/stacklok/toolhive to v0.7.2 by @renovate[bot] in #394
- Update index.docker.io/library/golang Docker digest to ce63a16 by @renovate[bot] in #396
- Update anchore/sbom-action action to v0.22.0 by @renovate[bot] in #399
- Update module github.com/stacklok/toolhive to v0.8.0 by @renovate[bot] in #401
- Add OpenTelemetry foundation by @ChrisJBurns in #398
- Add regression test for multi-registry server duplication by @rdimitrov in #400
- Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1769090502 by @renovate[bot] in #403
- Update anthropics/claude-code-action digest to 8341a56 by @renovate[bot] in #404
- Put aggregated endpoints behind feature flag by @blkt in #405
- adds basic k8s tasks for installing the registry server image and modify the image reference by @ChrisJBurns in #407
- Update anthropics/claude-code-action digest to f642197 by @renovate[bot] in #410
- Update github/codeql-action digest to 19b2f06 by @renovate[bot] in #406
- Add OpenTelemetry observability stack examples and Claude Code skills by @ChrisJBurns in #409
- Update anthropics/claude-code-action digest to 231bd75 by @renovate[bot] in #413
- Update github/codeql-action digest to b20883b by @renovate[bot] in #411
- Add OpenTelemetry metrics instrumentation by @ChrisJBurns in #408
- Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1769521234 by @renovate[bot] in #419
- Update module github.com/stacklok/toolhive to v0.8.2 by @renovate[bot] in #417
- Update anchore/sbom-action action to v0.22.1 by @renovate[bot] in #416
- Add tool definitions annotation support to registry server by @lujunsan in #414
- Update index.docker.io/library/alpine Docker digest to 2510918 by @renovate[bot] in #421
- Update anthropics/claude-code-action digest to 2817c54 by @renovate[bot] in #422
- Support for registries managed via private git repositories by @rdimitrov in #420
- Update OpenAPI docs by @blkt in #415
- Update version_files in create-release-pr.yml by @ChrisJBurns in #426
- Release v0.5.0 by @stacklokbot in #427
New Contributors
Full Changelog: v0.4.9...v0.5.0
v0.4.9
What's Changed
- Update index.docker.io/library/golang Docker digest to 0f406d3 by @renovate[bot] in #366
- Update index.docker.io/library/golang Docker digest to 8bbd140 by @renovate[bot] in #368
- Fix name filter to support matching across slashes by @dmartinol in #369
- Fix data when syncing from toolhive format by @blkt in #371
- Improve type safety in tags extraction and add tests by @dmartinol in #370
- Update module github.com/go-chi/chi/v5 to v5.2.4 by @renovate[bot] in #373
- uses releaseo for automated PR creation on release by @ChrisJBurns in #376
- uses release token & upgrades releaseo action by @ChrisJBurns in #380
- Release v0.4.9 by @stacklokbot in #383
New Contributors
- @stacklokbot made their first contribution in #383
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- Update module github.com/jackc/pgx/v5 to v5.8.0 by @renovate[bot] in #348
- Update anchore/sbom-action action to v0.21.0 by @renovate[bot] in #346
- Update index.docker.io/library/golang Docker digest to 31c1e53 by @renovate[bot] in #349
- Update logos and README by @danbarr in #354
- Update module github.com/stacklok/toolhive to v0.6.16 by @renovate[bot] in #352
- Update index.docker.io/library/golang Docker digest to 6cc2338 by @renovate[bot] in #351
- Update anthropics/claude-code-action digest to c9ec2b0 by @renovate[bot] in #353
- Update module github.com/stacklok/toolhive to v0.6.17 by @renovate[bot] in #357
- Update anchore/sbom-action action to v0.21.1 by @renovate[bot] in #356
- Update anthropics/claude-code-action digest to 1b8ee3b by @renovate[bot] in #358
- Regenerate swagger by @dmjb in #363
- Update module github.com/swaggo/swag/v2 to v2.0.0-rc5 by @renovate[bot] in #359
- Update module golang.org/x/term to v0.39.0 by @renovate[bot] in #361
- Update github/codeql-action digest to cdefb33 - autoclosed by @renovate[bot] in #362
- Add release flow with Helm chart publishing by @ChrisJBurns in #360
- Update azure/setup-helm digest to 1a275c3 by @renovate[bot] in #364
- Update actions/setup-go digest to 7a3fe6c by @renovate[bot] in #365
- Release v0.4.8 by @ChrisJBurns in #367
Full Changelog: v0.4.7...v0.4.8