-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): update documentation for v0.5.0 #1666
Conversation
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1666 +/- ##
=======================================
Coverage 43.81% 43.81%
=======================================
Files 202 202
Lines 12935 12935
=======================================
Hits 5667 5667
Misses 7026 7026
Partials 242 242 ☔ View full report in Codecov by Sentry. |
- Remove mentions of `id` field for Freight. - Change `verificationResult` to `verificationInfo`. - Document newly introduced `verificationHistory` field. - Document `alias` field and label for Freight. - Small fixes of things I found along the way. Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
e2ff065
to
6064655
Compare
:::note | ||
For more information on aliases, refer to the [aliases](./30-how-to-guides/15-working-with-freight.md#aliases) | ||
and [updating aliases](./30-how-to-guides/15-working-with-freight.md#updating-aliases) | ||
sections of the "Working with Freight" how-to guide. | ||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 Thank you for this!
Fixes:Partly addresses: #1656id
field for Freight.verificationResult
toverificationInfo
.verificationHistory
field.alias
field and label for Freight.