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-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0-rc3
Choose a base ref
...
head repository: operator-framework/operator-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0-rc4
Choose a head ref
  • 5 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 31, 2025

  1. 🐛 Unblock e2e (#1683)

    * Remove ginkgo from bingo in favor of go.mod version
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    
    * fix(e2e): wait for leader election
    
    TestClusterExtensionAfterOLMUpgrade was failing due to increased leader
    election timeouts, causing reconciliation checks to run before leadership
    was acquired.
    
    This fix ensures the test explicitly waits for leader election logs
    (`"successfully acquired lease"`) before verifying reconciliation.
    
    * Add leader election wait fit for catalogd upgrade-e2e
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    
    ---------
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
    3 people authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    b5de66a View commit details
    Browse the repository at this point in the history
  2. Fix default catalog installation in install script (#1680)

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
    perdasilva and Per Goncalves da Silva authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    c929975 View commit details
    Browse the repository at this point in the history
  3. 🌱 Rename util packages and add missing unit tests (#1677)

    * Rename util package name and file
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    
    * Refactor and add missing unit tests
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    
    ---------
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
    perdasilva and Per Goncalves da Silva authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    d065a49 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump mkdocs-material from 9.5.50 to 9.6.1 (#1681)

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.50 to 9.6.1.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.50...9.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    ef1dfac View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump certifi from 2024.12.14 to 2025.1.31 (#1682)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31.
    - [Commits](certifi/python-certifi@2024.12.14...2025.01.31)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    9b08aea View commit details
    Browse the repository at this point in the history
Loading