docs: 0.1.0 public-docs overhaul + dependency bumps#495
Merged
Conversation
Public-facing docs (README, Antora site) and dependency versions prepped for the 0.1.0 release. Docs: - README: badges, modules table, 346-chart byte-parity, library/REST/CLI surfaces, gotmpl4j as the external engine; correct versions; accurate TemplateAction.render(...) examples. Drop the "100% coverage" overclaim. - index/architecture: engine is now external gotmpl4j (Maven Central), not an in-tree module; add jhelm-rest/jhelm-plugin; CLI 16 -> 22 commands. - roadmap: mark gotmpl4j extraction done; 300 -> 346 charts; fix the compatibility matrix (Chart Dependencies + Hooks are implemented, not pending; Sprig gaps tracked rather than "100%"). - nav: group function catalogues; drop the two engine-internals pages (template-engine, extending-functions) now owned by gotmpl4j. - add changelog.adoc (0.1.0 notes + known limitations); antora jhelm-version 0.0.1-SNAPSHOT -> 0.1.0; fix stale jhelm-gotemplate* module names. Dependencies (build + 499 tests + 346-chart parity all green): - Spring Boot 4.0.6 -> 4.0.7 (stay on 4.0.x line) - Kubernetes Client 25.0.0 -> 26.0.0 - commons-compress 1.26.1 -> 1.28.0, bouncycastle 1.83 -> 1.84, chicory 1.7.2 -> 1.7.5, swagger-annotations 2.2.34 -> 2.2.52, springdoc-openapi 3.0.2 -> 3.0.3 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U5yvjG89AqMHPAGJawSmg9
Contributor
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares jhelm's public-facing docs and dependency versions for the 0.1.0 release. Part of #494.
Docs
helm template; a modules table; library + Spring Boot starter + REST + CLI surfaces; gotmpl4j called out as the external engine; corrected versions; accurateTemplateAction.render(...)examples. Dropped the "100% Sprig and Helm coverage" overclaim.jhelm-rest/jhelm-plugin; CLI 16 → 22 commands.template-engine,extending-functions) now owned by gotmpl4j. Kept and correctedcore-engine,sprig-functions,function-coverage.jhelm-version0.0.1-SNAPSHOT → 0.1.0; fixed stalejhelm-gotemplate*module names across pages.Dependency bumps
Verified: full build + 499 tests + 346-chart parity all green.
Note
The README Maven Central and codecov badges will read "not found"/"unknown" until the first 0.1.0 publish populates them — expected, they self-heal on release.
🤖 Generated with Claude Code