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

Introduce v1beta1 CRD for replication objects. #132

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2022

  1. add go build tag and also rebase to latest dependency versions.

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    960be74 View commit details
    Browse the repository at this point in the history
  2. use latest controller-gen v0.9.0 in the build

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    caf40c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Add v1beta1 CRD version for replication* types

    This commit add v1beta1 CRD version for the replication objects
    and also update the CRD manifests.
    
    Addition to that, bundle version has been updated to v0.0.2
    
    boilerplate header has been updated to reflect current year.
    
    Fix: csi-addons#122
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cee3406 View commit details
    Browse the repository at this point in the history
  2. disable hughParam check of gocritic for the reconciler object

    This avoid below error:
      Error: hugeParam: r is heavy (80 bytes); consider passing it by pointer (gocritic)
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5c36b7a View commit details
    Browse the repository at this point in the history