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

Update operator-sdk to 1.3.0 #86

Merged
merged 3 commits into from
Feb 4, 2021
Merged

Commits on Feb 1, 2021

  1. Update go code to operator-sdk 1.3.0

    - Move pkg/api and pkg/controller and cmd/manager/main.go to project
    root and update them according to new sdk structure
    - Update Makefile with new rules
    - Move build/Dockerfile project root
    - Add new auto generated config dir
    
    Signed-off-by: Mamduh Alassi <mamduhala@mellanox.com>
    Mmduh-483 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    29afca7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Update deployment files

    - Move move example/delete-operator.sh example/deploy-operator.sh to scripts/
    - Read CRDs from config/crd/bases
    - Update README
    
    Signed-off-by: Mamduh Alassi <mamduhala@mellanox.com>
    Mmduh-483 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    2e0f3da View commit details
    Browse the repository at this point in the history
  2. Update helm crd files

    Signed-off-by: Mamduh Alassi <mamduhala@mellanox.com>
    Mmduh-483 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    42743c0 View commit details
    Browse the repository at this point in the history