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

Remove build number from release artifacts. #59

Open
estenrye opened this issue Aug 26, 2022 · 1 comment
Open

Remove build number from release artifacts. #59

estenrye opened this issue Aug 26, 2022 · 1 comment

Comments

@estenrye
Copy link

The build process for nodelet produces artifacts whose filename contains an incrementing build number.

This impacts the ability to reliably automate deployment based on the release version tag alone.

Current state:

Preferred state

The preferred state would allow me to programmatically define the release url in an Ansible Jinja2 template:

nodelet_release:
  version: v0.2.8
  package: deb
  package_url: https://github.com/platform9/nodelet/releases/download/{{ nodelet_release.version }}/nodelet-{{ nodelet_release.version }}.x86_64.{{ nodelet_release.package }}
  package_md5_url: https://github.com/platform9/nodelet/releases/download/{{ nodelet_release.version }}/nodelet-{{ nodelet_release.version }}.x86_64.{{ nodelet_release.package }}.md5
  cli_url: https://github.com/platform9/nodelet/releases/download/{{ nodelet_release.version }}/nodeletctl
@pacharya-pf9
Copy link

pacharya-pf9 commented Aug 26, 2022

@supreeth90 @xagent003 @roopakparikh Is this change ok from edge-cloud perspective ? This primarily affects usage of nodelet in airctl

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

2 participants