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-rc1
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-rc3
Choose a head ref
  • 11 commits
  • 22 files changed
  • 6 contributors

Commits on Jan 29, 2025

  1. 🐛 fix release artefacts after monorepo changes and release candidate …

    …1.2.0-rc1 (#1661)
    
    * fix: the reference in the quick-star to get the latest release version properly
    
    * fix: replace devel tag image with the version from release
    camilamacedo86 authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    7ee4ced View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Fix the catalogd run-latest-release make target running in the wrong …

    …directory. (#1667)
    
    Signed-off-by: dtfranz <dfranz@redhat.com>
    dtfranz authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3de5c63 View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: 1663: Recommended leaderelection setting (#1663)

    Extensive e2e tests revealed that operator-controller might run into
    leader election timeouts during cluster bootstrap, causing sporadic
    alerts being generated.
    
    This commit uses recommended settings for leaderelection
    LeaseDuration: 15s -> 137s
    RenewDeadline: 10s -> 107s
    RetryPeriod:    2s ->  26s
    
    Warning: This will increase potential down-time of catalogd to 163s in
    the worst case (up from 17s). (LeaseDuration + RetryPeriod)
    thetechnick authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    037b9e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6b6d7 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump pymdown-extensions from 10.14.1 to 10.14.2 (#1662)

    Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.14.1 to 10.14.2.
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.14.1...10.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    10e2754 View commit details
    Browse the repository at this point in the history
  5. [Monorepo] Fix make verify-crd-compatibility for catalogd (#1668)

    The `verify-crd-compatibility` check needs to be executed from the root directory; otherwise, it fails to correctly resolve commit SHAs for comparison.
    
    To address this, we have combined the checks for both CRDs into a single verification step, ensuring correctness while eliminating duplicate file references.
    camilamacedo86 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c5e9a17 View commit details
    Browse the repository at this point in the history
  6. Clear cache on startup, use tempDir for unpacking (#1669)

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    oceanc80 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3998a3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da0e803 View commit details
    Browse the repository at this point in the history
  8. Add support for SSL env vars to cert pool watcher (#1672)

    The SystemRoot store looks at the SSL_CERT_DIR and SSL_CERT_FILE
    environment variables for certificate locations. Because these
    variables are under control of the user, we should assume that
    the user wants to control the contents of the SystemRoot, and
    subsequently that those contents could change (as compared to certs
    located in the default /etc/pki location).
    
    Thus, we should watch those locations if they exist.
    
    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    04f1b93 View commit details
    Browse the repository at this point in the history
  9. Separate CA configuration for pulls vs catalogd services (#1673)

    Rename the flags that provide CAs to image pulling to indicate the use.
    Keep the old flag around (for backward compatibility), but prefer the
    new flag(s).
    
    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c3a4406 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. 🌱 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1671)

    Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6.
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.5...v1.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/pflag
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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
    e77c53c View commit details
    Browse the repository at this point in the history
Loading