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.16.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.16.3
Choose a head ref
  • 9 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 2, 2024

  1. 🌱 Bump github.com/onsi/gomega

    Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/onsi/gomega](https://github.com/onsi/gomega).
    
    
    Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.34.1...v1.34.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      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 Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ac2cd89 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump tj-actions/changed-files in the all-github-actions group

    Bumps the all-github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).
    
    
    Updates `tj-actions/changed-files` from 45.0.0 to 45.0.1
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@40853de...e9772d1)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5bb1851 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1047 from kubernetes-sigs/dependabot/go_modules/a…

    …ll-go-mod-patch-and-minor-331c79c875
    
    🌱 Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in the all-go-mod-patch-and-minor group
    k8s-ci-robot authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    46379c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #1048 from kubernetes-sigs/dependabot/github_actio…

    …ns/all-github-actions-ff3870a8b6
    
    🌱 Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group
    k8s-ci-robot authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ed70d11 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 🌱 Bump peter-evans/create-pull-request

    Bumps the all-github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
    
    
    Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.1
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c3c40c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1052 from kubernetes-sigs/dependabot/github_actio…

    …ns/all-github-actions-f9ddd5409d
    
    🌱 Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group
    k8s-ci-robot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6c6bad6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. 🐛 Allow CLI binaries to set a version (#1049)

    * Allow CLI binaries to set a version
    
    Signed-off-by: jose.vazquez <[email protected]>
    
    * Release binaries with RELEASE_TAG as version
    
    * Make workflow pass the RELEASE_TAG env var
    
    * Update version help comment
    
    Co-authored-by: Stefan Büringer <[email protected]>
    
    ---------
    
    Signed-off-by: jose.vazquez <[email protected]>
    Co-authored-by: Stefan Büringer <[email protected]>
    josvazg and sbueringer authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    715d27e View commit details
    Browse the repository at this point in the history
  2. ✨ Allow customizing generated webhook configuration's name

    ## example usage
    
    ```
    ❯ GOBIN=(pwd)/bin go install ./cmd/*
    
    ❯ ./bin/controller-gen webhook -w
    
    Webhook
    
    +kubebuilder:webhook:admissionReviewVersions=<[]string>,failurePolicy=<string>,groups=<[]string>[,matchPolicy=<string>],mutating=<bool>,name=<string>[,path=<string>][,reinvocationPolicy=<string>],resources=<[]string>[,sideEffects=<string>][,timeoutSeconds=<int>][,url=<string>],verbs=<[]string>,versions=<[]string>[,webhookVersions=<[]string>]  package  specifies how a webhook should be served.
    +kubebuilder:webhookconfiguration:mutating=<bool>[,name=<string>]                                                                                                                                                                                                                                                                                        package  specifies how a webhook should be served.
    ```
    
    Signed-off-by: David Xia <[email protected]>
    davidxia committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    287a105 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #1002 from davidxia/webhook-name

    ✨ Allow customizing generated webhook configuration's name
    k8s-ci-robot authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c69110a View commit details
    Browse the repository at this point in the history
Loading