-
Notifications
You must be signed in to change notification settings - Fork 111
Merge jammy #583
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
Merged
Merged
Merge jammy #583
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
002dfd7
Include netplan refactor packages in Azure dpkg list
selzoc 9658d04
Serialize stemcell builds, and remove attempts
selzoc 6501c79
Bump os-image tgz
bosh-admin-bot 9297618
Merge pull request #574 from cloudfoundry/update-azure-dpkg-list-netplan
selzoc 80003d4
Bump os-image tgz
bosh-admin-bot f7afc2f
Merge pull request #575 from cloudfoundry/serial-and-no-retries-for-b…
selzoc 2c1203c
README: update subnet instructions
aramprice f33109e
Bump os-image tgz
bosh-admin-bot ddeea51
bump bosh-agent/2.839.0
bosh-admin-bot 313ca02
Bump os-image tgz
bosh-admin-bot 2238b91
bump bosh-agent/2.840.0
bosh-admin-bot 2c32b2c
Bump os-image tgz
bosh-admin-bot 5c6f3a5
fix cgroupsv1 support in warden
mkocher 435d61f
Bump os-image tgz
bosh-admin-bot 5a097c8
Add PR template
aramprice d4ec663
Update .github/pull_request_template.md
aramprice 98df527
Update .github/pull_request_template.md
aramprice f6ae05e
Bump os-image tgz
bosh-admin-bot 728363f
CI: stop defaultling `AGENT_SUFFIX`
aramprice 66a355d
Shell: style nit `${foo}` over `$foo`
aramprice b5ffe31
Move metalink files to repo root
aramprice c9d65da
CI: use concourse to fetch OS_IMAGE
aramprice 6addedd
Rename task `stemcell:build_with_local_os_image` -> `:build`
aramprice d21a0aa
Merge pull request #581 from cloudfoundry/metalink-cleanup
aramprice 11de246
Bump os-image tgz
bosh-admin-bot efc57d3
Move image-metalinks to prepare for merge
aramprice 87baea5
Merge branch 'ubuntu-jammy' into merge-jammy
aramprice cd4d01f
Fixup bad merge
aramprice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
bosh-stemcell/image-metalinks/ubuntu_noble_poc/ubuntu-noble.meta4
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <metalink xmlns="urn:ietf:params:xml:ns:metalink"> | ||
| <file name="ubuntu-jammy.tgz"> | ||
| <hash type="sha-512">4d63eb6d8d7eba07628372c969bfdf3a778a66ef77e85616a84f900c603dc53c63c314bb2ded2e073f81e5243507fb3d58ad8f9d84fde0e16bc01f6d2221c616</hash> | ||
| <hash type="sha-256">8bf6a4b8a98d71b4c26f41ce4b8622c939de05d82dabdd0ea8e03d44de843db6</hash> | ||
| <hash type="sha-1">d21ab0b19c1a3f52bb7e348b69b28663ee676503</hash> | ||
| <hash type="md5">f0210c187eb07d66f8ea31f796a4aa76</hash> | ||
| <size>434793371</size> | ||
| <url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/ubuntu-jammy.tgz</url> | ||
| <version>1043.0.0</version> | ||
| </file> | ||
| <file name="usn-log.json"> | ||
| <hash type="sha-512">ca3e99837fae81c10f5522a623fab715b1e430f7895b1f202bae32ccfe3a6f80ad79cffcbd789adcf099de7b00f7cc8c31ebbb3aeb5c0e13aa7decea88bc1559</hash> | ||
| <hash type="sha-256">d12b345d3cf6c8127c05e8f702efd18966bf59378830efc14cef784a5248a88e</hash> | ||
| <hash type="sha-1">ade2522e3d639fff8df5117dea1870b605ed52a6</hash> | ||
| <hash type="md5">6c72c53f5bb8d8d05dd9b377f3beb937</hash> | ||
| <size>869</size> | ||
| <url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/usn-log.json</url> | ||
| <version>1043.0.0</version> | ||
| </file> | ||
| <generator>metalink-repository-resource/0.0.0</generator> | ||
| <published>2026-04-24T23:46:02.968990444Z</published> | ||
| </metalink> |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.