Hey everyone! π
Weβre thrilled to announce the release of version v0.3.0 of our simulator, featuring an exciting new syncing feature!
You can learn more about the motivation behind this feature in this issue.
A big shout-out to @saza-ku for their valuable contribution to this enhancement!
What's Changed
- Modify the path on the document by @sanposhiho in #328
- update docker-compose.yml with v0.2.0 by @sanposhiho in #343
- Not trying to load a default kubeconfig when a kubeconfig is passed by @utam0k in #345
- Use docker compose instead of docker-compose by @utam0k in #346
- clarify the import is required by @sanposhiho in #342
- move simulator entrypoint by @YamasouA in #347
- handle the case when the config option is not specified by @YamasouA in #351
- create a separated debuggable scheduler container by @YamasouA in #350
- Support arm64 by @yeahdongcn in #356
- correct an example config on import-cluster-resources.md by @stijndehaes in #359
- Support extender on debuggable scheduler by @YamasouA in #358
- Fix to load kubeconfig specified by simulator server configuration by @saza-ku in #362
- Kubernetes 1.30 by @utam0k in #361
- Optimize Dockerfiles to reduce the time needed to build by @utam0k in #366
- Rename
ImportClusterResourceService
toOneshotClusterResourceImporter
by @saza-ku in #365 - Update the doc for CORS_ALLOWED_ORIGIN_LIST by @sanposhiho in #349
- Add fake-source-cluster for testing the sync service by @saza-ku in #364
- Use buildx in Cloud Build to use the build cache by @utam0k in #368
- Implement syncer by @saza-ku in #367
New Contributors
- @utam0k made their first contribution in #345
- @YamasouA made their first contribution in #347
- @yeahdongcn made their first contribution in #356
- @stijndehaes made their first contribution in #359
- @saza-ku made their first contribution in #362
Full Changelog: simulator/v0.2.0...simulator/v0.3.0