-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feat/4982 unwanted dependency checks #5509
Feat/4982 unwanted dependency checks #5509
Commits on Feb 21, 2024
-
chore: add hack/latest_version.sh
Add script to lookup component version from github releases. To sort, we're using sort -V or --version-sort, depending which option is available. This which has some limitations: - pre-releases (-) are sorted as post-releases - post-releases and build metadata (+) are ignored This is the best option available for SemVer sorting without requiring the user to install additional depedencies, like nodejs.
Configuration menu - View commit details
-
Copy full SHA for 3f98fee - Browse repository at this point
Copy the full SHA 3f98feeView commit details -
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1df39b9 - Browse repository at this point
Copy the full SHA 1df39b9View commit details -
Add buildMetadata task and ref (kubernetes-sigs#5511)
* 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 cherrypick updates from feature branch fix script fix release script
Configuration menu - View commit details
-
Copy full SHA for 3c50190 - Browse repository at this point
Copy the full SHA 3c50190View commit details -
add unwanted-dependencies check script
add unwanted dependency check script
Configuration menu - View commit details
-
Copy full SHA for 7fa6665 - Browse repository at this point
Copy the full SHA 7fa6665View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc19557 - Browse repository at this point
Copy the full SHA fc19557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee295a - Browse repository at this point
Copy the full SHA 6ee295aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df6455 - Browse repository at this point
Copy the full SHA 2df6455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551b0c6 - Browse repository at this point
Copy the full SHA 551b0c6View commit details -
only check in kyaml, api, and kustomize
remove json file add extra condition to ignore docs changes revert unintended changes revert unintended changes
Configuration menu - View commit details
-
Copy full SHA for af0c556 - Browse repository at this point
Copy the full SHA af0c556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fa808 - Browse repository at this point
Copy the full SHA 35fa808View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fa4698 - Browse repository at this point
Copy the full SHA 0fa4698View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b710c13 - Browse repository at this point
Copy the full SHA b710c13View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30c53e8 - Browse repository at this point
Copy the full SHA 30c53e8View commit details