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

add release workflow #5742

Merged
merged 7 commits into from
Jun 14, 2024
Merged

add release workflow #5742

merged 7 commits into from
Jun 14, 2024

Conversation

pdabelf5
Copy link
Collaborator

@pdabelf5 pdabelf5 commented Jun 13, 2024

Proposed changes

Add workflow to release using separate workflow from the main ci.yml flow.

This workflow can be called as many times as needed without needing to re-tag. Has a dry run option.

Inputs

input.nic_version # The NIC version to release, e.g. 3.6.0 - required
input.source_tag # The tagged image to release, e.g. release-3.6 - optional, will use image sha by default (image sha is a future feature)
input.chart_version # The helm chart version to release, e.g. 1.3.0 - required
input.cnab_version # The CNAB version to use for triggering the Azure Marketplace CNAB build, e.g. 1.0.4 - optional, required when running the azure-marketplace job
input.release_branch # The release branch name to build from, e.g. release-3.6 - required
input.dry_run # Run the release workflow in dry run mode, i.e. don't actually do anything - optional
input.skip_step # Comma separated list of steps to skip, e.g. publish-helm-chart,operator,aws-marketplace,azure-marketplace,gcp-marketplace,github-release,release-image-notification.  Defaults to an empty string

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@pdabelf5 pdabelf5 requested a review from a team as a code owner June 13, 2024 13:24
@github-actions github-actions bot added github_actions Pull requests that update Github_actions code chore Pull requests for routine tasks labels Jun 13, 2024
@pdabelf5 pdabelf5 merged commit d96e0c2 into main Jun 14, 2024
85 checks passed
@pdabelf5 pdabelf5 deleted the rel-workflow branch June 14, 2024 07:52
pdabelf5 added a commit that referenced this pull request Jun 17, 2024
ssrahul96 pushed a commit to ssrahul96/kubernetes-ingress that referenced this pull request Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks github_actions Pull requests that update Github_actions code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants