-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: operator-framework/operator-sdk
base: v1.26.0
head repository: operator-framework/operator-sdk
compare: v1.27.0
- 20 commits
- 145 files changed
- 14 contributors
Commits on Dec 22, 2022
-
(bugfix): OCPBUGS-3072 - fix
operator-sdk run bundle(-upgrade)PSA ……related issues (#6210)
Configuration menu - View commit details
-
Copy full SHA for 2058be2 - Browse repository at this point
Copy the full SHA 2058be2View commit details -
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com> Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d58c73e - Browse repository at this point
Copy the full SHA d58c73eView commit details -
(bugfix): bump operator-framework/api dependency version (#6227)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com> Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ad9447b - Browse repository at this point
Copy the full SHA ad9447bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ee2e3fa - Browse repository at this point
Copy the full SHA ee2e3faView commit details
Commits on Jan 9, 2023
-
fixed the faq documantation example (#6239)
Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com> Signed-off-by: Rahilsiddique <siddiquerahil19@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3cec7e2 - Browse repository at this point
Copy the full SHA 3cec7e2View commit details
Commits on Jan 10, 2023
-
bump helm and helm-operator-plugins (#6243)
* Bump helm and helm-operator-plugins Signed-off-by: rashmigottipati <chowdary.grashmi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 346012f - Browse repository at this point
Copy the full SHA 346012fView commit details
Commits on Jan 11, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for a5d933b - Browse repository at this point
Copy the full SHA a5d933bView commit details
Commits on Jan 17, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 398ae9d - Browse repository at this point
Copy the full SHA 398ae9dView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b38c7f8 - Browse repository at this point
Copy the full SHA b38c7f8View commit details
Commits on Jan 20, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for a95c9f2 - Browse repository at this point
Copy the full SHA a95c9f2View commit details
Commits on Jan 23, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for f6c820d - Browse repository at this point
Copy the full SHA f6c820dView commit details
Commits on Jan 25, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8e7d743 - Browse repository at this point
Copy the full SHA 8e7d743View commit details
Commits on Jan 26, 2023
-
Add docs for PR process. (#6264)
Fixes #5685 Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ce1159d - Browse repository at this point
Copy the full SHA ce1159dView commit details
Commits on Jan 30, 2023
-
unpin cryptography dependency for ansible-operator base images (#6269)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 21b1770 - Browse repository at this point
Copy the full SHA 21b1770View commit details
Commits on Feb 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for c59a33a - Browse repository at this point
Copy the full SHA c59a33aView commit details
Commits on Feb 2, 2023
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 47908bd - Browse repository at this point
Copy the full SHA 47908bdView commit details -
Upgrade Ubuntu runner image in github actions (#6271)
New Ubuntu 22.04 runner image has been released Signed-off-by: razo7 <oraz@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 81abe5c - Browse repository at this point
Copy the full SHA 81abe5cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 12cbf79 - Browse repository at this point
Copy the full SHA 12cbf79View commit details -
Update OLM bindata to add OLM v0.23.1 (#6283)
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 32401d1 - Browse repository at this point
Copy the full SHA 32401d1View commit details
Commits on Feb 3, 2023
-
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5cbdad9 - Browse repository at this point
Copy the full SHA 5cbdad9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.26.0...v1.27.0