Releases: projectcapsule/capsule
v0.10.2
Changelog
✨ New Features
- 255c71e: feat(helm): Added health port in ClusterIP (#1535) (@ramsinghtmdc)
- 49f0ae0: feat: add toggle for securitycontext and podsecuritycontext (#1546) (@sandert-k8s)
🐛 Bug fixes
- 1ce9dca: fix(helm): correct values scope for dashboards (#1537) (@oliverbaehler)
🛠 Dependency updates
- 90b3434: fix(deps): update kubernetes packages to v0.33.3 (#1545) (@renovate[bot])
- 406d285: fix(deps): update module github.com/spf13/pflag to v1.0.7 (#1547) (@renovate[bot])
- 30408c9: fix(deps): update module golang.org/x/sync to v0.16.0 (#1536) (@renovate[bot])
- 1ab4eb6: fix(deps): update module sigs.k8s.io/cluster-api to v1.10.4 (#1544) (@renovate[bot])
Full Changelog: v0.10.1...v0.10.2
Docker Images
ghcr.io/projectcapsule/capsule:0.10.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.10.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.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄
v0.10.1
Changelog
✨ New Features
- c8377d5: feat: improve resourcepool monitoring (#1488) (@oliverbaehler)
🛠 Dependency updates
- 387aa91: fix(deps): update k8s.io/utils digest to 4c0f3b2 (#1494) (@renovate[bot])
- e4d7f72: fix(deps): update kubernetes packages to v0.33.2 (#1513) (@renovate[bot])
- ceaa272: fix(deps): update module github.com/go-logr/logr to v1.4.3 (#1483) (@renovate[bot])
- 99bfc88: fix(deps): update module golang.org/x/sync to v0.15.0 (#1496) (@renovate[bot])
- 4a6fd78: fix(deps): update module sigs.k8s.io/cluster-api to v1.10.3 (#1510) (@renovate[bot])
- c0cfa86: fix(deps): update module sigs.k8s.io/controller-runtime to v0.21.0 (#1479) (@renovate[bot])
Full Changelog: v0.10.0...v0.10.1
Docker Images
ghcr.io/projectcapsule/capsule:0.10.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.10.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.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄
v0.10.0
Changelog
✨ New Features
- c7237f8: feat(api): add resourcepools and claims (#1333) (@oliverbaehler)
- a60ebfa: feat(tenant): support gateway/class (#1463) (@Svarrogh1337)
🛠 Dependency updates
- e14c030: fix(deps): update kubernetes packages to v0.33.1 (#1458) (@renovate[bot])
- 77de23d: fix(deps): update module sigs.k8s.io/cluster-api to v1.10.2 (#1471) (@renovate[bot])
Full Changelog: v0.9.0...v0.10.0
Docker Images
ghcr.io/projectcapsule/capsule:0.10.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.10.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.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄
v0.9.0
Changelog
✨ New Features
- 9d1f702: feat(tenant): improve cordoning selection (#1424) (@Svarrogh1337)
- 8e9b8ad: feat: Add additionalMetadataList Support for Conditional Metadata Assignment (#1339) (@Deofex)
- f85b618: feat: namespace metadata sync on creation #1378 (#1379) (@CharlieR-o-o-t)
🐛 Bug fixes
- 63c92f8: fix: Remove command from daemonset template (#1408) (@schmidt-i)
🛠 Dependency updates
- 0d559d6: fix(deps): update k8s.io/utils digest to 0f33e8f (#1403) (@renovate[bot])
- 035fcc0: fix(deps): update module golang.org/x/sync to v0.14.0 (#1396) (@renovate[bot])
- 47720bd: fix(deps): update module sigs.k8s.io/cluster-api to v1.10.1 (#1319) (@renovate[bot])
Full Changelog: v0.8.1...v0.9.0
Docker Images
ghcr.io/projectcapsule/capsule:0.9.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.9.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.33 |
>= 1.33.0 |
Thanks to all the contributors! 🚀 🦄
v0.8.0
Changelog
This release supports version Kubernetes version 1.33 🎉
✨ New Features
- d93279b: bump kubernetes 1.33 (#1423) (@oliverbaehler)
🐛 Bug fixes
- f5a6211: fix(ci): make harpoon binary executable (#1415) (@Svarrogh1337)
- 5a32195: fix(ci): switch to large runner for e2e tests (#1429) (@Svarrogh1337)
- a440a59: fix(tenantresources): nil pointer for additionalmetadata (#1413) (@Svarrogh1337)
📖 Documentation updates
- 45a46d7: docs: improving grammar in documentation (#1412) (@allexistence)
Full Changelog: v0.7.4...v0.8.0
Docker Images
ghcr.io/projectcapsule/capsule:0.8.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.8.0
Review the Major Changes section first before upgrading to a new version
Kubernetes compatibility
Important
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.7.4
Changelog
🚀 Build process updates
- b7a2072: ci: generate seccomp profile within pipeline (#1325) (@alegrey91)
Full Changelog: v0.7.3...v0.7.4
Docker Images
ghcr.io/projectcapsule/capsule:0.7.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.7.4
Review the Major Changes section first before upgrading to a new version
Kubernetes compatibility
[!IMPORTANT]
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.31 |
>= 1.31.0 |
Thanks to all the contributors! 🚀 🦄
v0.7.3
Changelog
✨ New Features
- da66f40: feat(api): Add forceTenantPrefix option to Tenant spec (#1244) (@samirtahir91)
- ed9e1d4: feat: Allow additional SANS for web certificate (#1303) (@heytrav)
- 59cb969: feat: use renovate instead of dependabot (#1261) (@oliverbaehler)
🐛 Bug fixes
- 8d498bb: fix: concurrent map writes when replicating namespaced objects (#1264) (@prometherion)
🛠 Dependency updates
- 462ff47: feat(deps): bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.2 (#1259) (@dependabot[bot])
- 8ba9e9a: fix(deps): update k8s.io/utils digest to 24370be (#1294) (@renovate[bot])
- 20807ad: fix(deps): update k8s.io/utils digest to 6fe5fd8 (#1271) (@renovate[bot])
- 0a46fcb: fix(deps): update module github.com/spf13/pflag to v1.0.6 (#1337) (@renovate[bot])
- 4ec2ff1: fix(deps): update module github.com/stretchr/testify to v1.10.0 (#1317) (@renovate[bot])
- 93cbe20: fix(deps): update module golang.org/x/sync to v0.10.0 (#1318) (@renovate[bot])
- e1bfdc0: fix(deps): update module golang.org/x/sync to v0.11.0 (#1343) (@renovate[bot])
- 41a626c: fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4 (#1313) (@renovate[bot])
🛡️ Security updates
- fa06d8d: sec(release): release sboms and signatures in same repository as artefact (#1346) (@oliverbaehler)
🚀 Build process updates
- 1d53811: ci(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#1236) (@dependabot[bot])
- 1e767be: ci(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 (#1238) (@dependabot[bot])
- 633263a: ci(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 (#1237) (@dependabot[bot])
- 2583006: ci(deps): Bump anchore/sbom-action from 0.17.5 to 0.17.6 (#1242) (@dependabot[bot])
- 375643a: ci(deps): Bump anchore/sbom-action from 0.17.6 to 0.17.7 (#1247) (@dependabot[bot])
- 6ff9d4b: ci(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#1250) (@dependabot[bot])
- c9b006f: ci(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#1248) (@dependabot[bot])
- 8a0be8a: ci(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1245) (@dependabot[bot])
- b923ce0: ci(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#1260) (@dependabot[bot])
- 007cdd1: ci(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#1252) (@dependabot[bot])
- d0dbda7: ci(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#1254) (@dependabot[bot])
- c695f48: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1262) (@dependabot[bot])
Thanks to all the contributors!
Full Changelog: v0.7.2...v0.7.3
Docker Images
ghcr.io/projectcapsule/capsule:0.7.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.7.3
Review the Major Changes section first before upgrading to a new version
v0.7.2
Changelog
✨ New Features
- f82c2f4: feat(api): add tenant funcs to retrieve subjects based on clusterrole bindings (#1231) (@oliverbaehler)
🐛 Bug fixes
- f24b6b1: fix(controller): use typed structs for watches (#1169) (@oliverbaehler)
🛠 Dependency updates
- da478fc: feat(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 (#1177) (@dependabot[bot])
- 99d24da: feat(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#1178) (@dependabot[bot])
- a7814af: feat(deps): bump github.com/prometheus/client_golang (#1184) (@dependabot[bot])
- 2ca0043: feat(deps): bump github.com/prometheus/client_golang (#1185) (@dependabot[bot])
- 1659987: feat(deps): bump github.com/prometheus/client_golang (#1200) (@dependabot[bot])
- 8ff1044: feat(deps): bump github.com/prometheus/client_golang (#1223) (@dependabot[bot])
- cbcab2f: feat(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#1204) (@dependabot[bot])
- 630f9e2: feat(deps): bump k8s.io/api from 0.31.0 to 0.31.1 (#1192) (@dependabot[bot])
- 4dd46dd: feat(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1 (#1195) (@dependabot[bot])
- 4916b8f: feat(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 (#1194) (@dependabot[bot])
- 59e5ace: feat(deps): bump sigs.k8s.io/cluster-api from 1.7.4 to 1.8.1 (#1160) (@dependabot[bot])
- 855d80e: feat(deps): bump sigs.k8s.io/cluster-api from 1.8.1 to 1.8.2 (#1186) (@dependabot[bot])
- 93f7ebb: feat(deps): bump sigs.k8s.io/cluster-api from 1.8.2 to 1.8.3 (#1190) (@dependabot[bot])
- aade294: feat(deps): bump sigs.k8s.io/cluster-api from 1.8.3 to 1.8.4 (#1219) (@dependabot[bot])
- f5bbeef: feat(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1175) (@dependabot[bot])
🚀 Build process updates
- 3dc74c8: ci(deps): Bump anchore/sbom-action from 0.17.3 to 0.17.4 (#1224) (@dependabot[bot])
- e6f7031: ci(deps): Bump anchore/sbom-action from 0.17.4 to 0.17.5 (#1229) (@dependabot[bot])
- f077028: ci(deps): Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 (#1225) (@dependabot[bot])
- 5143c5c: ci(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1228) (@dependabot[bot])
- d49fcb7: ci(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#1206) (@dependabot[bot])
- 7a74268: ci(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#1215) (@dependabot[bot])
- a4b88d3: ci(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#1202) (@dependabot[bot])
- 2763fb7: ci(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#1180) (@dependabot[bot])
- 650d535: ci(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 (#1216) (@dependabot[bot])
- fd80e5c: ci(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 (#1220) (@dependabot[bot])
- df2bf1c: ci(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#1222) (@dependabot[bot])
- a75d7ab: ci(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.25.0 (#1214) (@dependabot[bot])
- 6278feb: ci(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 (#1217) (@dependabot[bot])
- f3b9728: ci(deps): bump aquasecurity/trivy-action from 0.26.0 to 0.27.0 (#1221) (@dependabot[bot])
- d86c8ef: ci(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#1209) (@dependabot[bot])
- 7894300: ci(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#1212) (@dependabot[bot])
- 5df2add: ci(deps): bump securego/gosec from 2.20.0 to 2.21.2 (#1189) (@dependabot[bot])
- 62e5e85: ci(deps): bump securego/gosec from 2.21.2 to 2.21.4 (#1207) (@dependabot[bot])
- 6184ff0: ci(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#1210) (@dependabot[bot])
- 6d03aa7: ci(deps): bump wagoid/commitlint-github-action from 6.1.1 to 6.1.2 (#1182) (@dependabot[bot])
- 6313467: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1188) (@dependabot[bot])
- 2b29fa7: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1208) (@dependabot[bot])
- 55c010c: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1211) (@dependabot[bot])
Thanks to all the contributors!
Full Changelog: v0.7.1...v0.7.2
Docker Images
ghcr.io/projectcapsule/capsule:0.7.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.7.2
Review the Major Changes section first before upgrading to a new version
v0.7.1
Changelog
Please update to this version as soon as possible. It contains security fixes to the recent CVE GHSA-mq69-4j5w-3qwp
🔥 Security
- d620b04: security fix GHSA-mq69-4j5w-3qwp (@oliverbaehler)
✨ New Features
- a49c57b: feat: runtimeclass default support (#1165) (@prometherion)
🐛 Bug fixes
- 446b8ea: fix(dev): correct dev-environment setups (@oliverbaehler)
- 8930090: fix(helm): don't render capsuleconfiguration if crds.exclusive is set (#1148) (@MaxFedotov)
- 1d9fcc7: fix(helm): remove duplicate restartpolicy (#1152) (@boettluSICKAG)
🛠 Dependency updates
- 48eab4e: feat(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 (#1172) (@dependabot[bot])
- a089714: feat(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 (#1155) (@dependabot[bot])
- 26309d7: feat(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.1 (#1144) (@dependabot[bot])
- 65030a1: feat(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (@dependabot[bot])
- db9107a: feat(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#1151) (@dependabot[bot])
- 1a11a6c: feat(deps): bump k8s.io/client-go from 0.30.2 to 0.30.3 (#1139) (@dependabot[bot])
- 3de52e8: feat(deps): bump sigs.k8s.io/cluster-api from 1.7.3 to 1.7.4 (#1130) (@dependabot[bot])
📖 Documentation updates
- 0df02db: docs(guides): document fluxcd addon (#1120) (@maxgio92)
- 58540b5: docs: cleanup single manifest installation (@maxgio92)
🚀 Build process updates
- 323ac75: ci(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#1132) (@dependabot[bot])
- 00af286: ci(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#1128) (@dependabot[bot])
- cfb2c6c: ci(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (@dependabot[bot])
- 2ed12d2: ci(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 (#1154) (@dependabot[bot])
- 6b9e763: ci(deps): bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (#1118) (@dependabot[bot])
- d58fd0f: ci(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#1129) (@dependabot[bot])
- 0590624: ci(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 (#1133) (@dependabot[bot])
- b0bb26c: ci(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#1161) (@dependabot[bot])
- 3dd2034: ci(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 (#1127) (@dependabot[bot])
- 4b6864c: ci(deps): bump fossas/fossa-action from 1.3.3 to 1.4.0 (#1153) (@dependabot[bot])
- 8116434: ci(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#1145) (@dependabot[bot])
- 9af5913: ci(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#1142) (@dependabot[bot])
- 414cebd: ci(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#1156) (@dependabot[bot])
- 34c4b94: ci(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2 (#1149) (@dependabot[bot])
- fd24ae8: ci(deps): bump wagoid/commitlint-github-action from 6.0.2 to 6.1.1 (#1170) (@dependabot[bot])
- fb4f0cf: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1121) (@dependabot[bot])
Thanks to all the contributors!
Full Changelog: v0.7.0...v0.7.1
Docker Images
ghcr.io/projectcapsule/capsule:0.7.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.7.1
Review the Major Changes section first before upgrading to a new version
v0.7.0
Changelog
✨ New Features
- 9ebbbed: feat(helm): introduce new installation and CRD lifecycle (#1065) (@oliverbaehler)
- 5efb4fb: feat(metrics): provide metrics for tenant quotas (#1094) (@lukasboettcher)
🐛 Bug fixes
- c0d5d6f: fix(controller): add boolean defaults (#1056) (@oliverbaehler)
- e418f74: fix(controller): ensure iteration on capsule ownerreferences (#1059) (@oliverbaehler)
- 82995a3: fix(controller): change managed network policy label check (#1062) (@oliverbaehler)
- 4afcfbb: fix(controller): use ownerreferences without controller owner relation (#1095) (@oliverbaehler)
- b16bcda: fix(resourcequotas): Update namespace-specific hard quota calculation logic (#1088) (@lukasboettcher)
- df80539: fix(test): feature test name typo (@testwill)
🛠 Dependency updates
- 2250e38: feat(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (@dependabot[bot])
- e669547: feat(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (@dependabot[bot])
- 3bfa02e: feat(deps): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (@dependabot[bot])
- e068b57: feat(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#1076) (@dependabot[bot])
- 0571e41: feat(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (@dependabot[bot])
- 4ba1d28: feat(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 (#1097) (@dependabot[bot])
- 3905f5d: feat(deps): bump github.com/prometheus/client_golang (#1102) (@dependabot[bot])
- c6c3a1b: feat(deps): bump k8s.io/api from 0.30.0 to 0.30.1 (#1085) (@dependabot[bot])
- a420975: feat(deps): bump k8s.io/apiextensions-apiserver from 0.30.0 to 0.30.1 (@dependabot[bot])
- 532e880: feat(deps): bump k8s.io/apiextensions-apiserver from 0.30.1 to 0.30.2 (#1113) (@dependabot[bot])
- d696221: feat(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 (@dependabot[bot])
- dc44eaa: feat(deps): bump sigs.k8s.io/cluster-api from 1.7.1 to 1.7.2 (@dependabot[bot])
- 7d78f5f: feat(deps): bump sigs.k8s.io/cluster-api from 1.7.2 to 1.7.3 (#1107) (@dependabot[bot])
- daa28b4: feat(deps): bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 (#1071) (@dependabot[bot])
- 22451b5: feat(deps): bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.4 (@dependabot[bot])
🚀 Build process updates
- 55bd0b4: ci(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#1073) (@dependabot[bot])
- 4828729: ci(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#1087) (@dependabot[bot])
- 78c631b: ci(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#1108) (@dependabot[bot])
- 661476c: ci(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 (#1075) (@dependabot[bot])
- cb92497: ci(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 (@dependabot[bot])
- b1a2eeb: ci(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 (#1104) (@dependabot[bot])
- 913b9e8: ci(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 (#1115) (@dependabot[bot])
- 79e4c72: ci(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#1081) (@dependabot[bot])
- a5f544a: ci(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#1109) (@dependabot[bot])
- 448dabe: ci(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#1074) (@dependabot[bot])
- cdfc2cc: ci(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#1078) (@dependabot[bot])
- 337aa77: ci(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#1099) (@dependabot[bot])
- 915e493: ci(deps): bump securego/gosec from 2.19.0 to 2.20.0 (#1080) (@dependabot[bot])
- 874de73: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1098) (@dependabot[bot])
- e06054e: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1106) (@dependabot[bot])
- 3096e2f: ci(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#1114) (@dependabot[bot])
- 44365e6: ci(gosec): fix sarif upload (@oliverbaehler)
Thanks to all the contributors!
Full Changelog: v0.7.0-rc.1...v0.7.0
Docker Images
ghcr.io/projectcapsule/capsule:0.7.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.7.0
Review the Major Changes section first before upgrading to a new version