Clusterpedia v0.7.0
Notable Changes since v0.6.0
- Bump k8s version to v1.26.3 (@calvin0327, #498)
APIServer
Bug Fix
- Fix the table convertor of APIServices (@Iceber, #515)
- Fix the table convertor of CRD (@Iceber, #514)
- Fix the wrong timeout configuration value (@OrangeBao, #494)
ClusterSynchro Manager
Bug Fix
- Wait for the crd controller's cache sync to be finished (@Iceber, #512)
- Fix set runnable for storage (@Iceber, #493)
- Fix enable and disable concurrent (@Iceber, #482)
- Fix shutdown cluster synchro (@Iceber, #475)
InternalStorage
# sqlite.yaml
type: sqlite
dsn: file:test.dbWhen using the sqlite storage layer, it is recommended to use the binding-apiserver cmd.
type: mysql
mysql:
recoverableErrNumbers: [1053, 1205, 1290]For recoverable errors, the synchro assumes that the storage layer is recoverable and will permanently retry handling the resources until it encounters other errors or succeeds.
Bug Fix
Others
- Bump golang from 1.19.4 to 1.19.5 (@dependabot, #484)
- Bump alpine from 3.16.3 to 3.17.3 (@dependabot, #481)
- Bump kwokctl to v0.1.0 (@wzshiming, #485)
- Bump actions/setup-go from 3 to 4 (@dependabot, #510)
Contributors
Thanks everyone who contributed to this release!
The following users (sort alphabetically) are those who committed much in this release. Thank you!