Thanks to visit codestin.com
Credit goes to github.com

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: nerdeveloper/kubebuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kubernetes-sigs/kubebuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 231 files changed
  • 3 contributors

Commits on Sep 18, 2025

  1. Docs: tidy up completion.md. For example, the instruction to add to /…

    …etc/shells removes all other shells instead of simply adding another shell as an option.
    abenn135 committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    83fc3b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. This PR introduces a completely rewritten Helm plugin (`helm/v2-alpha…

    …`) that dynamically generates Helm charts based on the actual kustomize output from `make build-installer`, replacing the previous hardcoded template approach in `helm/v1-alpha`.
    
    The existing `helm/v1-alpha` plugin used static templates that didn't reflect user customizations (environment variables, labels, annotations, security contexts, etc.) made in their kustomize configuration. This led to inconsistencies between `kubectl apply -f dist/install.yaml` and `helm install`.
    
    - Deprecated Helm v1-alpha in favour of v2
    - Add docs and tests for Helm v2
    - Update all samples
    - Address all feedbacks raised so far
    
    Assisted-by: OpenAI
    camilamacedo86 committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    0e81141 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Merge pull request kubernetes-sigs#5058 from camilamacedo86/helm-chan…

    …ge-manager
    
    ✨ Add helm/v2-alpha addressing all feedbacks and aiming maintainability. Deprecated helm/v1-alpha in favor of helm/v2-alpha
    k8s-ci-robot authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    65a6c9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#5103 from abenn135/abenn135/comple…

    …tion-fix
    
    📖 Tidy up completion.md
    k8s-ci-robot authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    9eafd53 View commit details
    Browse the repository at this point in the history
Loading