Releases: projectcapsule/capsule
v0.12.4
Changelog
🐛 Bug fixes
- a42d910: fix(controller): template concurrency (#1802) (@oliverbaehler)
🛠 Dependency updates
Full Changelog: v0.12.3...v0.12.4
Check out what's new in this release
Docker Images
ghcr.io/projectcapsule/capsule:0.12.4ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.12.4
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.12.3
Changelog
🐛 Bug fixes
- e19575b: fix(controller): allow no spaces in template references (#1789) (@oliverbaehler)
Full Changelog: v0.12.2...v0.12.3
Check out what's new in this release
Docker Images
ghcr.io/projectcapsule/capsule:0.12.3ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.12.3
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.12.2
Changelog
🐛 Bug fixes
- c06f54a: fix(controller): decode old object for delete requests (#1787) (@oliverbaehler)
🛠 Dependency updates
- c832f56: fix(deps): update module golang.org/x/sync to v0.19.0 (#1774) (@renovate[bot])
- cd5e2a8: fix(deps): update module k8s.io/apiextensions-apiserver to v0.34.3 (#1785) (@renovate[bot])
- 2583215: fix(deps): update module k8s.io/dynamic-resource-allocation to v0.34.3 (#1786) (@renovate[bot])
Full Changelog: v0.12.1...v0.12.2
Check out what's new in this release
Docker Images
ghcr.io/projectcapsule/capsule:0.12.2ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.12.2
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.12.1
Changelog
🐛 Bug fixes
- 936a152: fix(controller): make device and gateway class optional (#1775) (@oliverbaehler)
- 711cef9: fix(e2e): resourcepool condition (#1773) (@CorentinPtrl)
Full Changelog: v0.12.0...v0.12.1
Check out what's new in this release
Docker Images
ghcr.io/projectcapsule/capsule:0.12.1ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.12.1
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.12.0
Changelog
✨ New Features
- 584d372: feat(config): add combined users property as successor for usergroups (#1767) (@oliverbaehler)
- 7e7d9d0: feat(config): administrators get delete privileges for tenant namespaces (#1749) (@oliverbaehler)
- 581a8fe: feat(controller): administration persona (#1739) (@oliverbaehler)
- dd39e1a: feat(dra): support dra device classes (#1759) (@Svarrogh1337)
- 5899e6d: feat(tenant): add available classes as status fields (#1751) (@oliverbaehler)
- d812a0c: feat(tenant): add dedicated tenantowner crd (#1764) (@oliverbaehler)
- 6e8405d: feat: refactor core webhooks (#1756) (@oliverbaehler)
🐛 Bug fixes
- a270d67: fix(admission): consistently inspect ownerreferences for namespace validations (#1758) (@oliverbaehler)
🛠 Dependency updates
- 866c69f: fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.2 (#1725) (@renovate[bot])
- 550f3cc: fix(deps): update module go.uber.org/zap to v1.27.1 (#1748) (@renovate[bot])
- 92d73ae: fix(deps): update module golang.org/x/sync to v0.18.0 (#1734) (@renovate[bot])
- 9e73320: fix(deps): update module sigs.k8s.io/cluster-api to v1.11.3 (#1732) (@renovate[bot])
- 3c5708a: fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.4 (#1731) (@renovate[bot])
- 007cea9: fix(deps): update module sigs.k8s.io/gateway-api to v1.4.1 (#1770) (@renovate[bot])
Full Changelog: v0.11.1...v0.12.0
Check out what's new in this release
Docker Images
ghcr.io/projectcapsule/capsule:0.12.0ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.12.0
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.11.1
Changelog
✨ New Features
- 9537c06: feat(charts/capsule): added extra manifests in values file (#1653) (@Llyth)
- 634ed49: feat(controller): add controller concurrency (#1722) (@oliverbaehler)
🐛 Bug fixes
- 63eb807: fix(controller): change log levels for debug logs (#1716) (@oliverbaehler)
🛠 Dependency updates
- 009b34b: fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.1 (#1714) (@renovate[bot])
Full Changelog: v0.11.0...v0.11.1
Docker Images
ghcr.io/projectcapsule/capsule:0.11.1ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.11.1
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.11.0
Changelog
✨ New Features
- c901412: feat(api): migrate capsule.clastix.io/managed-by to meta api (#1691) (@oliverbaehler)
- 9fa1aba: feat(controller): allow owners to promote serviceaccounts within tenant as owners (#1626) (@oliverbaehler)
- 5ac0f83: feat(controller): refactor namespace core loop and state management (#1680) (@oliverbaehler)
- 2261ea6: feat(helm): add labels and annotations for capsuleconfiguration (#1710) (@oliverbaehler)
- beafe09: feat(tenant): allow additional metadata for rolebindings (#1695) (@oliverbaehler)
- dd70ac2: feat(tenant): owners are now an optional property (#1654) (@oliverbaehler)
- 14e09ea: feat: pre-release correctures (#1682) (@oliverbaehler)
🐛 Bug fixes
- ea2b6ec: fix(chart): disable node webhook by default (#1685) (@oliverbaehler)
- deb4db7: fix(docs): add static width per logo for adopters (#1700) (@sandert-k8s)
- 4878e1a: fix: bypass resourepool limits (#1669) (@Svarrogh1337)
🛠 Dependency updates
- ba15a83: fix(deps): update k8s.io/utils digest to bc988d5 (#1676) (@renovate[bot])
- 54e80f8: fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.3 (#1605) (@renovate[bot])
- 40d17bc: fix(deps): update module github.com/onsi/ginkgo/v2 to v2.26.0 (#1678) (@renovate[bot])
- c65a142: fix(deps): update module github.com/prometheus/client_golang to v1.23.1 (#1639) (@renovate[bot])
- bb8a511: fix(deps): update module github.com/prometheus/client_golang to v1.23.2 (#1642) (@renovate[bot])
- b1d0f8b: fix(deps): update module sigs.k8s.io/cluster-api to v1.11.2 (#1688) (@renovate[bot])
- e2418ab: fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.1 (#1620) (@renovate[bot])
- 8254c55: fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.2 (#1684) (@renovate[bot])
- e7da3b0: fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.3 (#1697) (@renovate[bot])
- 7ccb64d: fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0 (#1681) (@renovate[bot])
Full Changelog: v0.10.9...v0.11.0
Docker Images
ghcr.io/projectcapsule/capsule:0.11.0ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.11.0
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.10.9
Changelog
✨ New Features
- 3c1c5f2: feat: kubernetes bump and helm improvements (#1634) (@oliverbaehler)
🛠 Dependency updates
- 8bb0159: fix(deps): update module github.com/spf13/pflag to v1.0.10 (#1627) (@renovate[bot])
Full Changelog: v0.10.8...v0.10.9
Docker Images
ghcr.io/projectcapsule/capsule:0.10.9ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.10.9
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.34 |
>= 1.34.0 |
Thanks to all the contributors! 🚀 🦄
v0.10.8
Changelog
✨ New Features
- 15a09e4: feat(tenant): add templating support for additionalmetadatalist (#1613) (@Svarrogh1337)
🐛 Bug fixes
- 6bee346: fix(helm): change empty value handling (#1614) (@oliverbaehler)
Full Changelog: v0.10.7...v0.10.8
Docker Images
ghcr.io/projectcapsule/capsule:0.10.8ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.10.8
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄
v0.10.7
Changelog
✨ New Features
- cb029a1: feat(config): add usernames property identify specific users as capsule users (#1606) (@oliverbaehler)
- 8ba8aa7: feat(helm): improve admission configurations (#1607) (@oliverbaehler)
Full Changelog: v0.10.6...v0.10.7
Docker Images
ghcr.io/projectcapsule/capsule:0.10.7ghcr.io/projectcapsule/capsule:latest
Helm Chart
View this release on Artifact Hub or use the OCI helm chart:
ghcr.io/projectcapsule/charts/capsule:0.10.7
Review the Major Changes section first before upgrading to a new version
Important
Kubernetes compatibility
Note that the Capsule project offers support only for the latest minor version of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors.
| Kubernetes version | Minimum required |
|---|---|
v1.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄