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: kubernetes-sigs/controller-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.2
Choose a base ref
...
head repository: kubernetes-sigs/controller-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.3
Choose a head ref
  • 11 commits
  • 46 files changed
  • 6 contributors

Commits on Feb 10, 2025

  1. 🌱chore: Add golangci-lint linters (#1134)

    * add golangci linters
    
    Signed-off-by: dongjiang <[email protected]>
    
    * sync golangci linter from controller-runtime
    
    Signed-off-by: dongjiang <[email protected]>
    
    * Update cmd/controller-gen/main.go
    
    Co-authored-by: Stefan Büringer <[email protected]>
    
    * fix asasalint linter
    
    Signed-off-by: dongjiang <[email protected]>
    
    ---------
    
    Signed-off-by: dongjiang <[email protected]>
    Co-authored-by: Stefan Büringer <[email protected]>
    dongjiang1989 and sbueringer authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    27bedd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. 🌱 Bump the all-go-mod-patch-and-minor group with 5 updates

    Bumps the all-go-mod-patch-and-minor group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
    | [golang.org/x/tools](https://github.com/golang/tools) | `0.29.0` | `0.30.0` |
    | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` |
    | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` |
    | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` |
    
    
    Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.1...v1.9.1)
    
    Updates `golang.org/x/tools` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.29.0...v0.30.0)
    
    Updates `k8s.io/api` from 0.32.1 to 0.32.2
    - [Commits](kubernetes/api@v0.32.1...v0.32.2)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2)
    
    Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
    - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-go-mod-patch-and-minor
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-go-mod-patch-and-minor
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-go-mod-patch-and-minor
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-go-mod-patch-and-minor
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-go-mod-patch-and-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    0ea90e3 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump golangci/golangci-lint-action

    Bumps the all-github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `golangci/golangci-lint-action` from 6.3.1 to 6.5.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@2e78893...2226d7c)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    1ebdcae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1149 from kubernetes-sigs/dependabot/github_actio…

    …ns/all-github-actions-06c47a9d96
    
    🌱 Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-github-actions group
    k8s-ci-robot authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a070dfa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1148 from kubernetes-sigs/dependabot/go_modules/a…

    …ll-go-mod-patch-and-minor-fcfc9303da
    
    🌱 Bump the all-go-mod-patch-and-minor group with 5 updates
    k8s-ci-robot authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    4e1fb05 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    5e25270 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1150 from everettraven/feature/optional-oldself-x…

    …validation
    
    ✨ markers: add support for optionalOldSelf in XValidation marker
    k8s-ci-robot authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    a57ec68 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. 🌱 Bump github.com/google/go-cmp

    Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/google/go-cmp](https://github.com/google/go-cmp).
    
    
    Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-go-mod-patch-and-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    060d5c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1151 from kubernetes-sigs/dependabot/go_modules/a…

    …ll-go-mod-patch-and-minor-214b2fb350
    
    🌱 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-go-mod-patch-and-minor group
    k8s-ci-robot authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    8526e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    004583e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1181 from joelanford/0.17-build-tags

    [release-0.17] ✨ Add `--load-build-tags` flag
    k8s-ci-robot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    57caa1e View commit details
    Browse the repository at this point in the history
Loading