Skip to content

Releases: kcp-dev/api-syncagent

v0.2.0

21 Mar 13:09
c53499a

Choose a tag to compare

Changelog since v0.1.0

  • ✨ Add GoReleaser config and Release GitHub Action by @xmudrii in #36
  • ✨ Add basic support for mutating object contents during syncing by @xrstf in #19
  • ✨ Add end-to-end testing by @xrstf in #22
  • ✨ Add workspace paths as annotations to synced objects by @xrstf in #15
  • ✨ Label local objects with the agent name by @xrstf in #18
  • ✨ Use OpenAPI schema to handle publishing non-CRD based resources by @xrstf in #29
  • 🌱 Add first tests for the syncing logic by @xrstf in #28
  • 🌱 Add integration tests for the apiexport controller by @xrstf in #24
  • 🐛 Fix labels on related resources, fix syncing related resources, add first e2e test by @xrstf in #42
  • 🐛 Handle long object names by @xrstf in #40
  • 🐛 drop all non-selected versions from CRDs when creating APIResourceSchemas by @xrstf in #21
  • 🐛 prefer CRDs when discovery API types, as CRDs contain more betterer information by @xrstf in #39
  • 📖 (docs): fix the link by @buraksekili in #30
  • 📖 update documentation by @xrstf in #14

v0.2.0-alpha.1

11 Mar 16:35
5c1c7e3

Choose a tag to compare

What's Changed

  • 🐛 prefer CRDs when discovery API types, as CRDs contain more betterer information by @xrstf in #39

Full Changelog: v0.2.0-alpha.0...v0.2.0-alpha.1

v0.2.0-alpha.0

07 Mar 10:03
5d43eb0

Choose a tag to compare

v0.2.0-alpha.0 Pre-release
Pre-release

Changelog

  • 5d43eb0 Merge pull request #29 from kcp-dev/openapi-crds
  • 52642f9 Merge pull request #36 from xmudrii/release-action
  • c4a8864 Add GoReleaser config file
  • 6999810 add readme for the crd-puller
  • bc88181 add test to publish a non-CRD resource
  • 5c2657a make test name make more sense
  • b65c07d go mod tidy
  • e1fdd79 rewrite CRD discovery to use openapi instead
  • d37eeae Add goreleaser-based release GitHub Action
  • 525e44a Merge pull request #30 from buraksekili/patch-1
  • 4542099 rename k8c to kcp
  • e9222ec update discrepancy in the docs
  • 256f3ac add a flag to create ns if not exists
  • 6776a54 Update README.md
  • cc43154 Merge pull request #28 from kcp-dev/sync-tests
  • 50f7cd0 handle race condition when creating namespaces in the service cluster
  • 73ad15e add test for the resource filtering
  • 316bb1d actually implement support for resource filtering
  • 3682cfb add first basic tests for basic object synchronization
  • c513691 Merge pull request #24 from kcp-dev/more-e2e-tests
  • 75dbdcf add the new tests
  • 8513c2a add FAQ entry about typical bootstrapping errors in kcp
  • 4936008 add --metrics-address and --health-address flags to disable metrics to prevent port conflicts in parallel tests
  • a21dfe0 add new test for projection, fix ARS version projection
  • ee9ac42 add new CronTab example CRDs
  • 872c2fc found the first bug thanks to the e2e tests: the remaining version in the CRD must be served/stored
  • b6f2abb add new tests for the apiresourceschema controller
  • 242e2e6 Merge pull request #22 from kcp-dev/e2e-tests
  • a1924a1 The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature another linter. Replaced by usetesting.
  • eb01108 Go 1.24 compat, fix boilerplate checking
  • a987006 actually test something useful
  • 59b4fa2 loads of improvements, can now actually start the agent without it crashing immediately
  • ffa9c0d add basic tester utils
  • 0e24491 start kcp natively without kind, use envtest
  • 5d3b31f download kcp via Makefile, do not mark tools as PHONY
  • 1c3496e WIP
  • 976d28c Merge pull request #21 from kcp-dev/drop-versions
  • d93fec3 drop all non-selected versions from CRDs when creating APIResourceSchemas
  • 0c4dc2a Merge pull request #19 from kcp-dev/re-enable-mutations
  • 5d7e49e go mod tidy
  • 4bef5f3 codegen
  • 40aa688 update docs
  • e29acd5 bring back support for mutations, remove Rudi support
  • 491adf3 Merge pull request #18 from kcp-dev/label-agent-name
  • d3934fb update docs
  • 78bebb4 label local objects with the agent name so that multiple agents can serve the same API
  • 997725a Merge pull request #15 from kcp-dev/add-cluster-paths
  • 4b4d9d7 s/clusterPath/workspacePath/g due to popular demand
  • 778b49e update tests
  • ea71042 use annotation because labels do not allow colons
  • 9736d94 use typed variables for name/paths, ensure the path is handed through the callstack
  • 511599c load and store cluster path in sync context
  • dca5fbe ad new enableClusterPaths field to PublishedResources
  • 9edf625 Merge pull request #14 from kcp-dev/update-docs
  • 0398d04 update helm usage
  • 009fcef update documentation

v0.1.0

17 Jan 15:07
v0.1.0
20aaaa3

Choose a tag to compare

Initial release.