[release-v0.23] add patch of missing versions#1389
Conversation
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
|
still investigating why it failed but in the mean while I'll retest |
|
We actually have to apply the patch file. It's not done automatically. It's only done automatically when the branch is created |
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
Done |
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
|
The |
|
@devguyio please see here this patch for your branch: devguyio#2 |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
@devguyio here is one more issue: |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
| @@ -24,7 +24,7 @@ spec: | |||
| restartPolicy: "Never" | |||
| containers: | |||
| - name: eventshub | |||
| image: registry.ci.openshift.org/openshift/knative-v0.23.0:knative-eventing-test-eventshub | |||
| image: ko://knative.dev/reconciler-test/cmd/eventshub | |||
There was a problem hiding this comment.
ught... that's a revert we don't want ..
following up on that ...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
/lgtm |
|
/retest
On Thu 2. Sep 2021 at 19:44, openshift-ci[bot] ***@***.***> wrote:
@devguyio <https://github.com/devguyio>: The following test *failed*, say
/retest to rerun all failed tests or /retest-required to rerun all
mandatory failed tests:
Test name Commit Details Rerun command
ci/prow/47-reconciler-aws-ocp-47 61da85b
<61da85b>
link
<https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_knative-eventing/1389/pull-ci-openshift-knative-eventing-release-v0.23-47-reconciler-aws-ocp-47/1433421973827883008> /test
47-reconciler-aws-ocp-47
Full PR test history
<https://prow.ci.openshift.org/pr-history?org=openshift&repo=knative-eventing&pr=1389>.
Your PR dashboard
<https://prow.ci.openshift.org/pr?query=is:pr+state:open+author:devguyio>.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/guide/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#1389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGPTV5YVGOBUQNJAU7HBDT76ZV3ANCNFSM5DH32ZLA>
.
--
Sent from Gmail Mobile
|
|
/retest
On Fri 3. Sep 2021 at 00:01, openshift-ci[bot] ***@***.***> wrote:
@devguyio <https://github.com/devguyio>: The following test *failed*, say
/retest to rerun all failed tests or /retest-required to rerun all
mandatory failed tests:
Test name Commit Details Rerun command
ci/prow/47-reconciler-aws-ocp-47 61da85b
<61da85b>
link
<https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_knative-eventing/1389/pull-ci-openshift-knative-eventing-release-v0.23-47-reconciler-aws-ocp-47/1433486649349640192> /test
47-reconciler-aws-ocp-47
Full PR test history
<https://prow.ci.openshift.org/pr-history?org=openshift&repo=knative-eventing&pr=1389>.
Your PR dashboard
<https://prow.ci.openshift.org/pr?query=is:pr+state:open+author:devguyio>.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/guide/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#1389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGPTWDQTLFQBAVWNPCJKTT77X2PANCNFSM5DH32ZLA>
.
--
Sent from Gmail Mobile
|
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
| @@ -62,7 +62,7 @@ func createCertTemplate(name, namespace string, notAfter time.Time) (*x509.Certi | |||
| Organization: []string{organization}, | |||
| CommonName: commonName, | |||
| }, | |||
| SignatureAlgorithm: x509.SHA256WithRSA, | |||
| SignatureAlgorithm: x509.PureEd25519, | |||
There was a problem hiding this comment.
This would be a regression, won't work on FIPS enabled clusters.
There was a problem hiding this comment.
ugh - yeah
related PR here: e7b9776#diff-37c9e2e0678e8fdad32b5400892c0e3c17f41abd8efcffbe108c8a31e180c0c0
| // regular update using the same manager name. | ||
| // Note that the APIVersion field is not related to the Subresource field and | ||
| // it always corresponds to the version of the main resource. | ||
| Subresource string `json:"subresource,omitempty" protobuf:"bytes,8,opt,name=subresource"` | ||
| } |
There was a problem hiding this comment.
this revert would be a regression of 69d6d4e (SRVKS-790)
|
|
||
| // Subresource is the name of the subresource used to update that object, or | ||
| // empty string if the object was updated through the main resource. The | ||
| // value of this field is used to distinguish between managers, even if they | ||
| // share the same name. For example, a status update will be distinct from a | ||
| // regular update using the same manager name. | ||
| // Note that the APIVersion field is not related to the Subresource field and | ||
| // it always corresponds to the version of the main resource. | ||
| Subresource string `json:"subresource,omitempty" protobuf:"bytes,8,opt,name=subresource"` |
There was a problem hiding this comment.
this is another patch we would loos - for OCP 4.9
| metrics.Record(ctx, requestCountM.M(1)) | ||
| metrics.RecordBatch(ctx, requestCountM.M(1), | ||
| // Convert time.Duration in nanoseconds to milliseconds | ||
| responseTimeInMsecM.M(float64(d.Milliseconds()))) | ||
| return nil |
* Rollback certificate algorithm changes (knative#1281) (knative#1283) Co-authored-by: Markus Thömmes <markusthoemmes@me.com> * mute noisy metrics * [SRVKS-790] Patch subresource to unblock webhooks on 4.9 (knative#1361) Co-authored-by: Markus Thömmes <markusthoemmes@me.com> Co-authored-by: Stavros Kontopoulos <skontopo@redhat.com>
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, devguyio, lberk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add a patch which adds the dropped versions of all eventing APIs.