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

Remove sinkCredential from Subscription schema in event-subscription-template.yaml #400

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

eric-murray
Copy link
Collaborator

What type of PR is this?

  • correction

What this PR does / why we need it:

Remove sinkCredential from Subscription schema in event-subscription-template.yaml as it cannot be used

Which issue(s) this PR fixes:

Fixes #399

Does this PR introduce a breaking change?

  • Yes
  • No

Note: anyone who was returning sink credentials in responses might complain this breaks their implementation, but they should not have been doing that anyway

Special notes for reviewers:

None

Changelog input

 release-note
 - Remove sinkCredential from Subscription schema in event-subscription-template.yaml

Additional documentation

None

Copy link
Collaborator

@patrice-conil patrice-conil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rartych rartych added correction correction in documentation Spring25 labels Jan 30, 2025
@PedroDiez
Copy link
Collaborator

LGTM, just editorial comment in Line 14,
version: 0.2.0-rc.1

as we have already reached r2.2
https://github.com/camaraproject/Commonalities/blob/r2.2/artifacts/camara-cloudevents/event-subscription-template.yaml#L14

@eric-murray
Copy link
Collaborator Author

LGTM, just editorial comment in Line 14, version: 0.2.0-rc.1

as we have already reached r2.2

This PR won't affect the file version - it is picking that up from the main branch. The usual approach after a (pre-)release is for the person doing the release to immediately raise a new PR to reset all version numbers back to WIP. Once the version number is reset, this PR can be merged and all will be well.

Copy link
Collaborator

@PedroDiez PedroDiez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@rartych rartych left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rartych rartych merged commit 95eb009 into camaraproject:main Feb 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction correction in documentation Spring25
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sinkCredential should not be a property of Subscription in event-subscription-template.yaml
4 participants