v0.2.0-alpha.0
Pre-release
Pre-release
·
51 commits
to main
since this 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