Skip to content

Update release process#462

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

Update release process#462
KshitijaKakde merged 6 commits into
mainfrom
update-release-process

Conversation

@KshitijaKakde

@KshitijaKakde KshitijaKakde commented Aug 18, 2025

Copy link
Copy Markdown
Contributor

Description

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

  1. Create Tag and Release
  2. 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

List the GitHub issues impacted by this PR:

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 merged commit b56d279 into main Aug 18, 2025
6 checks passed
@KshitijaKakde KshitijaKakde deleted the update-release-process branch August 18, 2025 14:29
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.

5 participants