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

Implement semantic revisioning and release practices for the operator #73

Open
jkneubuh opened this issue Nov 7, 2022 · 0 comments
Open

Comments

@jkneubuh
Copy link
Contributor

jkneubuh commented Nov 7, 2022

Implement Semantic Version and a proper release practice for fabric-operator.

  • Generate GitHub "release builds" of the operator, associated with release tags
  • Write a script, or document the process for turning a release (bumping major, minor, or patch levels)
  • publish proper labels for artifact images:
# main line build outputs:
ghcr.io/hyperledger-labs/fabric-operator:latest 

# release line build outputs:
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor} 
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor}.${patch} 
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor}.${patch}-${git-commit-short-hash}
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

No branches or pull requests

1 participant