Skip to content
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

Oct rdmp #693

Merged
merged 4 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ We work with and rely on community feedback to focus our efforts to improve Carv
The following table includes the current roadmap for Carvel. If you have any questions or would like to contribute to Carvel, please attend a [community meeting](https://carvel.dev/community/) to discuss with our team. If you don't know where to start, we are always looking for contributors that will help us reduce technical, automation, and documentation debt.
Please take the timelines & dates as proposals and goals, not commitments. Priorities and requirements change based on community feedback, roadblocks encountered, community contributions, etc. If you depend on a specific item, we encourage you to attend community meetings to get updated status information, or help us deliver that feature by contributing to Carvel.

`Last Updated: July 2023`
|Feature|Stage|Timeline|
`Last Updated: October 2023`
|Feature|Stage|Timeline|
|---|---|---|
**[ytt]** [Support emitting comments in resulting YAML](https://github.com/carvel-dev/ytt/issues/63) | [Proposal](https://github.com/carvel-dev/carvel/pull/657) In-progress| TBD |
**[Carvel]** [Signature and SLSA attestation for all Carvel artefacts](https://github.com/carvel-dev/carvel/issues/619) | Awaiting Proposal| TBD |
**[kctrl]** [Release package repository as tar](https://github.com/carvel-dev/kapp-controller/issues/1277) | Proposal in Progress | 2023 Q4 |
**[kctrl]** [Multiple enhancements](https://github.com/carvel-dev/kapp-controller/issues/1270) | In Progress | 2023 Q4 |
**[vendir]** [Lazy Synching](https://github.com/carvel-dev/vendir/issues/278) | In Progress| 2023 Q4 |
**[Carvel]** [Signature and SLSA attestation for all Carvel artefacts](https://github.com/carvel-dev/carvel/issues/619) | Proposal added| TBD |
**[Carvel]** Carvel supports the ability to sign and verify assets (such as images, bundles, pkg/pkgr). |Awaiting Proposal| TBD |

Please note that the maintainers are actively monitoring other Carvel tools that are not explicitly listed in the roadmap, e.g. kbld, vendir etc. While the maintainers have prioritized the big features listed above, if you would like us to address issues that are important to you please don't hesitate to share them with us. One way to share your feedback is by voting on an existing issue or you could simply bring them up during our community meeting.
2 changes: 2 additions & 0 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ directories:
identifiers: [beta, rc]
# skip downloading lfs files (optional)
lfsSkipSmudge: false
# skip SSL/TLS verification (optional)
dangerousSkipTLSVerify: false
# skip initializing any git submodules (optional; v0.28.0+)
skipInitSubmodules: false
# verify gpg signatures on commits or tags (optional; v0.12.0+)
Expand Down
Loading