Skip to content

Update Release Workflow#338

Merged
KshitijaKakde merged 3 commits into
mainfrom
update-release-process
Aug 18, 2025
Merged

Update Release Workflow#338
KshitijaKakde merged 3 commits into
mainfrom
update-release-process

Conversation

@KshitijaKakde
Copy link
Copy Markdown
Contributor

@KshitijaKakde KshitijaKakde commented Aug 18, 2025

Description

I've split the release workflow into two distinct parts:

  • Create Tag and Release
  • Release Image

This change was made to address an issue in the previous workflow where images were being released with incorrect semantic versioning. By separating the workflows, we now:

  • First, create the release tag.
  • Then, manually rebuild the nightly image to ensure it includes the correct semver version.
  • Finally, trigger the Release Image workflow, which now publishes images with the correct version.

GitHub Issues

GitHub Issue #
https://github.com/dell/csm/issues/1995

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

This is tested in forked repo, created the tag and release, pushed the images to test quay folder
create tag

release

@KshitijaKakde KshitijaKakde marked this pull request as ready for review August 18, 2025 10:53
@KshitijaKakde KshitijaKakde changed the title updated release process Update Release Workflow Aug 18, 2025
@KshitijaKakde KshitijaKakde merged commit 92aa4c8 into main Aug 18, 2025
6 checks passed
@KshitijaKakde KshitijaKakde deleted the update-release-process branch August 18, 2025 16:28
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.

4 participants