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/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: operator-framework/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    e122588 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump k8s.io/apiextensions-apiserver from 0.30.1 to 0.30.2

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.30.1 to 0.30.2.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.30.1...v0.30.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and perdasilva committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fa102cb View commit details
    Browse the repository at this point in the history
  2. Bump github.com/spf13/cobra from 1.8.0 to 1.8.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and perdasilva committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e3c15f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix codecov-action params (#349)

    * `functionalities` param is no longer exist.
      It was used to enable file fixes to ignore common lines from coverage.
      This feature is now seems to be on by default.
    
    * Adding `disable_search` because we do not need for the codecov action
      to search for coverage files: we explicitly provide files.
    
    Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
    m1kola authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ce8a923 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Bump k8s.io/apiextensions-apiserver from 0.30.2 to 0.30.3 (#353)

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.30.2 to 0.30.3.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.30.2...v0.30.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      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 Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a5729e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 (#356)

    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.4 to 0.18.5.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.18.4...v0.18.5)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      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 Aug 12, 2024
    Configuration menu
    Copy the full SHA
    46fd7e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Bump kubernetes libraries to v0.31.0 and controller-runtime to v0.19.0 (

    #357)
    
    * Bump kubernetes libraries to v0.31.0 and controller-runtime to v0.19.0
    
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    
    * Update manifests
    
    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 Aug 15, 2024
    Configuration menu
    Copy the full SHA
    41cb4ae View commit details
    Browse the repository at this point in the history
Loading