-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deprecate config-trusted-resources when VerificationPolicy is supported #5852
Comments
/assign |
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
Note: Trusted resources are currently in alpha, so removing config-trusted-resources is allowed by our deprecation policy with one release worth of warning. This configmap was marked as deprecated in release v0.45.0. |
Thank you! |
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Trusted resources is alpha feature so the configmap can be deprecated with one release notice. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Trusted resources is alpha feature so the configmap can be deprecated with one release notice. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Trusted resources is alpha feature so the configmap can be deprecated with one release notice. Closes #5852 Signed-off-by: Yongxuan Zhang [email protected]
This commit removes trusted-resources-config. The deprecation is announced in release v0.45. The reason of removing is that trusted-resources-config is used to store public keys for verificaiton but Verification Policy has already covered all the functionalities and has more advanced features. Since there are not any other fields in trusted-resources-config we decided to remove it. Trusted resources is alpha feature so the configmap can be deprecated with one release notice. Closes tektoncd#5852 Signed-off-by: Yongxuan Zhang [email protected]
config-trusted-resources is introduced for trusted resources to store public key reference, the feature will be fully covered by VerificationPolicy and should be deprecated in future releases.
/kind api-change
The text was updated successfully, but these errors were encountered: