|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## v0.1.2 |
| 4 | + |
| 5 | +**Features** |
| 6 | +- Support `/pods` interface for http server. [Proxier Server] |
| 7 | +- Support hostNetwork for hostport fake pod. [Syncer Hostport] |
| 8 | +- Support Optional configmap and secrets for virtual pod. [Syncer Pod] |
| 9 | +- Support sync configmaps and secrets that pod needs even if configmaps and secrets lack managed labels. [Syncer Pod] |
| 10 | +- Support directScheduling for physical pod. [Syncer Pod] |
| 11 | +- Support building multi-arch images. [Build] |
| 12 | +- Support running NodeConformance e2e tests on kind clusters. [Test] |
| 13 | +- Support tke playbook and examples playbook. [Cookbook] |
| 14 | + |
| 15 | +**Fixed Bugs and other changes** |
| 16 | +- Fix pod with custom PriorityClass and PreemptionPolicy is Never. [Syncer Pod] |
| 17 | +- Fix not labeling synced resources like configmaps when resources used by multi clusters. [Syncer Pod] |
| 18 | +- Add direct-access and pass-to-target annotations when create kube-dns-intranet service. [Chore] |
| 19 | +- Add ClusterID to clusterbindings CRD additionalPrinterColumns. [Charts] |
| 20 | +- Add nodeAffinity for not to scheduled on vnode for manager, syncer and proxier. [Charts] |
| 21 | +- Configure pod network routes for all KIND node containers. [Build Kind] |
| 22 | +- Fix kind-load-images image names. [Build Kind] |
| 23 | +- Update example label from role to kubeocean.io/role. [Chore] |
| 24 | +- Delete physical pod when virtual pod not found. [Syncer Pod] |
| 25 | +- Delete mismatched physical pod with mismatched virtual podUID. [Syncer Pod] |
| 26 | +- Get pod object from cache.DeletedFinalStateUnknown event. [Syncer Pod] |
| 27 | +- Add buildAndTest workflows for github actions. [CI] |
| 28 | +- Add Release Charts workflows for github actions. [CI] |
| 29 | +- Add make test-unit and print cover rate for go test. [Test] |
| 30 | +- Update documentation for installation, tutorials and quick-start. [Docs] |
| 31 | + |
3 | 32 | ## v0.1.1 |
4 | 33 |
|
5 | 34 | **Features** |
|
0 commit comments