-
Notifications
You must be signed in to change notification settings - Fork 51
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
[FEATURE] Amazon Linux 2 pkg repo support #65
Labels
Comments
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* Add check for Amazon Linux to map.jinja so that the RPM package repository is properly generated. Resolves saltstack-formulas#65
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* Add check for Amazon Linux to map.jinja so that the RPM package repository is properly generated. Resolves saltstack-formulas#65
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* Add check for Amazon Linux to osfamilymap.yaml so that the RPM package repository is properly generated. Resolves saltstack-formulas#65
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* Add check for Amazon Linux to osfamilymap.yaml so that the RPM package repository is properly generated. Resolves saltstack-formulas#65
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* this change sets things to test both the default and repo suites for Amazon Linux. Resolves saltstack-formulas#65
mdschmitt
added a commit
to mdschmitt/prometheus-formula
that referenced
this issue
Jul 15, 2021
* this change sets things to test both the default and repo suites for Amazon Linux. Resolves saltstack-formulas#65
saltstack-formulas-travis
pushed a commit
that referenced
this issue
Jul 16, 2021
## [5.5.2](v5.5.1...v5.5.2) (2021-07-16) ### Bug Fixes * **clientlibs/install:** ensure tar is available for Amazon Linux 2 ([7140ccf](7140ccf)) * check for Amazon in osfamilymap for pkg repo ([338ab4d](338ab4d)), closes [#65](#65) * update Gitlab CI -test amazonlinux correctly ([6745bf2](6745bf2)), closes [#65](#65)
🎉 This issue has been resolved in version 5.5.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/saltstack-formulas/prometheus-formula/blob/master/prometheus/osfamilymap.yaml doesn't take into account the fact that Amazon Linux 2 resolves
$releasever
to2
, instead of 7 or 8, so the yum repository definition isn't rendered to a valid el/7 or el/8 packagecloud URL. Low-pri, but thought I'd bring it up.The text was updated successfully, but these errors were encountered: