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

Update FCOS stream metadata for Apple Hypervisor #1550

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions metadata/release/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
}
}
},
"applehv": {
"artifacts": {
"raw.gz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-applehv.raw.gz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-applehv.raw.gz.sig",
"sha256": "a889159d661339e635372b807f0a98bb93c64aabfaf89a801b2f03491488f0ef"
}
}
}
},
"azure": {
"artifacts": {
"vhd.xz": {
Expand Down
8 changes: 8 additions & 0 deletions metadata/stream/rationale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ architectures:
signature: https://artifacts.example.com/g0xah6aenvaaVosh.qcow2.xz.sig
sha256: 149afbf4c8996fb92427ae3b0c44298fc1ce41e4649b934ca495991b7852b855
uncompressed-sha256: d02d5ac0f2a2789602e9df950c38acb15380d2799b4bdb59394e4eeabdd3a662
applehv:
release: 30.1.2.3
formats:
"raw.gz":
disk:
location: https://artifacts.example.com/quohgh8ei0uzaD5a.raw.gz
signature: https://artifacts.example.com/quohgh8ei0uzaD5a.raw.gz.sig
sha256: 4c8996fb92427ae41e4649b934ca4e3b0c44298fc1c149afbf95991b7852b855
aws:
release: 30.1.2.3
formats:
Expand Down
12 changes: 12 additions & 0 deletions metadata/stream/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
}
}
},
"applehv": {
"release": "33.20210412.3.0",
"formats": {
"raw.gz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-applehv.x86_64.raw.gz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-hyperv.x86_64.raw.gz.sig",
"sha256": "728e876d87ec71de27fc1d882840e6877346423433339a2b8606fa28e57413fd"
}
}
}
},
"aws": {
"release": "33.20210412.3.0",
"formats": {
Expand Down