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/code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kubernetes/code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.30
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 5 contributors

Commits on Mar 12, 2024

  1. kube_codegen: expose applyconfig-openapi-schema flag for client gener…

    …ation
    
    Kubernetes-commit: 933272d3333c0fff1c5fd3e01cf5383332fcca37
    soltysh authored and k8s-publishing-bot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    64318e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #123735 from thockin/master

    Don't embed plural exceptions in tools
    
    Kubernetes-commit: a31a465405e52bf0ca1d29f17e2d534646074072
    k8s-publishing-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7142117 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update x/net for CVE-2023-45288

    Signed-off-by: Davanum Srinivas <[email protected]>
    
    Kubernetes-commit: 99fac38d2864e6bc9bb7cd1743d658caa1360c0c
    dims authored and k8s-publishing-bot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b8aa536 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge remote-tracking branch 'origin/master' into release-1.30

    Kubernetes-commit: 255e7919bcb340043b0d235f883fe070017ce18f
    k8s-publishing-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e1372fd View commit details
    Browse the repository at this point in the history
  2. Update applyconfig-gen for pacakges where group and dir differ in name

    It is possible that package paths might differ from the group name, see
    https://github.com/openshift/api/blob/master/operatorcontrolplane/v1alpha1/doc.go
    notice that pacakge name is `operatorcontrolplane` whereas the group is
    `controlplane.operator...`. This confuses the generator since it tries
    to extrapolate the name of the package based on the group name. Whereas
    the ImportTracker can properly recognize the import path. This leads to
    cyclical imports in packages where the group name is different from the
    actual import path.
    
    Kubernetes-commit: 4d1dd9cd07912190cffc68c54c17395391c8b4d1
    soltysh authored and k8s-publishing-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b23df5e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge pull request #124371 from soltysh/automated-cherry-pick-of-#123…

    …893-#124193-upstream-release-1.30
    
    Automated cherry pick of #123893: kube_codegen: expose applyconfig-openapi-schema flag for
    #124193: Update applyconfig-gen for pacakges where group and dir
    
    Kubernetes-commit: e7178656ad89f7dcdeec8645d291199cd8e50b4b
    k8s-publishing-bot committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e5a48a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix openapi-gen dependency.

    Kubernetes-commit: 0d997170c9d77ab7d3b3e9805d8e1b802ccf167e
    mbobrovskyi authored and k8s-publishing-bot committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d258c62 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request #126923 from kannon92/automated-cherry-pick-of-#12…

    …5499-upstream-release-1.30
    
    Automated cherry pick of #125499: Fix openapi-gen dependency.
    
    Kubernetes-commit: 3dcc7644d2864b841dfe42c69cf0ddea240dd61f
    k8s-publishing-bot committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e15b1bc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. update vendor

    Kubernetes-commit: caf31c0dc34554d2e1230848527f13a53ab587ad
    dashpole authored and k8s-publishing-bot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a0d26b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. run update-vendor.sh and fix up broken go.sum(s)

    Kubernetes-commit: a361ec621b72f57e591797b4a96f097aaa31f94d
    dims authored and k8s-publishing-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3050aab View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #127307 from dims/automated-cherry-pick-of-#126353…

    …-upstream-release-1.30
    
    Automated cherry pick of #126353: Fix verify-vendor script to check all go.mod and go.sum files
    
    Kubernetes-commit: 753dcce1801ef6e0f1bd60eb8e1ef642f49c7a3a
    k8s-publishing-bot committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d0ac547 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #126984 from dashpole/fix_mem_leak_30

    Cherrypick of #126957 on 1.30: Fix memory leak from global OpenTelemetry MeterProvider
    
    Kubernetes-commit: a184d0fdebb656628410b59a98cd446c66b61c4b
    k8s-publishing-bot committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    304c199 View commit details
    Browse the repository at this point in the history
Loading