-
Notifications
You must be signed in to change notification settings - Fork 8
Labels
bugSomething isn't workingSomething isn't working
Description
We have identified a critical bug within the codebase-operator function. The issue manifests as the build number in the codebasebranch custom resource resetting intermittently. This bug is critical because it prevents the building of new versions of components due to existing tags in the version control system. The intermittent nature of this bug suggests a possible race condition or state management issue within the codebase-operator's handling of build numbers.
Acceptance Criteria:
- The codebase-operator should consistently increment the build number without resets.
- Ensure that build numbers are unique and do not conflict with existing tags in the version control system.
- Add automated tests to verify the correct incrementation of build numbers in various scenarios.
- The fix should be verified in an environment that closely mirrors production to ensure no unintended side effects.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done