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

bug: openapi-gen and view PATH #217

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 27, 2024

Problem: the disable view currently is adding the view bin to the path, and openapi-gen had a release (today, 2/26/2024) where the go.mod is invalid for go 1.20 (minor version string not supported) and the input -i is removed. To fix this, we pin the commit from 2 days ago, and for the view, we ensure we do not change the path if it is being disabled.

Details on openapi-gen bug here: kubernetes/kube-openapi#461

Problem: the disable view currently is adding the view bin to the path,
and controller-gen had a release (today, 2/26/2024) where the go.mod is
invalid for go 1.20 (minor version string not supported) and the input
-i is removed. To fix this, we pin the commit from 2 days ago, and
for the view, we ensure we do not change the path if it is being
disabled

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch changed the title bug: disable view should not update path bug: openapi-gen and view PATH Feb 27, 2024
@vsoch vsoch merged commit 004ab42 into test-refactor-modular Feb 28, 2024
24 checks passed
@vsoch vsoch deleted the bug-disable-view-pin-controller-gen branch February 28, 2024 00:27
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