yeasy
4f34defc43
Fix PDF badge link to releases page
2026-03-27 11:43:38 -07:00
yeasy
8c33bd72e9
Update README with badges and mdpress fix
2026-03-27 11:18:08 -07:00
yeasy
a60280774d
Update release workflow with PDF tag naming
2026-03-27 11:18:08 -07:00
yeasy
cd4119ac7e
Add PDF build to CI workflow
2026-03-27 11:05:47 -07:00
yeasy
ad86167469
Sync SUMMARY titles and fix version
2026-03-27 10:52:57 -07:00
Baohua Yang
f2f6858745
chore: update content and add generated PDF
2026-03-27 08:43:47 -07:00
yeasy
60df65e65b
Update cAdvisor dive hadolint versions
2026-03-26 20:04:37 -07:00
yeasy
254e8d545f
Update cri-dockerd and Kind versions
2026-03-26 20:04:32 -07:00
yeasy
f71e88be6a
Update etcd to v3.5.21
2026-03-26 20:04:26 -07:00
yeasy
d357642cb4
Update etcd to v3.6.8
2026-03-26 20:03:25 -07:00
yeasy
d46087b164
Update Dashboard to Helm install method
2026-03-26 20:02:27 -07:00
yeasy
0fd59ce836
Minor update
2026-03-26 10:03:16 -07:00
yeasy
5246d9ecf6
Minor update
2026-03-26 10:02:41 -07:00
yeasy
847d5f2dc0
Shorten overly long FAQ heading
2026-03-26 09:04:16 -07:00
yeasy
d2ede0b704
Revert roadmap to Mermaid format
2026-03-26 08:56:11 -07:00
yeasy
41b6992819
Replace Mermaid roadmap with SVG image
2026-03-26 08:54:54 -07:00
yeasy
c0abba1d7f
Localize remaining external images
2026-03-26 08:51:29 -07:00
yeasy
a6e105b093
Localize Kubernetes settings image
2026-03-26 08:46:52 -07:00
yeasy
305480c26a
Bump version to v1.7.0
2026-03-26 08:42:51 -07:00
yeasy
c31edd1ca7
Add CJK font support to CI
2026-03-26 08:42:40 -07:00
yeasy
185b39637b
Add PDF download link to README
2026-03-25 23:09:26 -07:00
yeasy
092c85ad00
Install CJK fonts for PDF rendering
v1.7.0
2026-03-25 23:05:52 -07:00
yeasy
6dbae98f8e
Auto-create release on tag push
2026-03-25 22:53:05 -07:00
yeasy
51ee7f72cd
Bump version to v1.7.0
2026-03-25 22:47:27 -07:00
yeasy
d4d859d006
Remove deprecated Compose version field
2026-03-25 21:57:30 -07:00
yeasy
3bea13cf5f
Update npm mirror and PHP to 8.3
2026-03-25 21:57:30 -07:00
yeasy
fc7c743c05
Simplify CI to mdpress only
2026-03-25 21:57:30 -07:00
yeasy
3da9210e3f
Upgrade etcd from v3.4.0 to v3.5.17
2026-03-25 19:53:20 -07:00
github-actions[bot]
bcc7bf1d6d
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]
607a67888a
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
96234e3426
Standardize preview docs
2026-03-24 21:55:16 -07:00
yeasy
2c8b1a4d7d
Clean mdpress CI
2026-03-24 21:41:15 -07:00
yeasy
740f12331a
Trim npm deps
2026-03-24 21:32:55 -07:00
yeasy
793cc64738
Migrate docs to mdpress
2026-03-24 21:25:04 -07:00
yeasy
4f22d87afc
Fix README navigation
2026-03-24 21:11:28 -07:00
yeasy
20e08b420e
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
ae8636e96f
Add blank lines around headers
2026-03-24 09:27:04 -07:00
yeasy
857e3b73f6
Fix NUL bytes in mirror registry link
2026-03-24 09:26:59 -07:00
yeasy
225270718c
Bump version to v1.6.6
2026-03-24 09:26:54 -07:00
yeasy
9ac19d79ee
Remove blank lines after code block markers
2026-03-21 22:36:09 -07:00
yeasy
312f8fea42
Add blank lines before headers
2026-03-21 12:57:51 -07:00
Baohua Yang
0648f63979
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
af8b922517
Update mdpress build instructions: use brew and remove HonKit
2026-03-19 08:00:09 -07:00
Baohua Yang
3d6b61dae2
Add mdpress as local build method
2026-03-18 23:17:14 -07:00
yeasy
649a3ddd9e
Bump version to 1.6.5
2026-03-18 20:12:35 -07:00
yeasy
e661ca0dd0
Embed local donation image
2026-03-18 19:44:03 -07:00
yeasy
b82e0ec031
Remove appendix writing rules
2026-03-18 19:43:41 -07:00
yeasy
a1f1113901
Clarify Docker consistency diagrams
2026-03-18 19:43:18 -07:00
yeasy
bef369dc27
Fix CI build to use honkit directly
2026-03-17 00:23:32 -07:00
yeasy
608949b9ee
Convert bare URLs to markdown links
2026-03-16 23:28:44 -07:00