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

First release #1

Merged
merged 51 commits into from
Apr 1, 2024
Merged

First release #1

merged 51 commits into from
Apr 1, 2024

Commits on Mar 7, 2024

  1. First commit

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e9b325a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fixes various reconciliation issues ocurring when reconciling with th…

    …e helm operator
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    47426ad View commit details
    Browse the repository at this point in the history
  2. align knative CR specs

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c5d94f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. add backstage missing default specs

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d86f809 View commit details
    Browse the repository at this point in the history
  2. Rewrite secret creation in rhdh

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f0cd7b8 View commit details
    Browse the repository at this point in the history
  3. fix knativeeventing CRD mismatch

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cc03b39 View commit details
    Browse the repository at this point in the history
  4. fix knative serverless webhook misalignment

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e0b31c0 View commit details
    Browse the repository at this point in the history
  5. Updated sonataflow related CRDs to the latest versions from github.com

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0fb9df0 View commit details
    Browse the repository at this point in the history
  6. Add pre/post hooks to install the operator before the CR manifests

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    17040a2 View commit details
    Browse the repository at this point in the history
  7. Remove crds directory

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    65acd70 View commit details
    Browse the repository at this point in the history
  8. Add hooks to operator related manifests

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a1fda54 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Use custom helm-operator with dryrun options for server side

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f188303 View commit details
    Browse the repository at this point in the history
  2. Update janus image to 0.2.0

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bb8f3b0 View commit details
    Browse the repository at this point in the history
  3. Restore helper function to retrieve the cluster domain

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f550f55 View commit details
    Browse the repository at this point in the history
  4. Use post install job to install the backstage CR without requiring th…

    …e backstage CRD to be provided by this operator
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    74159e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add post-install hook to deploy serverless CRs

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2a95a04 View commit details
    Browse the repository at this point in the history
  2. Use Role/Rolebinding in knative cleanup hook

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9e6729e View commit details
    Browse the repository at this point in the history
  3. Remove duplicated service account in cr hook

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a536f4c View commit details
    Browse the repository at this point in the history
  4. Fix role/rolebinding in knative-hook

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f649912 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Wait for CRD to be available in template helper function and refactor…

    … all instances of wait for jobs to use this new approach
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    40f86ea View commit details
    Browse the repository at this point in the history
  2. Add check for APIResource when checking if resource is managed

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bd559b8 View commit details
    Browse the repository at this point in the history
  3. Sync with latest helm chart

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1b3a1d View commit details
    Browse the repository at this point in the history
  4. Increase wait for CRD deployed to 300 seconds

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    26e3e49 View commit details
    Browse the repository at this point in the history
  5. Fix SA reference in wait for CRD job

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d6caecc View commit details
    Browse the repository at this point in the history
  6. Fix lint issues

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e807512 View commit details
    Browse the repository at this point in the history
  7. Fix indentation in sonataflow.yaml

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    721e35a View commit details
    Browse the repository at this point in the history
  8. Fix yaml separator and remove left trim from include

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0057b48 View commit details
    Browse the repository at this point in the history
  9. Fix indentation in clusterrole and clusterrolebinding in wait_for tem…

    …plate
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0642138 View commit details
    Browse the repository at this point in the history
  10. Typo on the serviceaccountname field in wait_for

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8fb81f0 View commit details
    Browse the repository at this point in the history
  11. Use apiextensions.k8s.io to retrieve CRDs in wait_for template

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff54cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Change rhdh secret to use stringData to host the content

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e0da9bc View commit details
    Browse the repository at this point in the history
  2. Check serverlessOperator.eanbled in knative cleanup hook

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c8d0f5a View commit details
    Browse the repository at this point in the history
  3. Add cleanup hook for sonataflow resources

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    63642c0 View commit details
    Browse the repository at this point in the history
  4. Handle secret encoding when using stringData and tweak jobs to contin…

    …ue execution when failure and to check for crd available before deleting
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3624f0f View commit details
    Browse the repository at this point in the history
  5. Change task api version to v1

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9a95983 View commit details
    Browse the repository at this point in the history
  6. Fix sonataflow.yaml include template for persistence

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a34a2d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update .gitignore to ignore .DS_Store

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c26cecb View commit details
    Browse the repository at this point in the history
  2. Remove logic to delete the sonataflow CSV instances in the pre-delete…

    … hook
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f156da2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Use orchestrator as reference name

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0804a16 View commit details
    Browse the repository at this point in the history
  2. Update charts to version 0.2.8

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    807f1bd View commit details
    Browse the repository at this point in the history
  3. Update watches.yaml field to dryRunOption

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    031c9eb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Added bundle manifests

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    46a9a81 View commit details
    Browse the repository at this point in the history
  2. Remove create,patch,delete and update verbs for CRDs in role.yaml and…

    … recreate CSV
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    264d98e View commit details
    Browse the repository at this point in the history
  3. Add icon and minikube minimum version to CSV

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bbc9757 View commit details
    Browse the repository at this point in the history
  4. Define metadata name and namespace in csv:\n*Use parodos-orchestrator…

    …-operator.v0.0.1 for name\n* Use openshift-operators for namespace
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0900762 View commit details
    Browse the repository at this point in the history
  5. Remove artifact file bundle/manifests/orchestrator_catalogservice.yaml

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ea3bcb7 View commit details
    Browse the repository at this point in the history
  6. Define the operator's name as parodos-orchestrator-operator

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e403bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Change SA name and labels

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3505d3a View commit details
    Browse the repository at this point in the history
  2. Rename references in bundle to parodos-orchestrator-operator

    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    322ede8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Rebuilt from scratch using the same helm chart version (0.2.8)

    * Renamed operator to "Orchestrator Operator"
    * Removed references in the name to Parodos
    * Rebuilt using operator-sdk v1.33 because of an issue in the make bundle operation in v1.34.1 (operator-framework/operator-sdk#6698)
    * Grouped roles for namespace into a single entry
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d7ee0f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Rename container image to orchestrator-operator and apply the same co…

    …nvention to other references using controller-manager as name
    
    Signed-off-by: Jordi Gil <jgil@redhat.com>
    jordigilh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cce0229 View commit details
    Browse the repository at this point in the history