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.28.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.29.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 6, 2025

  1. Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#384)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.3 to 0.32.0.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.31.3...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    8fae9f5 View commit details
    Browse the repository at this point in the history
  2. Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#381)

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.31.3 to 0.32.0.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.31.3...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      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 6, 2025
    Configuration menu
    Copy the full SHA
    4920dbd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. bump golang.org/x/net to 0.34.0 (#387)

    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 10, 2025
    Configuration menu
    Copy the full SHA
    cbc5604 View commit details
    Browse the repository at this point in the history
  2. Bump to go1.23

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva authored and perdasilva committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    dd6836d View commit details
    Browse the repository at this point in the history
  3. Revert "Bump to go1.23"

    This reverts commit dd6836d.
    Per Goncalves da Silva authored and perdasilva committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    e8b7796 View commit details
    Browse the repository at this point in the history
  4. Fix go1.33 bump adding toolchain

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva authored and perdasilva committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    131d38a View commit details
    Browse the repository at this point in the history
  5. bump controller-runtime (#388)

    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 10, 2025
    Configuration menu
    Copy the full SHA
    e1ecd3a View commit details
    Browse the repository at this point in the history
  6. Upgrade indirect dependencies (#391)

    - Updated `github.com/kisielk/errcheck` from `v1.5.0` to `v1.8.0`
    - Updated `golang.org/x/lint` from `v0.0.0-20200302205851-738671d3881b` to `v0.0.0-20241112194109-818c5a804067`
    - Updated `golang.org/x/mod` from `v0.21.0` to `v0.22.0`
    - Updated `golang.org/x/tools` from `v0.26.0` to `v0.29.0`
    
    Added new dependencies:
    - `go.opentelemetry.io/otel/trace v1.28.0`
    - `go.opentelemetry.io/proto/otlp v1.3.1`
    - `golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56`
    
    Removed older dependencies:
    - `github.com/kisielk/errcheck v1.5.0`
    - `golang.org/x/lint v0.0.0-20200302205851-738671d3881b`
    camilamacedo86 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    61b03f0 View commit details
    Browse the repository at this point in the history
  7. Upgrade controller-gen v0.16.1 to v0.17.0 (#392)

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    camilamacedo86 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    bd94d97 View commit details
    Browse the repository at this point in the history
Loading