Skip to content

Commit

Permalink
update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 15, 2024
1 parent c5388cf commit f8baab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/hack/generate-sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ def rock_metrics_server(manifest, extra_files):
with util.git_repo(METRICS_SERVER_ROCK_REPO, METRICS_SERVER_ROCK_TAG) as d:
rock_repo_commit = util.parse_output(["git", "rev-parse", "HEAD"], cwd=d)
# TODO(ben): This should not be hard coded.
rockcraft = (d / "0.7.0/rockcraft.yaml").read_text()
rockcraft = (d / "0.7.2/rockcraft.yaml").read_text()

extra_files["metrics-server/0.7.0/rockcraft.yaml"] = rockcraft
extra_files["metrics-server/0.7.2/rockcraft.yaml"] = rockcraft

rockcraft_yaml = yaml.safe_load(rockcraft)
repo_url = rockcraft_yaml["parts"]["metrics-server"]["source"]
Expand Down

0 comments on commit f8baab0

Please sign in to comment.