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

BS-147 Adding build metadata to omnibus version manifest #1103

Merged
merged 4 commits into from
Feb 3, 2023

Conversation

justingruber
Copy link
Contributor

@justingruber justingruber commented Jan 27, 2023

Signed-off-by: Justin Gruber [email protected]

Description

New fields are now added to the generated version-manifest when omnibus' manifest directive is used. The fields are:

  • ami_id
  • is_docker_build, if present
  • docker_version, if present
  • docker_image, if present
  • omnibus_version

Maintainers

Please ensure that you check for:

  • If this change impacts git cache validity, it bumps the git cache
    serial number
  • If this change impacts compatibility with omnibus-software, the
    corresponding change is reviewed and there is a release plan
  • If this change impacts compatibility with the omnibus cookbook, the
    corresponding change is reviewed and there is a release plan

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
22.9% 22.9% Duplication

@vkarve-chef
Copy link
Contributor

found relevant metadata shows up for a test build.

 "build_system_metadata": {
      "ami_id": "ami-<redacted>",
      "omnibus_version": "9.0.14"

@vkarve-chef vkarve-chef merged commit df39316 into main Feb 3, 2023
@vkarve-chef vkarve-chef deleted the justingruber/omnibus-metadata branch February 3, 2023 17:31
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

Successfully merging this pull request may close these issues.

2 participants