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

Create a new version of odf-operator #472

Open
wants to merge 10 commits into
base: main-v2
Choose a base branch
from

Commits on Sep 9, 2024

  1. Initialize domain openshift.io scaffold

    operator-sdk init --domain openshift.io \
        --repo github.com/red-hat-storage/odf-operator \
        --license apache2 --owner "Red Hat OpenShift Data Foundation"
    
    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    96577f3 View commit details
    Browse the repository at this point in the history
  2. Create StorageSystem api scaffold

    operator-sdk create api --group odf \
        --version v1alpha1 --kind StorageSystem --resource --controller
    
    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d26884a View commit details
    Browse the repository at this point in the history
  3. Define StorageSystem api

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e475f64 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. update bundle manifests

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    619bfaf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. makefile: add make targets to extract bundles

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cbdaec4 View commit details
    Browse the repository at this point in the history
  2. update extracted maifests

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8e4fbd2 View commit details
    Browse the repository at this point in the history
  3. update generated catalog

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8edcb8b View commit details
    Browse the repository at this point in the history
  4. update bundle target to create unified CSV

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5ac6a04 View commit details
    Browse the repository at this point in the history
  5. update unified bundle and deployments

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2bead09 View commit details
    Browse the repository at this point in the history
  6. dockerfile: update go version to 1.22

    Signed-off-by: Nitin Goyal <[email protected]>
    iamniting committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a5c337 View commit details
    Browse the repository at this point in the history