-
Notifications
You must be signed in to change notification settings - Fork 138
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
fix: remove attestation-name input and output #3313
fix: remove attestation-name input and output #3313
Conversation
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Signed-off-by: Ramon Petgrave <ramon.petgrave64@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.
nit: can you edit the CHANGELOG
@laurentsimon Yeah I did edit the changelog, but not as a breaking change since we're removing an already deprecated thing. |
Let's make it breaking, because some folks are still using it. Wdut? |
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Alright |
I think making it breaking is a good call because removing something that's deprecated is a breaking change regardless of whether it was deprecated or not. Deprecated just means that it will be removed (in a major release) in the future. |
This reverts commit e64a212.
This reverts commit e64a212.
This reverts commit e64a212.
This reverts commit e64a212. Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Summary
final
step #3031attestation-name
deprecation warning #3072attestation-name
input and output from thegenerator_generic_slsa3.yml
, which has been deprecated forprovenance-name
.Testing Process
We cannot properly test workflow changes without first merging to
main
, and revert if tests fail. After merging we willpre-submit e2e generic default
Checklist