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

fix panic reading empty targetRef from ep #455

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Conversation

jcmoraisjr
Copy link
Owner

Endpoint's targetRef was being read without checking for nil value. A string targetRef version is optional and used eg on blue/green deployment. Using an empty string if nil is enough.

Should be merged to v0.8

Endpoint's targetRef was being read without checking for nil value. A string targetRef version is optional and used eg on blue/green deployment. Using an empty string if nil is enough.

Should be merged to v0.8
@jcmoraisjr jcmoraisjr merged commit ddbab90 into master Nov 18, 2019
@jcmoraisjr jcmoraisjr deleted the jm-fix-ep-targetref branch November 18, 2019 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant