New Features
- Added support to configure the
maxConcurrentReconciles
parameter for theThinRuntimeController
, allowing for improved concurrency management. - Introduced support for resource configuration within the Fluid webhook, enabling more precise control over resource allocation.
- Added support for configuring
Burst
(default 30) andQps
(default 20) settings for client interactions with the APIServer through the Fluid Webhook, enhancing request handling capabilities. - Implemented
mountMode
configuration to allow skipping the check for mount readiness, streamlining deployment processes.
Bug Fixes
- Resolved high availability issues in
JindoRuntime
by implementing pod anti-affinity for the masterStatefulSet
, improving system resilience.
What's Changed
- Fix spelling by @ankur0904 in #4376
- Prepare for v1.0.4 by @cheyang in #4383
- Fix code scanning alert - Prefer COPY over ADD by @omerap12 in #4378
- build(deps): bump github/codeql-action from 3.26.12 to 3.27.0 by @dependabot in #4379
- Build docker images for changing ADD to COPY by @cheyang in #4386
- Refactor constraints to improve reuse by @cheyang in #4387
- build(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in #4385
- update runtime dev guide by @Syspretor in #4390
- build(deps): bump github.com/golang/glog from 1.2.2 to 1.2.3 by @dependabot in #4391
- Fix: add check mountPath in nodePublishVolume by @Syspretor in #4392
- decoupling enable symlink with skip check mount ready by @Syspretor in #4393
- build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 by @dependabot in #4394
- Build docker images for fixing CSI no check mount point issue by @cheyang in #4396
- build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #4395
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #4398
- Add missing build arg to buildx Makefile targets by @TrafalgarZZZ in #4399
- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #4397
- Update ADOPTERS.md by @seriousgong in #4400
- add some file system integration case by @Syspretor in #4401
- fix security issue: "Arguments in long RUN instructions should be sor… by @Syspretor in #4402
- Support to set the num of maxConcurrentReconciles for ThinRuntimeController by @Syspretor in #4405
- refactor: Optimize goosefs variable naming by @wjp-cn in #4406
- build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in #4404
- Build docker images for fixing thinruntime controller's worker number… by @cheyang in #4409
- refactor: Correct the development document by @wjp-cn in #4412
- Support docker buildx for vineyard by @cheyang in #4411
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #4413
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #4415
- Build docker images for fixing missing vineyard docker images for mut… by @cheyang in #4419
- fix: sort broken mountpoint and put subpaths at the end. by @SimonCqk in #4416
- Update ADOPTERS.md by @chenyangxueHDU in #4422
- refactor: uniform jindo const naming by @xujin-wk in #4407
- Revert "fix: sort broken mountpoint and put subpaths at the end." by @cheyang in #4421
- build(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #4417
- Support to set the resource configuration for Fluid webhook pod by @Syspretor in #4428
- build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #4426
- refactor: Optimize goosefs usage of istio by @wjp-cn in #4431
- Update committer list by @RongGu in #4434
- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #4427
- refactor: Optimize alluxio usage of istio by @wjp-cn in #4436
- build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #4429
- build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #4438
- refactor: Optimize juicefs usage of istio by @wjp-cn in #4441
- Build docker images for fixing istio label issue by @cheyang in #4442
- Fix LegacyKeyValueFormat issue by @cheyang in #4444
- refactor: Optimize thin usage of istio by @wjp-cn in #4447
- build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in #4433
- Update API docs by @cheyang in #4448
- build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 by @dependabot in #4450
- bugfix: add pod anti affinity to master sts to make HA available by @TrafalgarZZZ in #4453
- Update docker images with github.com/onsi/gomega by @cheyang in #4452
- build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 by @dependabot in #4449
- refactor: Optimize etc usage of istio by @wjp-cn in #4457
- Support configuration of k8s client QPS and burst in webhooks. by @Syspretor in #4459
- remove unused files by @Syspretor in #4458
- build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #4451
- build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in #4460
- Build docker images for webhook with QPS configuration by @cheyang in #4461
New Contributors
- @ankur0904 made their first contribution in #4376
- @seriousgong made their first contribution in #4400
- @chenyangxueHDU made their first contribution in #4422
- @xujin-wk made their first contribution in #4407
Full Changelog: v1.0.3...v1.0.4