Commit c421628
Sync common files from infra repository (#129)
* Sync common files from infra repository
Synchronized from bootc-dev/infra@eb09fd5.
Signed-off-by: bootc-dev Bot <bot@bootc.dev>
* Mark ImageProxyConfig as non_exhaustive
Adding new fields to a publicly constructible struct is a semver
breaking change. Mark the struct as #[non_exhaustive] so that future
field additions are compatible, requiring users to use
`..Default::default()` when constructing the struct.
Fixes cargo-semver-checks failure from the insecure_policy field
addition.
Assisted-by: Claude Code (Opus 4.5)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
---------
Signed-off-by: bootc-dev Bot <bot@bootc.dev>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
Co-authored-by: bootc-dev Bot <bot@bootc.dev>
Co-authored-by: Xiaofeng Wang <henrywangxf@me.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent bc1f933 commit c421628
4 files changed
Lines changed: 2 additions & 117 deletions
File tree
- .github/actions
- bootc-ubuntu-setup
- setup-rust
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
0 commit comments