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

chore: update the roadmap after v1.3.0 release #1817

Merged
merged 15 commits into from
Sep 25, 2024

Conversation

yizha1
Copy link
Collaborator

@yizha1 yizha1 commented Sep 19, 2024

Description

What this PR does / why we need it:

Update the roadmap after v1.3.0 release

Which issue(s) this PR fixes (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged):

Fixes #

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Helm Chart Change (any edit/addition/update that is necessary for changes merged to the main branch)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • Does the affected code have corresponding tests?
  • Are the changes documented, not just with inline documentation, but also with conceptual documentation such as an overview of a new feature, or task-based documentation like a tutorial? Consider if this change should be announced on your project blog.
  • Does this introduce breaking changes that would require an announcement or bumping the major version?
  • Do all new files have appropriate license header?

Post Merge Requirements

  • MAINTAINERS: manually trigger the "Publish Package" workflow after merging any PR that indicates Helm Chart Change

susanshi and others added 13 commits July 16, 2024 10:53
chore: automated PR to main 2024-07-14
chore: automated PR to main 2024-07-21
chore: automated PR to main 2024-07-28
chore: automated PR to main 2024-08-11
chore: automated PR to main 2024-08-18
chore: automated PR to main 2024-09-01
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Binbin Li <[email protected]>
Co-authored-by: Juncheng Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akash Singhal <[email protected]>
Co-authored-by: Josh Duffney <[email protected]>
@yizha1 yizha1 marked this pull request as ready for review September 19, 2024 06:32
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Signed-off-by: Yi Zha <[email protected]>
@junczhu
Copy link
Collaborator

junczhu commented Sep 23, 2024

JFYI, we may need to include Signed-off-by: Author Name [email protected] in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

@yizha1
Copy link
Collaborator Author

yizha1 commented Sep 25, 2024

@binbin-li can you take a look at this commit, it seems this one missed the sign-off. Please let me know how to fix it. Thanks. /cc @junczhu

Commit sha: 088154d, Author: Binbin Li, Committer: GitHub; The sign-off is missing.

@binbin-li binbin-li merged commit d3e49d2 into ratify-project:dev Sep 25, 2024
18 checks passed
@junczhu
Copy link
Collaborator

junczhu commented Sep 25, 2024

@binbin-li can you take a look at this commit, it seems this one missed the sign-off. Please let me know how to fix it. Thanks. /cc @junczhu

Commit sha: 088154d, Author: Binbin Li, Committer: GitHub; The sign-off is missing.

This is regarding to add or parse trailer lines that look similar to RFC 822 e-mail headers, at the end of the otherwise free-form part of a commit message. For example, in the following commit message

subject

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Signed-off-by: Alice <[email protected]>
Signed-off-by: Bob <[email protected]>

the last two lines starting with "Signed-off-by" are trailers.

For convenience, a can be configured to make using --trailer shorter to type on the command line. This can be configured using the trailer..key configuration variable. The must be a prefix of the full string, although case sensitivity does not matter. For example, if you have

trailer.sign.key "Signed-off-by: "
in your configuration, you only need to specify --trailer="sign: foo" on the command line instead of --trailer="Signed-off-by: foo".

Reference: https://git-scm.com/docs/SubmittingPatches#sign-off

cc\ @yizha1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants