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

Commits on Jun 21, 2024

  1. Fix codecov-action params (#183)

    * `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 <[email protected]>
    m1kola authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    06c5e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. 🌱 Bump github.com/operator-framework/api from 0.24.0 to 0.26.0 (#182)

    Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.24.0 to 0.26.0.
    - [Release notes](https://github.com/operator-framework/api/releases)
    - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
    - [Commits](operator-framework/api@v0.24.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/operator-framework/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9308183 View commit details
    Browse the repository at this point in the history
  2. --- (#179)

    updated-dependencies:
    - dependency-name: github.com/go-logr/logr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fd51df9 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump golangci/golangci-lint-action from 4 to 6 (#173)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f45ed39 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.20.0 (#184)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.20.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.1...v2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ce85172 View commit details
    Browse the repository at this point in the history
  5. 🌱 Bump github.com/prometheus/client_golang (#185)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.20.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.19.0...v1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b0db208 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. 🌱 Bump github.com/prometheus/client_golang (#189)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.0 to 1.20.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.1/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.20.0...v1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    997e1ba View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#190)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.0 to 2.20.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.20.0...v2.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c6f3cc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. 🌱 bump kube to 0.31.0, controller-runtime to v0.19.0, and fix generic…

    …s issues (#192)
    
    Signed-off-by: Per Goncalves da Silva <[email protected]>
    Co-authored-by: Per Goncalves da Silva <[email protected]>
    tmshort and Per Goncalves da Silva authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b6b2f1a View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump github.com/prometheus/client_golang (#191)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.1 to 1.20.2.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.20.1...v1.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    51a1df9 View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump github.com/operator-framework/api from 0.26.0 to 0.27.0 (#188)

    Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/operator-framework/api/releases)
    - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
    - [Commits](operator-framework/api@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/operator-framework/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e9eceaa View commit details
    Browse the repository at this point in the history
Loading