Releases: rancher/k3k
Releases · rancher/k3k
chart-1.0.1
A Helm chart for K3K
v1.0.1
⚠️ Upgrade from v1.0.0 ⚠️
In v1.0.1, the CRDs were moved from the separate crds/ folder to the templates/ folder within the Helm chart.
If you are upgrading from v1.0.0 and the CRDs already exist in your cluster, you must either:
- Use the
--take-ownershipflag when running helm upgrade.
helm upgrade --namespace k3k-system --take-ownership k3k k3k/k3k
OR
- Manually add some labels and annotations to your existing CRDs
kubectl label crd clusters.k3k.io --overwrite "app.kubernetes.io/managed-by=Helm"
kubectl annotate crd clusters.k3k.io --overwrite "meta.helm.sh/release-name=<RELEASE_NAME>"
kubectl annotate crd clusters.k3k.io --overwrite "meta.helm.sh/release-namespace=k3k-system"
kubectl label crd virtualclusterpolicies.k3k.io --overwrite "app.kubernetes.io/managed-by=Helm"
kubectl annotate crd virtualclusterpolicies.k3k.io --overwrite "meta.helm.sh/release-name=<RELEASE_NAME>"
kubectl annotate crd virtualclusterpolicies.k3k.io --overwrite "meta.helm.sh/release-namespace=k3k-system"
Failure to do so will result in an error during the upgrade.
What's Changed
- Bump Charts to
1.0.0by @enrichman in #543 - Added
trivyvulns check by @enrichman in #549 - Add
security-eventspermission to upload SARIF results by @enrichman in #550 - Update Go version and some deps by @enrichman in #551
- Add Job Summary reports to Conformance tests by @enrichman in #553
- Moved CRDs to Helm templates folder by @enrichman in #552
- Fixed panic during kubeconfig generate by @enrichman in #554
- Added cluster details in cli during creation by @enrichman in #562
- Added labels and annotations flags to cluster and policy create by @enrichman in #565
- Added
--namespaceflag tok3kcli policy createby @enrichman in #564 - Added check for failing tests by @enrichman in #566
- Bump Charts to
1.0.1-rc1by @enrichman in #567 - Added test for SubPathExpr by @enrichman in #569
- Fix create events rbac by @enrichman in #575
- Fixed missing Kubernetes host version when specified by @enrichman in #585
- Bump Charts to
1.0.1-rc2by @enrichman in #586
Full Changelog: v1.0.0...v1.0.1
v1.0.1-rc2
What's Changed
- Added test for SubPathExpr by @enrichman in #569
- Fix create events rbac by @enrichman in #575
- Fixed missing Kubernetes host version when specified by @enrichman in #585
Full Changelog: chart-1.0.1-rc1...v1.0.1-rc2
chart-1.0.1-rc2
A Helm chart for K3K
v1.0.1-rc1
What's Changed
- Added
trivyvulns check by @enrichman in #549 - Add
security-eventspermission to upload SARIF results by @enrichman in #550 - Update Go version and some deps by @enrichman in #551
- Add Job Summary reports to Conformance tests by @enrichman in #553
- Moved CRDs to Helm templates folder by @enrichman in #552
- Fixed panic during kubeconfig generate by @enrichman in #554
- Added cluster details in cli during creation by @enrichman in #562
- Added labels and annotations flags to cluster and policy create by @enrichman in #565
- Added
--namespaceflag tok3kcli policy createby @enrichman in #564 - Added check for failing tests by @enrichman in #566
Full Changelog: chart-1.0.0...v1.0.1-rc1
chart-1.0.1-rc1
A Helm chart for K3K
chart-1.0.0
A Helm chart for K3K
v1.0.0
What's Changed
- Bump Chart to v0.3.5 by @galal-hussein in #485
- Lb service status sync by @galal-hussein in #451
- Rename PodController to StatefulSetController by @enrichman in #482
- Adding upgrade path tests by @galal-hussein in #481
- change the default storage request size request to 2Gi by @jp-gouin in #490
- Fix for pod eviction in host cluster by @enrichman in #484
- Add
log-format, and cleanup by @enrichman in #494 - Fix for HA server deletion by @enrichman in #493
- Fix Service reconciliation error loop by @enrichman in #497
- Use K3S host cluster for E2E tests by @galal-hussein in #492
- Fix
extraEnvand other Helm values by @enrichman in #500 - Add k8s version upgrade test by @galal-hussein in #503
- Promoted
v1alpha1resources tov1beta1by @enrichman in #505 - Renaming webhook from
mutatortomutatingby @enrichman in #506 - Bump Charts to
1.0.0-rc1by @enrichman in #507 - Fix for flaky test by @enrichman in #509
- Scale up/down tests for virtual and shared mode by @galal-hussein in #508
- Increase timeout and add timeout option by @galal-hussein in #514
- Fix pseudo PV deletion by @galal-hussein in #511
- Fix for flaky test by @enrichman in #523
- Reduce INFO logging and update Helm installation parameters by @enrichman in #519
- Cleanup of
customCAsspec by @enrichman in #527 - Switch to
textlog format as default by @enrichman in #529 - Updated Cluster and VirtualClusterPolicy spec for
syncandloadbalancerby @enrichman in #528 - Add Conformance Tests for virtual mode by @enrichman in #534
- Bump Charts to
1.0.0-rc2by @enrichman in #535 - Cleanup orphaned resources after Cluster deletion by @enrichman in #540
- Bump Charts to
1.0.0-rc3by @enrichman in #542 - Improve tests resiliency by @enrichman in #539
Full Changelog: v0.3.5...v1.0.0
v1.0.0-rc3
What's Changed
- Cleanup orphaned resources after Cluster deletion by @enrichman in #540
Full Changelog: chart-1.0.0-rc2...v1.0.0-rc3
chart-1.0.0-rc3
A Helm chart for K3K