-
Notifications
You must be signed in to change notification settings - Fork 164
Revert "tenant: open file to send utf-8 encoded" #1136
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
Conversation
This reverts commit a865889. By restricting files to be sent to be utf-8 encoded, this commit made impossible to send zipped payloads using the tenant '-f' sub-option of the 'add' command. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
|
We changed it back because it broke |
🎉 This PR is included in version 6.5.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@maugustosilva why is this merged? It currently breaks a lot of the e2e CI. |
It's also interesting to note that the bot tagged a 6.5.2 release. |
@THS-on Ah, I did not realize it was breaking the e2e CI! My mistake then. It passed our internal e2e CI, it had two approvals (mine and Mike Peters) and that is why I have merged it. I will revert momentarily. |
This reverts commit 5a09d75.
Sorry, I hadn't finished the PR yet as the tests were failing, but forgot to mark as Draft. I'll fix this completely and then open a PR. |
No worries, my mistake. Will revert and let you come back when it is fully fixed. |
maybe we can release 6.5.3 with this revert? |
@maugustosilva please also increase the version number of Keylime before before releasing 6.5.3 otherwise the upload to pypi will fail. |
Oops, too late just saw it now... Will increase the version on a separate PR then. |
🎉 This PR is included in version 6.5.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Revert "tenant: open file to send utf-8 encoded" This reverts commit a865889. By restricting files to be sent to be utf-8 encoded, this commit made impossible to send zipped payloads using the tenant '-f' sub-option of the 'add' command. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
…" (keylime#1141) This reverts commit 5a09d75. Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
…lime#1136)" (keylime#1141)" This reverts commit 9515225. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
* Revert "tenant: open file to send utf-8 encoded" This reverts commit a865889. By restricting files to be sent to be utf-8 encoded, this commit made impossible to send zipped payloads using the tenant '-f' sub-option of the 'add' command. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
…" (keylime#1141) This reverts commit 5a09d75. Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
* Revert "tenant: open file to send utf-8 encoded" This reverts commit a865889. By restricting files to be sent to be utf-8 encoded, this commit made impossible to send zipped payloads using the tenant '-f' sub-option of the 'add' command. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
…" (keylime#1141) This reverts commit 5a09d75. Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
…lime#1136)" (keylime#1141)" This reverts commit 9515225. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Signed-off-by: Maurizio Drocco <maurizio.drocco@ibm.com>
This reverts commit a865889.
By restricting files to be sent to be utf-8 encoded, this commit made impossible to send zipped payloads using the tenant '-f' sub-option of the 'add' command.
Signed-off-by: Anderson Toshiyuki Sasaki ansasaki@redhat.com