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/operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.0
Choose a base ref
...
head repository: operator-framework/operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.0
Choose a head ref
  • 20 commits
  • 145 files changed
  • 14 contributors

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    2058be2 View commit details
    Browse the repository at this point in the history
  2. Update owners (#6229)

    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    
    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    oceanc80 authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d58c73e View commit details
    Browse the repository at this point in the history
  3. (bugfix): bump operator-framework/api dependency version (#6227)

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ad9447b View commit details
    Browse the repository at this point in the history
  4. Print kuttl logs if kuttl tests cannot be started (#6225)

    * Always print kuttl logs if kuttl tests cannot be started
    
    In some cases kuttl cannot be started and no test suite is run (for
    example when specifying an inaccessible path in `crdDir`).
    
    Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
    
    * add changelog entry
    
    Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
    
    Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
    andreasgerstmayr authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ee2e3fa View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. fixed the faq documantation example (#6239)

    Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com>
    
    Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com>
    Rahilsiddique authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3cec7e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. bump helm and helm-operator-plugins (#6243)

    * Bump helm and helm-operator-plugins
    
    Signed-off-by: rashmigottipati <chowdary.grashmi@gmail.com>
    rashmigottipati authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    346012f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. updated code and made state as pass and throw suggestion instead of e…

    …rror for missing spec in CR. (#6245)
    
    * updated code and made state as pass and thrown suggestions for the same
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    
    * updated code and made state as pass and thrown suggestions for the same
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    
    * updated test cases
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    
    * updated according to suggestions
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    
    * updated according to suggestions
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    
    Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
    laxmikantbpandhare authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a5d933b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. helm: fix a memory leak resulting from too many k8s client instantiat…

    …ions. (#6026)
    
    See operator-framework/helm-operator-plugins#198
    for a detailed description of the issue. This commit ports over the
    relevant changes.
    
    Signed-off-by: Malte Isberner <malte.isberner@gmail.com>
    
    Signed-off-by: Malte Isberner <malte.isberner@gmail.com>
    misberner authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    398ae9d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    b38c7f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. fixing formatting in 1.25.0 doc and updating install prereq to be go …

    …1.19 (#6253)
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a95c9f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. RFE - Add automated documentation for metrics (#6114)

    Jira-Ticket: https://issues.redhat.com/browse/CNV-21334
    Signed-off-by: Aviv Litman <alitman@redhat.com>
    
    apply the automated documentation for metrics
    
    Signed-off-by: Aviv Litman <alitman@redhat.com>
    
    Fix according to Joao's review
    
    Signed-off-by: Aviv Litman <alitman@redhat.com>
    
    Update testdata
    
    Signed-off-by: João Vilaça <jvilaca@redhat.com>
    
    Update generator code
    
    Signed-off-by: João Vilaça <jvilaca@redhat.com>
    
    Rename to memcached-with-customization and remove docs bin
    
    Signed-off-by: João Vilaça <jvilaca@redhat.com>
    
    Fix comments
    
    Signed-off-by: Aviv Litman <alitman@redhat.com>
    
    Signed-off-by: Aviv Litman <alitman@redhat.com>
    avlitman authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f6c820d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Add PSA Flag to Scorecard (#6187)

    * add pod security flag to scorecard cli
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    
    * plumbing for cli
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    
    * struct packing
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    
    * change flag to string
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    
    * errors
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    
    * Updated
    
    According to review comments
    
    * removed Unused code
    
    removed unused function code getLegacyPodDefinition()
    
    * sanity errors
    
    sanity errors fix
    
    Signed-off-by: Ish Shah <ishah@redhat.com>
    Co-authored-by: Laxmikant Bhaskar Pandhare <47066536+laxmikantbpandhare@users.noreply.github.com>
    Ish Shah and laxmikantbpandhare authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8e7d743 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add docs for PR process. (#6264)

    Fixes #5685
    
    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ce1159d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. unpin cryptography dependency for ansible-operator base images (#6269)

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    21b1770 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. fix bundle validate subcommand bug (#6274)

    that would cause a 0 exit code even if there were validation failures
    
    fixes #6247
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c59a33a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. [master] image(ansible-operator): bump base to quay.io/operator-frame…

    …work/ansible-operator-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74 (#6275)
    
    * [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74
    
    Signed-off-by: theishshah <theishshah@users.noreply.github.com>
    
    * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74 (#6276)
    
    Signed-off-by: theishshah <theishshah@users.noreply.github.com>
    Co-authored-by: theishshah <theishshah@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: theishshah <theishshah@users.noreply.github.com>
    Co-authored-by: theishshah <theishshah@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and theishshah authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    47908bd View commit details
    Browse the repository at this point in the history
  2. Upgrade Ubuntu runner image in github actions (#6271)

    New Ubuntu 22.04 runner image has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    razo7 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    81abe5c View commit details
    Browse the repository at this point in the history
  3. Upgrade Five GitHub Action Versions (#6272)

    * Upgrade actions/checkout version
    
    Newer version for actions/checkout has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    
    * Upgrade actions/setup-go version
    
    Version 3 of actions/setup-go has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    
    * Upgrade docker/setup-qemu-action version
    
    Version 2 of docker/setup-qemu-action has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    
    * Upgrade docker/setup-buildx-actionn version
    
    Version 2 of docker/setup-buildx-action has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    
    * Upgrade docker/login-action version
    
    Version 2 of docker/login-action has been released
    
    Signed-off-by: razo7 <oraz@redhat.com>
    
    ---------
    
    Signed-off-by: razo7 <oraz@redhat.com>
    razo7 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    12cbf79 View commit details
    Browse the repository at this point in the history
  4. Update OLM bindata to add OLM v0.23.1 (#6283)

    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    oceanc80 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    32401d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Release v1.27.0 (#6284)

    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    oceanc80 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5cbdad9 View commit details
    Browse the repository at this point in the history
Loading