-
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.28.1
head repository: operator-framework/operator-sdk
compare: v1.29.0
- 19 commits
- 91 files changed
- 15 contributors
Commits on Mar 17, 2023
-
Update OLM version to 0.24.0 (#6362)
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 411623e - Browse repository at this point
Copy the full SHA 411623eView commit details
Commits on Mar 20, 2023
-
[Doc] Add documentation on using cert-manager with OLM (#6365)
This commit adds documentation on not needing to use Cert-manager with OLM while using webhooks as OLM uses self-signed certs and is not compatible with any third-party cert management solution. Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e859a56 - Browse repository at this point
Copy the full SHA e859a56View commit details
Commits on Mar 27, 2023
-
Add metrics and alerts tutorial to the docs (#6341)
Signed-off-by: assaf-admi <aadmi@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3af4acb - Browse repository at this point
Copy the full SHA 3af4acbView commit details
Commits on Apr 13, 2023
-
Use digest instead of tags in scorecard images (#6393)
* Use digest instead of tags in scorecard images The use of tags breaks disconnected environments when using mirrored images. Signed-off-by: Tony Garcia <tonyg@redhat.com> * Update internal/cmd/operator-sdk/scorecard/cmd.go Co-authored-by: Tatiana Krishtop <tkrishto@redhat.com> Signed-off-by: Tony Garcia <tonyg@redhat.com> * Fix typo in image Signed-off-by: Tony Garcia <tonyg@redhat.com> --------- Signed-off-by: Tony Garcia <tonyg@redhat.com> Co-authored-by: Tatiana Krishtop <tkrishto@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 82b28e8 - Browse repository at this point
Copy the full SHA 82b28e8View commit details
Commits on Apr 20, 2023
-
Update release docs with more details (#6394)
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for af14062 - Browse repository at this point
Copy the full SHA af14062View commit details
Commits on May 16, 2023
-
stop building "scorecard-storage", "scorecard-untar" images on releas…
…e since these images need to be referenced by a sha, and rarely change. (#6422) Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 49b7f00 - Browse repository at this point
Copy the full SHA 49b7f00View commit details -
Replace non-existing manifests and prevent them from changing in the …
…future (#6425) Signed-off-by: Tatiana Krishtop <tkrishto@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3159ef2 - Browse repository at this point
Copy the full SHA 3159ef2View commit details -
updating molecule links (#6413) (#6414)
Signed-off-by: shivangi <shivangimotwani95@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25f608b - Browse repository at this point
Copy the full SHA 25f608bView commit details
Commits on May 18, 2023
-
enable ginkgolinter and fix findings (#6421)
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5a1acbf - Browse repository at this point
Copy the full SHA 5a1acbfView commit details -
Fix 6323: compress the bundle configMap (#6408)
When creating the bundle ConfigMap(s), compress the content using gzip. Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6a6edfd - Browse repository at this point
Copy the full SHA 6a6edfdView commit details
Commits on May 22, 2023
-
ignore github access URI in htmlproofer (#6442)
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
Configuration menu - View commit details
-
Copy full SHA for f7d90c4 - Browse repository at this point
Copy the full SHA f7d90c4View commit details
Commits on May 23, 2023
-
The path where python 3.8 was expected does not exist, the tests were using the installed python instead. With this change the expected python version will be used for installation of packages through pip as well as the execution of ansible or molecule will use the expected python version. Signed-off-by: Tony Garcia <tonyg@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0df210f - Browse repository at this point
Copy the full SHA 0df210fView commit details -
Update kuttl to v0.15.0 in the scorecard-test-kuttl image (#6401)
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for aeba6ad - Browse repository at this point
Copy the full SHA aeba6adView commit details -
Update ubi to ubi-micro:8.7 (#6423)
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5347d93 - Browse repository at this point
Copy the full SHA 5347d93View commit details
Commits on May 30, 2023
-
state default reconcilePeriod value in ansible docs (#6449)
Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1f711f5 - Browse repository at this point
Copy the full SHA 1f711f5View commit details -
images: Bump golang base image to 1.19 for ansible-operator images (#…
Configuration menu - View commit details
-
Copy full SHA for 24d3812 - Browse repository at this point
Copy the full SHA 24d3812View commit details -
Bumped the Golang version to 1.19 in pre-requisite documentation (#6386)
* Corrected Golang version to 1.19 Go.mod is using golang 1.19 and pre-requisite is using 1.18. So Incrementing the developer guide to meet the golang version. Signed-off-by: Uday Kumar <udaykumar9@proton.me> * Adding changelog/fragments for go lang version change Signed-off-by: Uday Kumar <udaykumar9@proton.me> --------- Signed-off-by: Uday Kumar <udaykumar9@proton.me> Co-authored-by: Uday Kumar <56138653+UdayKumarUK007@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46c8c4e - Browse repository at this point
Copy the full SHA 46c8c4eView commit details -
add blurb about recorder to golang tutorial and sample (#6384)
Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0a203b7 - Browse repository at this point
Copy the full SHA 0a203b7View commit details
Commits on May 31, 2023
-
* Release v1.29.0 Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * update changelog 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 78c5643 - Browse repository at this point
Copy the full SHA 78c5643View 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.28.1...v1.29.0