Releases: eclipse-cfm/cfm
Releases · eclipse-cfm/cfm
Connector Fabric Manager v0.0.2
What's Changed
- chore: remove hardcoded sts url value by @wolf4ood in #41
- feat: remove hardcoded credentials in onboarding agent by @wolf4ood in #43
- feat: remove hardcoded credential service and protocol service urls by @wolf4ood in #44
- fix: match participant roles based on dataspace profile ID by @paullatzelsperger in #47
- docs: add document about reconciliation/compensation by @paullatzelsperger in #48
- docs: DR about compensation data model changes by @paullatzelsperger in #49
- feat: update OrchestrationDefinition API model by @paullatzelsperger in #50
- fix: include assembly/ directory in tests by @paullatzelsperger in #51
- feat: add check for orchestrations by @paullatzelsperger in #52
- feat: implement auto-compensation by @paullatzelsperger in #57
- feat: implement compensation action in Agents by @paullatzelsperger in #61
- feat: remove base64 encoding in IH URLs by @paullatzelsperger in #63
- chore: refactor package names by @paullatzelsperger in #64
- build: add dependabot by @paullatzelsperger in #65
- build(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #66
- build(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #71
- build(deps): bump github.com/go-playground/validator/v10 from 10.29.0 to 10.30.1 by @dependabot[bot] in #73
- build(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.49.0 by @dependabot[bot] in #74
- build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #67
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #68
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #69
- build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 by @dependabot[bot] in #70
- build(deps): bump github.com/lib/pq from 1.10.9 to 1.11.2 by @dependabot[bot] in #72
- fix: add wait condition for test containers by @paullatzelsperger in #75
- chore: introduce testmain for vault tests by @paullatzelsperger in #76
- fix: remove unused httpClientServiceAssembly from pmanager by @fulviocazzanti in #53
- build(deps): bump github.com/testcontainers/testcontainers-go from 0.40.0 to 0.41.0 by @dependabot[bot] in #78
- build(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #77
- build: add conventional commits enforcement via GitHub Action by @fulviocazzanti in #55
- feat: extend ActivityProcessor interface by @paullatzelsperger in #84
- feat: add OpenTelemetry distributed tracing by @paullatzelsperger in #92
- feat: add OTEL metrics and logs by @paullatzelsperger in #94
- build(deps): bump github.com/lib/pq from 1.11.2 to 1.12.3 by @dependabot[bot] in #91
- build(deps): bump amannn/action-semantic-pull-request from 5 to 6 by @dependabot[bot] in #79
- build(deps): bump github.com/nats-io/nats.go from 1.49.0 to 1.51.0 by @dependabot[bot] in #97
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.49.0 to 0.68.0 by @dependabot[bot] in #95
- build(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.2 by @dependabot[bot] in #87
- build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0 by @dependabot[bot] in #90
- build(deps): bump github.com/oaswrap/spec from 0.3.6 to 0.4.1 by @dependabot[bot] in #96
New Contributors
- @wolf4ood made their first contribution in #41
- @dependabot[bot] made their first contribution in #66
- @fulviocazzanti made their first contribution in #53
Full Changelog: v0.0.1...v0.0.2
Connector Fabric Manager v0.0.1
What's Changed
- feat(build): add GH CI workflows by @paullatzelsperger in #13
- fix: fix JSON models and use user/pass for KC auth by @paullatzelsperger in #27
- feat: use JWT authentication for Vault by @paullatzelsperger in #28
- feat: Keycloak agent creates Vault Access and API Access clients by @paullatzelsperger in #29
- feat: implement EDC-V Agent by @paullatzelsperger in #32
- feat: add RegistrationAgent by @paullatzelsperger in #33
- feat(build): add make targets to deploy to KinD by @paullatzelsperger in #39
- feat: add retry feature to onboarding agent by @paullatzelsperger in #38
Full Changelog: https://github.com/Metaform/connector-fabric-manager/commits/v0.0.1