docs(olivetin): sync 3000.16.2 default#382
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdated the OliveTin playground configuration to add an image.tag field defaulting to 3000.16.2 and changed configInit.image.tag default from 1.37.0 to 1.37. Registered olivetin in the site's playground sync mapping. Updated documentation with the new image tag and an Upgrade Notes section. ChangesOliveTin image tag update
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 8, 2026
Closes #701. ## Summary - Bump OliveTin from `3000.16.1` to `3000.16.2`. - Update chart defaults, values schema, unittest expectations, README, and site docs. - Fix existing template standards warnings by adding the chart validate helper and simplifying the Gateway API example so the template generates the default backendRef. ## Upstream Evidence - GitHub release: https://github.com/OliveTin/OliveTin/releases/tag/3000.16.2 - Release status verified with GitHub CLI: not draft, not pre-release, published `2026-06-29T20:12:19Z`. - Docker Hub image manifest verified: `docker.io/jamesread/olivetin:3000.16.2`. - Manifest platforms: `linux/amd64`, `linux/arm64`. - Upstream notes: bugfix release for Windows packaging/installer bits and flaky unit tests; upstream reports no upgrade warnings or breaking changes. ## Site Sync - Site PR: helmforgedev/site#382 ## Validation - `make image-verify IMAGE=docker.io/jamesread/olivetin:3000.16.2` - `make deps-check CHART=olivetin` - `helm unittest charts/olivetin` passed: 6 suites, 38 tests. - `make standards-check CHART=olivetin` - `node scripts/charts/template-standards-check.js --chart olivetin` - `make validate-chart CHART=olivetin` passed fully: 15 layers, including k3d behavioral validation for default plus all CI values scenarios. - `make site-sync-check CHART=olivetin` - `make release-check REPO=charts` - `make attribution-check REPO=charts` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated the chart and default container image to version `3000.16.2`. * Added release notes covering the latest version and upgrade guidance. * **Documentation** * Refreshed the chart README to match the new default image tag. * Clarified that this update has no breaking changes or upgrade warnings. * **Tests** * Updated chart rendering expectations to use the new image version. * **Refactor** * Minor chart template and example cleanup to align with the updated release. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: MergeCheck <mergecheck@example.invalid>
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.
Summary
3000.16.2.1.37.0to the chart default1.37.Validation
make site-sync-check CHART=olivetinnpm run format:checknpm run lintnpm run buildmake release-check REPO=sitemake attribution-check REPO=siteSummary by CodeRabbit
New Features
Documentation