forked from kubernetes-sigs/kustomize
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update au kustomize #3
Open
tommylusun-au
wants to merge
5,642
commits into
autonomic-ai:master
Choose a base branch
from
kubernetes-sigs:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix typo in merge2
* Move the edit/remove_test/removetest.go file to the internal package, as it is intended to aid testing. * Rename the method ExecuteTestCases to ExecuteRemoveTestCases.
…l-package chore: move removetest.go to the internal package
…/site/postcss-8.4.31 build(deps-dev): bump postcss from 8.4.8 to 8.4.31 in /site
…_to_value_in_the_structured_data Proposal: Replacements and Patch value in the structured data
Show the properties of CronJobs when running `kustomize cfg tree` with the `--image` flag (or other resource flag).
Signed-off-by: cui fliter <imcusg@gmail.com>
* Initial configMapGenerator ref * Draft configMapGenerator options * ConfigMapArgs * Add sources * Begin to restructure generator spec * Add ObjectMeta * Draft kustomization.md * Draft kustomization file links * Move bases weight * Update generatorArgs link to commmon generatorOptions * Remove api/generators for now * Update generatorOptions * Add generatorArgs header * Add secretGenerator * Remove ObjectMeta for now * Draft generators * Fix secretGenerator * Cleanup * Add include shortcode, cleanup generators * Use common includes * Update object metadata description * spelling * Improve args description
* * handle local flag * add managerfactory handling for local flag * add shortName handling for local flag * add dot git file handling for local flag * add tests * fix normal listing * add ParseGitRepository function, add viper, add testing for utils * add latest tag logic, add auto pinning and auto fetching * makke gorepomod list works with --local * make pinning works with local flag, enable auto update on fork and non-fork repo * fix: refactor to pass linter * refactor code and fix comments * edit README * refactor code to pass linting * refactor code * refactor code and enable patch branch label * ru add license * fbackward compatibility for unpin
Bumps [joelanford/go-apidiff](https://github.com/joelanford/go-apidiff) from 0.7.0 to 0.8.2. - [Release notes](https://github.com/joelanford/go-apidiff/releases) - [Commits](joelanford/go-apidiff@v0.7.0...v0.8.2) --- updated-dependencies: - dependency-name: joelanford/go-apidiff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/joelanford/go-apidiff-0.8.2 build(deps): bump joelanford/go-apidiff from 0.7.0 to 0.8.2
Update owners file
Fix version tag management
fix edit set image to parse both tag and digest
* Add buildMetadata task and ref Move build metadata tasks, draft buildMetadata reference Clean up buildMetadata ref Add managed by label task Add local non-generated task Add local generated resource Add remote generator task Clean up tasks and ref Add local transformer annotation example Add local and remote transformer example * Address PR feedback and general cleanup
…ge.go add license for api/pkg/util/image.go
Remove non-essential dependency `imdario/mergo`
* Update docs site local build Clean up makefile Ignore container-image.sentinel Fix hugo server errors Ignore files Add makefile credit * Indentation per feedback * Address PR feedback. Remove sentinel file * Remove change to .gitignore
Add --load-restrictor completion
Copy package.json and package-lock.json into the site dev container and use them to pin the versions and checksums for autoprefixer, postcss-cli, and their dependencies. This should help reduce risk of importing newer dependency versions that haven't passed vulnerability checks.
…der-behavior Better error message on undefined loader behavior.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
fix: "edit add labels" make labels handle -f flag same as commonLabels
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
…govalidator-dependency Update to latest kube-opeapi to drop govalidator dependency
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.31.0. - [Commits](golang/crypto@v0.24.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ack/golang.org/x/crypto-0.31.0 build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /hack
* workspace sync Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * downgrade go-difflib and go-spew to tagged releases commit d35edbf updated these dependencies to untagged versions. The diff in both dependencies show that there's no code changes, and it's unlikely for those modules to do new releases. Unfortunate, because of that change all projects depending on kubernetes or any of it's modules now had to upgrade to unreleased versions of these. This patch reverts those updates (but it may take some time before all other projects can be reverted). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> --------- Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* add go work verification step for github actions * failure-example_this_commit_will_be_failed_to_check_go_work_sync * Revert "failure-example_this_commit_will_be_failed_to_check_go_work_sync" This reverts commit d8fd502.
Update kyaml to v0.19.0
Update cmd/config to v0.19.0
Update api to v0.19.0
Back to development mode; unpin the modules
Bump the golang.org/x/net dependency and synchronize the workspace using make workspace-sync
build(deps): bump golang.org/x/net from 0.28.0 to 0.33.0 in /hack
…-shlex replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex
Update readme to remove deprecated configuration 'commonLabels'.
Due to reduced time available to work on Kustomize, I decided to step down from the command approver role for the time being.
Step down as commands approver
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.0 to 1.2.4. - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.2.0...v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ack/github.com/golang/glog-1.2.4 build(deps): bump github.com/golang/glog from 1.2.0 to 1.2.4 in /hack
* feat: add exec-plugin argument and environment support Previously, the documentation lead to think that this is working, but it's not been implemented. This PR is fixing this Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com> * chore: disable linting for env var split Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com> --------- Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
updated link for glossary.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.