capsule
capsule copied to clipboard
Multi-tenancy and policy-based framework for Kubernetes.
# Bug description Sometimes Capsule crashes with a nil pointer when reconciling the resource quota. We do use still the "old" resource quota, so its listed in the tenant spec...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | `v2.27.2` -> `v2.27.3` |  |  | --- ### Release...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) | `v1.38.2` -> `v1.38.3` |  |  | --- ### Release...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.5.0` -> `v2.7.2` | --- ### Release Notes golangci/golangci-lint (golangci/golangci-lint) ###...
# Bug description So I'm not sure if this is a bug or if this works as designed, feel free to switch the issue type to "feature request" if needed....
# Describe the feature Add support for Go templating (with [Sprig](https://github.com/Masterminds/sprig)) to `GlobalTenantResource`/`TenantResource` definitions. This enhancement would allow users to leverage Go templates and Sprig functions to generate more dynamic,...
# Describe the feature We would like to request a feature regarding quota's of `ObjectBucketClaim`. Unfortunately, these objectBucketClaims can't be added in the native `ResourceQuota` object. The quota of a...
# Describe the feature Currently by default it's possible to resolve any pod/svc from any pod. We would like to provide a custom CoreDNS plugin which allows the following: *...
# Bug description E2E tests are unstable due to GlobalTenantResource should replicate resources to all Tenants. # Logs: Creating a GlobalTenantResource object [It] should replicate resources to all Tenants /home/runner/work/capsule/capsule/e2e/globaltenantresource_test.go:185...