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: upgrade controller-gen to 0.14.0 to fix panic #460

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. fix: upgrade controller-gen to 0.14.0 to fix panic

    controller-gen panics on some of our repos now, specifically found this
    in database-credential-operator.
    
    ```
    go run sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 object paths=./api/k8s/database/v1
    panic: runtime error: invalid memory address or nil pointer dereference [recovered]
            panic: runtime error: invalid memory address or nil pointer dereference
    [signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x103280e80]
    
    ```
    
    kubernetes-sigs/controller-tools#888
    evadnoob committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8c9dc22 View commit details
    Browse the repository at this point in the history