Skip to content
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

DeliverySpec.BackoffDelay accept ISO8601 duration #3619

Merged
merged 2 commits into from
Jul 17, 2020

Conversation

pierDipi
Copy link
Member

@pierDipi pierDipi commented Jul 17, 2020

Fixes #3555

Proposed Changes

  • DeliverySpec.BackoffDelay accept ISO8601 duration
  • Update DeliverySpec.BackoffDelay documentation

Release Note

- 🐛 Fix bug 
`v1` and `v1beta1` DeliverySpec.BackoffDelay accept ISO8601 duration

@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 17, 2020
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Jul 17, 2020
@pierDipi
Copy link
Member Author

/cc @slinkydeveloper
/cc @lionelvillard

@slinkydeveloper
Copy link
Contributor

/lgtm
/approve
/hold for @lionelvillard review

@knative-prow-robot knative-prow-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 17, 2020
@knative-prow-robot knative-prow-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 17, 2020
@lionelvillard
Copy link
Member

@pierDipi thanks for doing this! Do you mind updating the design as well: https://github.com/knative/eventing/tree/master/docs/delivery

Signed-off-by: Pierangelo Di Pilato <[email protected]>
@knative-prow-robot knative-prow-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 17, 2020
@pierDipi
Copy link
Member Author

@lionelvillard 27988b5 Done, am I missing something?

@lionelvillard
Copy link
Member

nope all good. Thanks!
/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 17, 2020
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lionelvillard, pierDipi, slinkydeveloper

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [lionelvillard,slinkydeveloper]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@slinkydeveloper
Copy link
Contributor

/unhold

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 17, 2020
@knative-prow-robot knative-prow-robot merged commit 0768711 into knative:master Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeliverySpec.backoffDelay does not accept RFC3339 duration, but timestamp
5 participants