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

go.mod: Bump openshift/api to latest for DNSRecord typo #629

Commits on Jun 28, 2021

  1. go.mod: Bump to latest openshift/api

    This commit contains the output of the following commands:
    
    ```
    go get github.com/openshift/api@841ec03e5006cf2b758b3cf020c5ade1da13f98d
    go mod tidy
    go mod vendor
    ```
    
    Commit 841ec03 comes from openshift/api#949,
    which fixed a small typo in the DNSRecord CRD.
    sgreene570 committed Jun 28, 2021
    Copy the full SHA
    25bd2f0 View commit details
    Browse the repository at this point in the history
  2. manifests: Bump vendored CRDs via make generate

    Run `make generate` and commit the output.
    sgreene570 committed Jun 28, 2021
    Copy the full SHA
    90c9183 View commit details
    Browse the repository at this point in the history