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

Automate Communities bundle creation #131

Merged
merged 3 commits into from
Mar 7, 2024

Commits on Feb 26, 2024

  1. Add Makefile recipe to build RH community bundle

    Signed-off-by: Carlo Lobrano <[email protected]>
    clobrano committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d721fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add Makefile recipe to build K8S community bundle

    A makefile target named bundle-community-k8s target is needed by the
    shared bundle build workflow, however it is the very same as
    bundle-community target.
    
    Signed-off-by: Carlo Lobrano <[email protected]>
    clobrano committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    92f0cd4 View commit details
    Browse the repository at this point in the history
  2. Automate Communities bundle release with Github Action

    Use shared GitHub Action workflow to build the bundle and push it to
    Medik8s community forks ready to create a PR.
    This works for both RH/OKD and K8S communities.
    
    Signed-off-by: Carlo Lobrano <[email protected]>
    clobrano committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0ac0f20 View commit details
    Browse the repository at this point in the history