Conversation
fseldow
requested review from
akashsinghal,
binbin-li,
luisdlp,
susanshi and
toddysm
as code owners
August 31, 2026 10:38
✅ Deploy Preview for ratifydev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates the version-1.4 documentation to reference the latest Ratify v1.4.x patch release (v1.4.5) in installation and signature verification examples, keeping the docs aligned with currently released artifacts.
Changes:
- Bumped Helmfile
refin the v1.4 quick start install/uninstall commands fromv1.4.0tov1.4.5. - Updated
notation verifyandcosign verifyexample image tags in the v1.4 security reference fromv1.4.0tov1.4.5.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| versioned_docs/version-1.4/reference/security.md | Updates verification example image tags to v1.4.5. |
| versioned_docs/version-1.4/quick-start.mdx | Updates Helmfile install/uninstall commands to use ref=v1.4.5. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
fseldow
force-pushed
the
docs/bump-v1.4-getting-started-to-v1.4.5
branch
3 times, most recently
from
August 31, 2026 16:43
33ab6f1 to
b135a44
Compare
Update the version-1.4 quick-start helmfile ref and security verification examples from v1.4.0 to the latest patch release v1.4.5. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Xinhe Li <xinhl@microsoft.com>
fseldow
force-pushed
the
docs/bump-v1.4-getting-started-to-v1.4.5
branch
from
August 31, 2026 16:45
b135a44 to
037479f
Compare
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.
Description
The version-1.4 documentation still referenced Ratify
v1.4.0in the getting-started install command and the signature-verification examples, even thoughv1.4.1throughv1.4.5have since been released (v1.4.5is the latest).This PR bumps those references to the latest
1.4.xpatch release:versioned_docs/version-1.4/quick-start.mdx–helmfile sync/destroyrefsv1.4.0->v1.4.5versioned_docs/version-1.4/reference/security.md–notation verify/cosign verifyexample image tagsv1.4.0->v1.4.5No other content changes.