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

Release plugin support #9

Open
timothyb89 opened this issue Jun 28, 2017 · 0 comments
Open

Release plugin support #9

timothyb89 opened this issue Jun 28, 2017 · 0 comments

Comments

@timothyb89
Copy link
Member

It would be nice to have (in addition to mutation/update plugin) support for release plugin. These would perform whatever tasks are needed to release a new version. Some examples:

  • PR to helm git source to bump chart version, user can specify a new version number or 'major', 'minor', or 'patch' to increment the respective field by +1 set others to 0
    • CI in monasca-helm will pick up the change and automatically release once the PR is approved
  • PR to docker git source to trigger rebuild
    • for images using dbuild and the master-datestamp versioning policy, just put up an empty commit with !push <module> in the commit message
    • for for semver, follow helm semantics
    • once approved, images are rebuild and pushed to docker hub, pr-bot already notifies about the change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant