Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: operator-framework/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: operator-framework/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.x
Choose a head ref
  • 1 commit
  • 18 files changed
  • 2 contributors

Commits on Jun 11, 2021

  1. OperatorCondition cherry-pick v0.6.x (#132)

    * Expand validation to annotations
    
    - Add validation function for well known case sensitive annotation names
    - Use new validation function in CSV and OperatorGroups
    - Add minimal OperatorGroup validator calling new function
    - Add / update unit tests and test data
    - update usage readme
    
    Signed-off-by: John Hunkins <jhunkins@us.ibm.com>
    
    * Add conditions array to OperatorCondition's spec
    
    The conditions array in the spec is now available for operator to
    create/update as the operator progresses through installation
    process. As the spec is updated, the object generation will be
    incremented and it can be used for tracking object changes.
    
    Signed-off-by: Vu Dinh <vudinh@outlook.com>
    
    * Add OperatorCondition v2 with spec.conditions array
    
    Signed-off-by: Vu Dinh <vudinh@outlook.com>
    
    * Add ConditionType to v2 api
    
    Signed-off-by: Vu Dinh <vudinh@outlook.com>
    
    * Regen go-bindata for crd changes for OperatorCondition
    
    Signed-off-by: Vu Dinh <vudinh@outlook.com>
    
    Co-authored-by: John Hunkins <jhunkins@us.ibm.com>
    dinhxuanvu and jchunkins authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0d11688 View commit details
    Browse the repository at this point in the history
Loading