-
Notifications
You must be signed in to change notification settings - Fork 34
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
add mesh to traffic-templates #1465
Conversation
kalantar
commented
May 15, 2023
- add mesh gateway to traffic-templates
- also remove lingering references to hub repo
failing tests are known; are related to #1460 |
Signed-off-by: Michael Kalantar <[email protected]>
Signed-off-by: Michael Kalantar <[email protected]>
Signed-off-by: Michael Kalantar <[email protected]>
Signed-off-by: Michael Kalantar <[email protected]>
@@ -23,6 +23,6 @@ | |||
headers: | |||
Authorization: token {{ .token }} | |||
Accept: application/vnd.github+json | |||
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/hub/iter8-0.12.1/templates/_payload-github.tpl" .payloadTemplateURL }} | |||
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/iter8-0.13.7/templates/notify/_payload-github.tpl" .payloadTemplateURL }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be pointing to 0.13.7
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is now an iter8 0.14.0 release https://github.com/iter8-tools/iter8/releases/tag/iter8-0.14.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm