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

chore(workflows): split release workflow into two for SOC 2 compliance #88

Merged
merged 4 commits into from
Oct 28, 2024

Conversation

electrosenpai
Copy link
Contributor

This Pull Request separates the release workflow into two distinct workflows to comply with SOC 2 requirements : we can't directly commit on main even if its a bot.

  • Workflow 1: Creates a release Pull Request to update version numbers.
  • Workflow 2: Publishes the Helm charts upon merging the release PR into the main branch.

This ensures that all code changes are reviewed and approved before being merged, aligning with our compliance standards.

@electrosenpai electrosenpai merged commit 268bec8 into main Oct 28, 2024
1 check passed
@electrosenpai electrosenpai deleted the workflowv2 branch October 29, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants