French Ben

Results 124 comments of French Ben

@jasminSPC Will you open source the plugin? It'd be neat to see how this was built and possibly allow others to be inspired by it.

@h0tbird it's technically an existing command, that provided inconsistent shasum when building a package. This allows for the process to be consistently repeatable :)

Rebased this PR using upcoming 3.13 release and fixed tests: ``` $ helm version version.BuildInfo{Version:"v3.13+unreleased", GitCommit:"0a0eaff3da1ac671894fdc39c616834836bfd38b", GitTreeState:"dirty", GoVersion:"go1.21.1"}` $ go test -v ./.../chartutil -run TestRepeatableSave === RUN TestRepeatableSave === RUN...

Fix for the above has been pending review/merge. Not sure what the blocker is TBH: https://github.com/helm/helm/pull/10178

@natasha41575 Makes sense, and was on my list of things to add :) I'll get started on the implementation, which will follow the Git model.

After implementing `kustomize build`, I had to re-write the history for `kustomize localize` so that the 2 commands leveraged the same code. Merged in latest changes from `master` to resolve...

@natasha41575 @KnVerey Could I get a trigger of the CI on this?

With the recent changes from kube-openapi to adopt gnostic-model instead of gnostic, it had lead to a few broken dependencies (Flux PKG being one of them) As a result, I...

@natasha41575 which commits do you want to see squashed? Do you want me to shrink them to ~10 commits?