Skip to content

docs(blog): Fluid 1.1.0 release blog, diagrams & presentation decks#14

Open
cheyang wants to merge 14 commits into
masterfrom
release/v1.1.0-blog
Open

docs(blog): Fluid 1.1.0 release blog, diagrams & presentation decks#14
cheyang wants to merge 14 commits into
masterfrom
release/v1.1.0-blog

Conversation

@cheyang

@cheyang cheyang commented Jul 24, 2026

Copy link
Copy Markdown
Owner

What

Adds the complete Fluid 1.1.0 external-promotion material set under docs/blog/v1.1.0/.

Articles (中/英)

  • announcement-zh.md / announcement-en.md — short release announcement
  • deep-dive-zh.md — full technical blog (CNCF-style), with embedded diagrams
  • architecture-zh.md — CacheRuntime architecture + legend

Diagrams (each as .mmd source + .svg + high-res .png)

  • CacheRuntime architecture — portrait (zh), English, landscape 16:9 (zh & en)
  • AI data-acceleration pipeline (zh & en)
  • 2026 Roadmap (zh & en)

Presentation decks

  • fluid-1.1.0-deck.pptx (中文) + fluid-1.1.0-deck-en.pptx (English) — 11-slide 16:9 decks
  • generate_fluid_110_deck*.py — regeneration scripts

Highlights covered

  • Flagship: CacheRuntime generic cache-engine framework (CacheRuntime + CacheRuntimeClass CRDs) — onboard any cache system with zero controller code; Curvine as the first engine
  • AI data acceleration (model prefetch, 3FS via ThinRuntime)
  • Engine enhancements: JindoCache RDMA + master crash-recovery, JuiceFS worker volumeClaimTemplates, DataProcess Cron/OnEvent
  • 240+ testing/E2E improvements; security hardening
  • GooseFSRuntime deprecation
  • CNCF Incubating milestone (Jan 2026) and 2026 roadmap

Notes

  • Content sourced from v1.0.8..HEAD commits and repo docs//api/; YAML examples taken from the in-repo Curvine sample. External facts (Curvine / 3FS / Mooncake, CNCF status) cited from official sources.
  • Diagrams rendered with @mermaid-js/mermaid-cli; decks generated via python-pptx and verified page-by-page.
  • Docs/assets only — no code changes.

cheyang and others added 14 commits July 16, 2026 14:08
…luid-cloudnative#6126)

* fix: remove hardcoded Asia/Shanghai timezone from container images

Container images should not force a region-specific timezone. Hardcoding
Asia/Shanghai makes all logs and timestamps default to CST regardless of
where the cluster runs, which is surprising for operators outside China
and diverges from the container convention of UTC.

Drop the localtime/timezone binding from all Dockerfiles so images default
to UTC. The tzdata package is still installed, so operators can set their
own timezone via the TZ environment variable when needed.

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>

* fix: remove trailing whitespace after line-continuation in Dockerfile.webhook

The backslash on the chmod line had a trailing space, so it escaped the
space instead of the newline. Strip it so the line continuation is
unambiguous.

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>

---------

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
…pdates (fluid-cloudnative#6125)

Bumps the codeql-action group with 3 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.36.2 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8aad20d...99df26d)

Updates `github/codeql-action/analyze` from 4.36.2 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8aad20d...99df26d)

Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8aad20d...99df26d)

---
updated-dependencies:
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeql-action
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeql-action
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeql-action
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-cloudnative#5827)

* test(dataset): add ginkgo unit coverage for dataset controller

Signed-off-by: Harsh <harshmastic@gmail.com>

* test(dataset): tighten dataset controller unit assertions

Signed-off-by: Harsh <harshmastic@gmail.com>

* test(dataset): drop stale envtest helper coverage

Signed-off-by: Harsh <harshmastic@gmail.com>

---------

Signed-off-by: Harsh <harshmastic@gmail.com>
…native#6097)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.48.0 to 0.55.0.
- [Commits](golang/net@v0.48.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…e#6130)

* update curvine image to support report cache states

Signed-off-by: xliuqq <xlzq1992@gmail.com>

* fix test

Signed-off-by: xliuqq <xlzq1992@gmail.com>

* update curvine image

Signed-off-by: xliuqq <xlzq1992@gmail.com>

---------

Signed-off-by: xliuqq <xlzq1992@gmail.com>
…tive#6133)

Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…native#6131)

Bumps the codeql-action group with 3 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action).


Updates `github/codeql-action/init` from 4.37.0 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

Updates `github/codeql-action/analyze` from 4.37.0 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

Updates `github/codeql-action/upload-sarif` from 4.37.0 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codeql-action
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tive#6132)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@924ae3a...b7ad1da)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-cloudnative#6135)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.82.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.82.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ement)

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
…, embed in deep-dive

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
…ndex

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
…generator)

Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants