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.28.1
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.29.0
Choose a head ref
  • 19 commits
  • 91 files changed
  • 15 contributors

Commits on Mar 17, 2023

  1. Update OLM version to 0.24.0 (#6362)

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

Commits on Mar 20, 2023

  1. [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>
    varshaprasad96 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e859a56 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Add metrics and alerts tutorial to the docs (#6341)

    Signed-off-by: assaf-admi <aadmi@redhat.com>
    assafad authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3af4acb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. 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>
    tonyskapunk and tkrishtop authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    82b28e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update release docs with more details (#6394)

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

Commits on May 16, 2023

  1. 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>
    acornett21 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    49b7f00 View commit details
    Browse the repository at this point in the history
  2. Replace non-existing manifests and prevent them from changing in the …

    …future (#6425)
    
    Signed-off-by: Tatiana Krishtop <tkrishto@redhat.com>
    tkrishtop authored May 16, 2023
    Configuration menu
    Copy the full SHA
    3159ef2 View commit details
    Browse the repository at this point in the history
  3. updating molecule links (#6413) (#6414)

    Signed-off-by: shivangi <shivangimotwani95@gmail.com>
    ShivangiM authored May 16, 2023
    Configuration menu
    Copy the full SHA
    25f608b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. enable ginkgolinter and fix findings (#6421)

    Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
    nunnatsa authored May 18, 2023
    Configuration menu
    Copy the full SHA
    5a1acbf View commit details
    Browse the repository at this point in the history
  2. 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>
    nunnatsa authored May 18, 2023
    Configuration menu
    Copy the full SHA
    6a6edfd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. ignore github access URI in htmlproofer (#6442)

    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    grokspawn authored May 22, 2023
    Configuration menu
    Copy the full SHA
    f7d90c4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Use GHA for python (#6444)

    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>
    tonyskapunk authored May 23, 2023
    Configuration menu
    Copy the full SHA
    0df210f View commit details
    Browse the repository at this point in the history
  2. Update kuttl to v0.15.0 in the scorecard-test-kuttl image (#6401)

    Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
    andreasgerstmayr authored May 23, 2023
    Configuration menu
    Copy the full SHA
    aeba6ad View commit details
    Browse the repository at this point in the history
  3. Update ubi to ubi-micro:8.7 (#6423)

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

Commits on May 30, 2023

  1. state default reconcilePeriod value in ansible docs (#6449)

    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn authored May 30, 2023
    Configuration menu
    Copy the full SHA
    1f711f5 View commit details
    Browse the repository at this point in the history
  2. images: Bump golang base image to 1.19 for ansible-operator images (#…

    …6398)
    
    Project uses 1.19 when building locally but still use 1.18 for images
    pushed to Quay
    
    Resolves #6397
    
    Signed-off-by: Zac Pitones <zac.pitones@ibm.com>
    pit1sIBM authored May 30, 2023
    Configuration menu
    Copy the full SHA
    24d3812 View commit details
    Browse the repository at this point in the history
  3. 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>
    ukumar009 and ukumar009 authored May 30, 2023
    Configuration menu
    Copy the full SHA
    46c8c4e View commit details
    Browse the repository at this point in the history
  4. add blurb about recorder to golang tutorial and sample (#6384)

    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn authored May 30, 2023
    Configuration menu
    Copy the full SHA
    0a203b7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Release v1.29.0 (#6454)

    * 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>
    everettraven authored May 31, 2023
    Configuration menu
    Copy the full SHA
    78c5643 View commit details
    Browse the repository at this point in the history
Loading