Skip to content

Commit c32bdcb

Browse files
authored
Merge branch 'main' into docs/adr-022-artifact-maturity
2 parents fc0c4a2 + a17f5da commit c32bdcb

12 files changed

Lines changed: 1 addition & 1112 deletions

File tree

.settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ testing_tools:
142142
linux_amd64: '6d31c65b03972c6dc4a14ab429f2928300518b26503f58723e532d1b0a3bbb52'
143143
linux_arm64: 'b98f2cc69fd9147fe4d405d859c57504571adec0d3611c3eefd04107c7ac00d0'
144144
# renovate: datasource=github-releases depName=kubernetes-sigs/karpenter depType=testing_tools
145-
karpenter: 'v1.14.0'
145+
karpenter: 'v1.14.1'
146146
# In-cluster OCI registry for KWOK deployer-matrix CI (issue #843).
147147
# Pulled from ECR Public (AWS's first-party mirror of Docker official
148148
# images): anonymous Docker Hub pulls rate-limit on shared CI runners

docs/contributor/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ both entry points share it. Adding business logic to `pkg/cli` or
201201
| `pkg/oci` | OCI artifact push/pull for evidence and bundles |
202202
| `pkg/mirror` | Air-gap mirror for charts and images |
203203
| `pkg/trust` | Sigstore trust root management |
204-
| `pkg/build` | Build provenance metadata |
205204
| **Cross-cutting** | |
206205
| `pkg/k8s/client` | Singleton Kubernetes clientset (in-cluster + kubeconfig) |
207206
| `pkg/k8s/pod` | Shared K8s Job/Pod helpers (wait, logs, ConfigMap URI parsing) |

docs/integrator/public-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ in the [Go library integration guide](./go-library.md).
4646
| `pkg/oci` | Internal | OCI registry helpers. |
4747
| `pkg/logging` | Internal | Logging setup. |
4848
| `pkg/header` | Internal | HTTP header helpers. |
49-
| `pkg/build` | Internal | Build-time metadata. |
5049
| `pkg/server` | Internal | aicrd HTTP server: middleware chain and REST handlers (thin adapters over `pkg/client/v1`). Consumers use the HTTP API, not the Go types. |
5150
| `pkg/cli` | Internal | CLI command implementations. |
5251

pkg/build/doc.go

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

pkg/build/spec.go

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

0 commit comments

Comments
 (0)