simulator/v0.2.0
sanposhiho
released this
31 Mar 07:12
·
39 commits
to master
since this release
Hey there! We're excited to announce the v0.2.0 release of our simulator. This update mainly focuses on bug fixes and efforts to reduce our maintenance workload.
The most significant change in this release is our migration of the internal kube-apiserver to KWOK. This was a considerable maintenance challenge for us, and we're thrilled to have streamlined our processes with this update. Special shout-outs to @sivchari and @wzshiming for their invaluable contributions to this effort!
What's Changed
- Replace api/v1/namespaces//pods with api/v1/pods by @Lan-ce-lot in #313
- chore: pkg imported more than once by @testwill in #306
- Use correct log function in NodeNumber by @codefromthecrypt in #314
- Bump etcd to v3.4.26 by @des1redState in #316
- Config: add new lint rule duplicated-imports by @196Ikuchil in #307
- add
make docker_down_local
by @sanposhiho in #319 - 【WebUI】Fix errors raised by linter by @196Ikuchil in #323
- Fix function naming typo by @vicoooo26 in #324
- fix: delete volumes when make docker_down by @Lan-ce-lot in #326
- upgrade Kubernetes version to v0.28.5 by @sanposhiho in #329
- Update golang to v1.21 in Dockerfile by @sanposhiho in #330
- delete: deprecated linters by @sivchari in #334
- migrate the internal kube-apiserver to kwok by @sivchari in #333
- Bump Kubernetes v1.29.3 by @sivchari in #338
- Bump Go 1.22 by @sivchari in #339
- fix: reduce the places where users have to register for using custom plugins by @sanposhiho in #332
New Contributors
- @Lan-ce-lot made their first contribution in #313
- @testwill made their first contribution in #306
- @codefromthecrypt made their first contribution in #314
- @des1redState made their first contribution in #316
- @vicoooo26 made their first contribution in #324
Full Changelog: simulator/v0.1.1...simulator/v0.2.0