-
Notifications
You must be signed in to change notification settings - Fork 1k
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(cf): fix error description with v2 routes/route-mappings #5119
fix(cf): fix error description with v2 routes/route-mappings #5119
Conversation
chore(logs): allow anonymous front50 artifact fetching (#5066)
Just to clarify from a backport perspective. This was working in version 1.21. It started failing in version 1.22. |
@Mergifyio backport release-1.22.x release-1.23.x |
(cherry picked from commit f9be9d7)
(cherry picked from commit f9be9d7)
Command
|
Fixes this -> spinnaker/spinnaker#6163 |
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
This problem caused server groups to not deploy and error out if you had a route in your manifest. It also rendered the map/unmap route stages useless. This change needs to be backported to 1.23, 1.22. I spent a decent amount of time trying to figure out why this worked in previous versions and was unable to find the causation. I've added tests to cover the new logic and ensure proper mapping. This class will eventually go away as we move towards okhttp3 and dynamic api binding for services based on the supported cf version.