Skip to content

Commit c421628

Browse files
bootc-bot[bot]bootc-dev Bothenrywangclaude
authored
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

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1c2a5bc48c08d077982cbae3bb9cd03e2923683a
1+
eb09fd52a83e77dad0465baded5c982c23bd5414

.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.github/actions/setup-rust/action.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/imageproxy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ impl PipeId {
193193

194194
/// Configuration for the proxy.
195195
#[derive(Debug, Default)]
196+
#[non_exhaustive]
196197
pub struct ImageProxyConfig {
197198
/// Path to container auth file; equivalent to `skopeo --authfile`.
198199
/// This conflicts with [`auth_data`].

0 commit comments

Comments
 (0)