Commit Graph

1386 Commits

Author SHA1 Message Date
yeasy
1163a95cf3 Add PDF download link to README 2026-03-25 23:09:26 -07:00
yeasy
c24c136b8d Install CJK fonts for PDF rendering 2026-03-25 23:05:52 -07:00
yeasy
d714f0ee85 Auto-create release on tag push 2026-03-25 22:53:05 -07:00
yeasy
fc113a2984 Bump version to v1.7.0 2026-03-25 22:47:27 -07:00
yeasy
0cc09bc182 Remove deprecated Compose version field v1.7.0 2026-03-25 21:57:30 -07:00
yeasy
24136c33d3 Update npm mirror and PHP to 8.3 2026-03-25 21:57:30 -07:00
yeasy
d6abed17da Simplify CI to mdpress only 2026-03-25 21:57:30 -07:00
yeasy
6dfe3eb2ac Upgrade etcd from v3.4.0 to v3.5.17 2026-03-25 19:53:20 -07:00
github-actions[bot]
47eafe1e7f Merge pull request #563 from yeasy/dependabot/github_actions/dependencies-9b828c8f3e
chore(deps): bump the dependencies group with 2 updates
2026-03-25 18:46:17 +00:00
dependabot[bot]
d494a19614 chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 18:46:02 +00:00
yeasy
05e1127177 Standardize preview docs 2026-03-24 21:55:16 -07:00
yeasy
ae9dd59355 Clean mdpress CI 2026-03-24 21:41:15 -07:00
yeasy
81cb59e50f Trim npm deps 2026-03-24 21:32:55 -07:00
yeasy
8ecf729198 Migrate docs to mdpress 2026-03-24 21:25:04 -07:00
yeasy
ee595e7cce Fix README navigation 2026-03-24 21:11:28 -07:00
yeasy
6479826898 Fix containerd config: use standard paths and socket
Replace non-standard /run/cri-containerd/ paths with official
/run/containerd/containerd.sock, simplify service setup to use
default containerd config generation, and add unix:// prefix
to CRI socket URIs per Kubernetes conventions.
2026-03-24 19:03:44 -07:00
yeasy
76c2ae50fe Add blank lines around headers 2026-03-24 09:27:04 -07:00
yeasy
2f7985225a Fix NUL bytes in mirror registry link 2026-03-24 09:26:59 -07:00
yeasy
8ed0b18e25 Bump version to v1.6.6 2026-03-24 09:26:54 -07:00
yeasy
44b1307277 Remove blank lines after code block markers 2026-03-21 22:36:09 -07:00
yeasy
370949f226 Add blank lines before headers 2026-03-21 12:57:51 -07:00
Baohua Yang
8e8c554482 fix: update docker-compose V1 syntax to V2 and add release PDF workflow
Replace remaining docker-compose command references with docker compose (V2).
Add GitHub Actions workflow to auto-generate PDF via mdpress on release.
2026-03-19 20:21:06 -07:00
Baohua Yang
e53266a97b Update mdpress build instructions: use brew and remove HonKit 2026-03-19 08:00:09 -07:00
Baohua Yang
0d96b77796 Add mdpress as local build method 2026-03-18 23:17:14 -07:00
yeasy
2ea6a720f1 Bump version to 1.6.5 2026-03-18 20:12:35 -07:00
yeasy
31abbbdf46 Embed local donation image 2026-03-18 19:44:03 -07:00
yeasy
65984bba30 Remove appendix writing rules 2026-03-18 19:43:41 -07:00
yeasy
ea7703aa12 Clarify Docker consistency diagrams 2026-03-18 19:43:18 -07:00
yeasy
e219abe45e Fix CI build to use honkit directly 2026-03-17 00:23:32 -07:00
yeasy
8d7541bed6 Convert bare URLs to markdown links 2026-03-16 23:28:44 -07:00
yeasy
3a417db2e2 Convert bare URLs to markdown links 2026-03-16 22:40:09 -07:00
yeasy
696070cba9 Remove redundant English from headings 2026-03-16 22:34:38 -07:00
yeasy
ddf6f7b2bc Fix extra space before bold text 2026-03-16 21:02:59 -07:00
yeasy
c02a8a41cd Update container runtime guidance 2026-03-16 20:49:00 -07:00
yeasy
b9c63a5133 Polish Docker workflow formatting 2026-03-16 00:32:49 -07:00
yeasy
d0c98e4791 Fix code block language tag in intro 2026-03-15 22:40:36 -07:00
yeasy
a8e7ba1551 修复错别字:。env → .env 2026-03-14 13:55:58 -07:00
yeasy
470271fa6a Fix outdated versions, template variables and version inconsistencies
- Update K8s Dashboard v2.0.0 to v2.7.0
- Update etcd v3.4.0 to v3.5.17
- Update PostgreSQL 15 to 16 for consistency
- Update Node.js 12 to 20 (current LTS)
- Replace unresolved GitBook template variables (CODE1/2/3/9)
2026-03-14 08:45:42 -07:00
yeasy
21ad5124ac Fix install script variables, comment style, BuildKit syntax and placeholders 2026-03-13 22:55:03 -07:00
yeasy
0ad3c7bea4 Fix Unicode punctuation, update model versions and correct content issues 2026-03-13 19:46:55 -07:00
yeasy
224e2738ce Replace straight quotes with curved quotes 2026-03-11 22:19:26 -07:00
yeasy
a33190bc50 Add book cover image 2026-03-09 19:07:12 -07:00
yeasy
6abe4934e7 Fix figure captions, numbering, and heading level 2026-03-09 19:03:47 -07:00
yeasy
3228bd8886 Fix broken AliCloud screenshot link 2026-03-09 21:43:51 -07:00
yeasy
ed92a5166b Expand Compose introduction and value proposition 2026-03-09 21:43:48 -07:00
yeasy
e15a0e77ba Clean gitignore 2026-03-09 20:04:22 -07:00
yeasy
bdaeeaa740 Add details for cloud images 2026-03-09 20:04:22 -07:00
yeasy
a16e0879c0 Improve READMEs and add contribution prompts 2026-03-09 20:04:21 -07:00
yeasy
c636c29fb9 Expand Tencent Cloud and Alibaba Cloud docs 2026-03-09 20:04:20 -07:00
yeasy
0d4c32dd46 Add pitfall notes to COPY and networking docs 2026-03-09 20:04:19 -07:00