Skip to content
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

Commits on Feb 21, 2024

  1. 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.
    karlkfi authored and antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3f98fee View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored and antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1df39b9 View commit details
    Browse the repository at this point in the history
  3. 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
    ncapps authored and antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3c50190 View commit details
    Browse the repository at this point in the history
  4. add unwanted-dependencies check script

    add unwanted dependency check script
    antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7fa6665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc19557 View commit details
    Browse the repository at this point in the history
  6. add sudo on run script check

    antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6ee295a View commit details
    Browse the repository at this point in the history
  7. add license

    antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2df6455 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    551b0c6 View commit details
    Browse the repository at this point in the history
  9. only check in kyaml, api, and kustomize

    remove json file
    
    add extra condition to ignore docs changes
    
    revert unintended changes
    
    revert unintended changes
    antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    af0c556 View commit details
    Browse the repository at this point in the history
  10. rever unintended changes

    antoooks committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    35fa808 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix checking logic

    antoooks committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0fa4698 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b710c13 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    30c53e8 View commit details
    Browse the repository at this point in the history