-
Notifications
You must be signed in to change notification settings - Fork 480
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
Including new label #797
Including new label #797
Conversation
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa <[email protected]>
I think this broke deployments that deploy containers with sha256 hashes. A k8s label is limited to 63 characters, and a sh256 hash is 64 characters, resulting in errors like `
|
Yeah, this introduced a breaking regression per #879 @yuriolisa @jpkrohling |
…elemetry#797) * Including new label Signed-off-by: Yuri Sa <[email protected]> * Checking len of version var Signed-off-by: Yuri Sa <[email protected]> * Fixing function signature Signed-off-by: Yuri Sa <[email protected]> * Fixing linters Signed-off-by: Yuri Sa <[email protected]> * Fixing number of labels in test files Signed-off-by: Yuri Sa <[email protected]> * Test len of label version for configmap Signed-off-by: Yuri Sa <[email protected]> * Added missing len check Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Yuri Sa [email protected]
Resolves #394