Welcome to our glorious v0.9.0 release of the security-profiles-operator! The general usage and setup can be found in our documentation. 🥳 👯
To install the operator, run:
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/security-profiles-operator/v0.9.0/deploy/operator.yaml
You can also verify the container image signature by using cosign:
$ cosign verify \
--certificate-identity krel-trust@k8s-releng-prod.iam.gserviceaccount.com \
--certificate-oidc-issuer https://accounts.google.com \
registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
Beside the operator image, we now also ship spoc
, the official Security Profiles Operator Command Line Interface! Binaries for amd64
and arm64
are attached to this release.
To verify the signature of spoc
. download all release artifacts and run for amd64
(works in the same way for arm64
:
$ cosign verify-blob \
--certificate-identity sgrunert@redhat.com \
--certificate-oidc-issuer https://github.com/login/oauth \
--certificate spoc.amd64.cert \
--signature spoc.amd64.sig \
spoc.amd64
To verify the Bill of Materials (BOM) using the bom
tool, download the artifacts into a build
directory and run:
> bom validate -e spoc.spdx -d build/
+-------------------+-------+-----------------------------+----------------+
| FILENAME | VALID | MESSAGE | INVALID HASHES |
+-------------------+-------+-----------------------------+----------------+
| spoc.amd64 | OK | File validated successfully | - |
| spoc.amd64.cert | OK | File validated successfully | - |
| spoc.amd64.sha512 | OK | File validated successfully | - |
| spoc.amd64.sig | OK | File validated successfully | - |
| spoc.arm64 | OK | File validated successfully | - |
| spoc.arm64.cert | OK | File validated successfully | - |
| spoc.arm64.sha512 | OK | File validated successfully | - |
| spoc.arm64.sig | OK | File validated successfully | - |
+-------------------+-------+-----------------------------+----------------+
The .spdx
file is signed as well and we also provide .sha512
sum files for the binaries.
Feel free to provide us any kind of feedback in the official Kubernetes Slack #security-profiles-operator channel.
Changes by Kind
Feature
- Add
spoc install
andspoc uninstall
commands to quickly install profiles on the local machine for testing. (#2711, @mhils) - Add more metrics for AppArmor profile. (#2686, @ccojocar)
- Add the complainMode flag into the ApparmorProfile CRD which allows to switch the apparmor profile into complain mode. (#2598, @ccojocar)
- Add the eBPF based AppArmor profile recorder into the API. (#2296, @ccojocar)
- AppArmor profiles can now have either an abstract or a concrete policy. (#2469, @mhils)
- BPF recorder: Detect
mkdir
syscalls for profile creation (#2663, @mhils) - BPF recorder: Detect
mknod
syscalls for profile creation (#2668, @mhils) - BPF recorder: Detect
unlink
syscalls for profile creation (#2667, @mhils) - Change the scope of security profiles CRDs to be cluster wide. (#2735, @ccojocar)
- Harden the bpf-recorder container with a custom seccomp profile. (#2626, @ccojocar)
- Harden the security-profiles-operator and bpf-recorder containers with custom apparmor profiles when apparmor is enabled. (#2646, @ccojocar)
- Make selinuxd images configurable in Helm chart (#2299, @mikroskeem)
- Make the AppArmor recorder support
readdir
(#2555, @mhils) - Removed kube-rbac-proxy dependency in favor of the native controller-runtime feature. (#2595, @saschagrunert)
- Spoc now correctly tracks child processes that
clone()
. (#2644, @mhils) - The AppArmor recorder is now better at detecting randomness in file paths and replacing it with placeholders. (#2702, @mhils)
- The BPF profile recorder now excludes unnecessary permissions exercised during container init. (#2623, @mhils)
spoc record
now drops privileges when spawning the process it observes. (#2412, @mhils)
Documentation
- Added information that SELinux can be enabled/disabled in
installation-usage.md
. (#2298, @saschagrunert) - Fixed
enableAppArmor
boolean ininstallation-usage.md
. (#2322, @saschagrunert) - Fixed
enableAppArmor
variable ininstallation-usage.md
. (#2297, @saschagrunert) - Restructure and update the documentation, extend sections for apparmor and selinux recording and installation. (#2605, @ccojocar)
Bug or Regression
- AppArmor profiles recorded by spoc now include the abstract profile only, which ensures that the raw profile does not diverge. (#2428, @mhils)
- Cleanup unnecessary files from a recorded apparmor profile. (#2587, @ccojocar)
- Fix AppArmor recording for workloads that use anonymous hugepages. (#2421, @mhils)
- Fix a bug where AppArmor profiles with a name containing
/
or.
weren't deleted properly. (#2710, @mhils) - Fix a bug where AppArmor profiles would contain the same path more than once. (#2377, @mhils)
- Fix a bug where incorrect AppArmor profiles were generated for
mkdir()
. (#2712, @mhils) - Fix a bug where recorded AppArmor profiles would prevent executables from spawning. (#2554, @mhils)
- Fix a bug where spoc would generate empty AppArmor profiles on systems without BPF LSM enabled. (#2385, @mhils)
- Fix the daemon container security context to keep the local seccomp profile. (#2612, @ccojocar)
- It replaces the variance such as task ID and container ID from files paths recorded in apparmor profile. (#2357, @ccojocar)
- Permit AppArmor profiles with
cap_sys_rawio
to call(u)mount
. (#2713, @mhils)
Other (Cleanup or Flake)
- API BREAKING CHANGES: policy field removed from ApparmorProfile CRD, use instead the abstract field which automatically generates the policy before installation. (#2590, @ccojocar)
- Updated kube-rbac-proxy to v0.16.0. (#2551, @saschagrunert)
- Updated runc to v1.1.13. (#2311, @saschagrunert)
Dependencies
Added
- cel.dev/expr: v0.19.1
- chainguard.dev/sdk: v0.1.23
- cloud.google.com/go/auth/oauth2adapt: v0.2.6
- cloud.google.com/go/auth: v0.13.0
- cloud.google.com/go/translate: v1.10.3
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider: v0.14.0
- github.com/DataDog/go-libddwaf/v3: v3.3.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric: v0.48.1
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping: v0.48.1
- github.com/antihax/optional: v1.0.0
- github.com/antlr4-go/antlr/v4: v4.13.1
- github.com/avast/retry-go/v4: v4.6.0
- github.com/aws/aws-sdk-go-v2/service/route53: v1.44.0
- github.com/chainguard-dev/slogctx: v1.2.2
- github.com/checkpoint-restore/go-criu/v6: v6.3.0
- github.com/containerd/errdefs/pkg: v0.3.0
- github.com/containerd/platforms: v0.2.1
- github.com/containerd/typeurl/v2: v2.2.3
- github.com/coreos/go-oidc: v2.2.1+incompatible
- github.com/go-http-utils/headers: fed159e
- github.com/go-piv/piv-go/v2: v2.3.0
- github.com/hairyhenderson/go-which: v0.2.0
- github.com/hashicorp/golang-lru/v2: v2.0.7
- github.com/in-toto/attestation: v1.1.0
- github.com/moby/sys/capability: v0.4.0
- github.com/moby/sys/userns: v0.1.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/pquerna/cachecontrol: v0.1.0
- github.com/rogpeppe/fastuuid: v1.2.0
- github.com/sigstore/sigstore-go: v0.6.1
- github.com/skeema/knownhosts: v1.3.0
- github.com/smallstep/pkcs7: v0.1.1
- github.com/theupdateframework/go-tuf/v2: v2.0.1
- github.com/tink-crypto/tink-go-awskms/v2: v2.1.0
- github.com/tink-crypto/tink-go-gcpkms/v2: v2.2.0
- github.com/tink-crypto/tink-go/v2: v2.2.0
- go.opentelemetry.io/auto/sdk: v1.1.0
- go.opentelemetry.io/contrib/detectors/gcp: v1.32.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.33.0
- go.opentelemetry.io/otel/sdk/metric: v1.32.0
- go.uber.org/mock: v0.5.0
- gopkg.in/evanphx/json-patch.v4: v4.12.0
- k8s.io/gengo/v2: 2b36238
- kernel.org/pub/linux/libs/security/libcap/cap: v1.2.73
- kernel.org/pub/linux/libs/security/libcap/psx: v1.2.73
Changed
- chainguard.dev/go-grpc-kit: v0.17.2 → v0.17.5
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.6.0
- cloud.google.com/go/firestore: v1.14.0 → v1.15.0
- cloud.google.com/go/iam: v1.1.6 → v1.2.2
- cloud.google.com/go/kms: v1.15.8 → v1.20.4
- cloud.google.com/go/longrunning: v0.5.5 → v0.6.2
- cloud.google.com/go/monitoring: v1.17.0 → v1.21.2
- cloud.google.com/go/profiler: v0.4.0 → v0.4.2
- cloud.google.com/go/pubsub: v1.37.0 → v1.45.3
- cloud.google.com/go/security: v1.15.6 → v1.18.0
- cloud.google.com/go/storage: v1.39.1 → v1.45.0
- cloud.google.com/go/trace: v1.10.4 → v1.10.5
- cloud.google.com/go: v0.112.1 → v0.116.0
- cuelabs.dev/go/oci/ociregistry: 93e78c0 → a39bec0
- cuelang.org/go: v0.7.0 → v0.9.2
- dario.cat/mergo: v1.0.0 → v1.0.1
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.10.0 → v1.16.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.5.1 → v1.8.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.5.2 → v1.10.0
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys: v1.1.0 → v1.3.0
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal: v1.0.0 → v1.1.0
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.2.1 → v1.4.0
- github.com/Azure/go-ansiterm: 306776e → faa5f7b
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.2 → v1.3.1
- github.com/BurntSushi/toml: v1.3.2 → v1.4.0
- github.com/DataDog/appsec-internal-go: v1.4.0 → v1.7.0
- github.com/DataDog/datadog-go/v5: v5.4.0 → v5.5.0
- github.com/DataDog/sketches-go: v1.4.2 → v1.4.5
- github.com/DrJosh9000/zzglob: v0.1.0 → v0.3.4
- github.com/Khan/genqlient: v0.6.0 → v0.7.0
- github.com/Masterminds/semver/v3: v3.2.1 → v3.3.1
- github.com/Masterminds/sprig/v3: v3.2.3 → v3.3.0
- github.com/Microsoft/hcsshim: v0.12.3 → v0.12.9
- github.com/Venafi/vcert/v5: v5.3.0 → v5.8.0
- github.com/aliyun/credentials-go: v1.3.1 → v1.3.2
- github.com/aquasecurity/libbpfgo: 1.4 → 1.5
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.6.1 → v1.6.3
- github.com/aws/aws-sdk-go-v2/config: v1.27.9 → v1.28.7
- github.com/aws/aws-sdk-go-v2/credentials: v1.17.9 → v1.17.48
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.16.0 → v1.16.22
- github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.16.9 → v1.17.10
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.3.4 → v1.3.26
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.6.4 → v2.6.26
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.8.0 → v1.8.1
- github.com/aws/aws-sdk-go-v2/internal/v4a: v1.3.3 → v1.3.15
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: v1.11.1 → v1.12.1
- github.com/aws/aws-sdk-go-v2/service/internal/checksum: v1.3.5 → v1.3.17
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.11.6 → v1.12.7
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared: v1.17.3 → v1.17.15
- github.com/aws/aws-sdk-go-v2/service/kms: v1.30.0 → v1.37.8
- github.com/aws/aws-sdk-go-v2/service/s3: v1.51.4 → v1.58.3
- github.com/aws/aws-sdk-go-v2/service/sso: v1.20.3 → v1.24.8
- github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.23.3 → v1.28.7
- github.com/aws/aws-sdk-go-v2/service/sts: v1.28.5 → v1.33.3
- github.com/aws/aws-sdk-go-v2: v1.26.0 → v1.32.7
- github.com/aws/aws-sdk-go: v1.51.6 → v1.55.5
- github.com/aws/smithy-go: v1.20.1 → v1.22.1
- github.com/bufbuild/protocompile: v0.6.0 → v0.10.0
- github.com/buildkite/agent/v3: v3.62.0 → v3.81.0
- github.com/buildkite/bintest/v3: v3.2.0 → v3.3.0
- github.com/buildkite/go-pipeline: v0.3.2 → v0.13.1
- github.com/buildkite/interpolate: 07f35b4 → v0.1.3
- github.com/buildkite/roko: v1.1.1 → v1.2.0
- github.com/cenkalti/backoff/v4: v4.2.1 → v4.3.0
- github.com/cert-manager/cert-manager: v1.14.5 → v1.17.1
- github.com/cespare/xxhash/v2: v2.2.0 → v2.3.0
- github.com/checkpoint-restore/checkpointctl: v1.1.0 → v1.3.0
- github.com/checkpoint-restore/go-criu/v7: v7.1.0 → v7.2.0
- github.com/cilium/ebpf: v0.11.0 → v0.16.0
- github.com/cncf/udpa/go: c52dc94 → 269d4d4
- github.com/cncf/xds/go: 8a4994d → b4127c9
- github.com/containerd/console: v1.0.3 → v1.0.4
- github.com/containerd/containerd: v1.7.17 → v1.7.21
- github.com/containerd/errdefs: v0.1.0 → v0.3.0
- github.com/containerd/stargz-snapshotter/estargz: v0.15.1 → v0.16.3
- github.com/containernetworking/cni: v1.1.2 → v1.2.3
- github.com/containernetworking/plugins: v1.5.0 → v1.5.1
- github.com/containers/common: v0.59.0 → v0.62.0
- github.com/containers/image/v5: v5.31.0 → v5.34.0
- github.com/containers/ocicrypt: v1.1.10 → v1.2.1
- github.com/containers/storage: v1.54.0 → v1.57.1
- github.com/coreos/go-oidc/v3: v3.10.0 → v3.12.0
- github.com/cpuguy83/go-md2man/v2: v2.0.3 → v2.0.6
- github.com/creack/pty: v1.1.21 → v1.1.19
- github.com/cyphar/filepath-securejoin: v0.2.5 → v0.4.1
- github.com/decred/dcrd/dcrec/secp256k1/v4: v4.2.0 → v4.3.0
- github.com/digitalocean/godo: v1.107.0 → v1.125.0
- github.com/docker/cli: v24.0.7+incompatible → v27.5.0+incompatible
- github.com/docker/docker-credential-helpers: v0.8.1 → v0.8.2
- github.com/docker/docker: v26.1.3+incompatible → v27.5.1+incompatible
- github.com/ebitengine/purego: v0.5.0 → v0.6.0-alpha.5
- github.com/eggsampler/acme/v3: v3.4.0 → v3.6.0
- github.com/emicklei/go-restful/v3: v3.11.0 → v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 → v0.13.1
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 → v1.1.0
- github.com/evanphx/json-patch/v5: v5.8.0 → v5.9.11
- github.com/evanphx/json-patch: v5.7.0+incompatible → v5.9.0+incompatible
- github.com/fatih/color: v1.16.0 → v1.18.0
- github.com/foxcpp/go-mockdns: v1.0.0 → v1.1.0
- github.com/fsnotify/fsnotify: v1.7.0 → v1.8.0
- github.com/fullstorydev/grpcurl: v1.8.9 → v1.9.1
- github.com/fxamacker/cbor/v2: v2.4.0 → v2.7.0
- github.com/gabriel-vasile/mimetype: v1.4.2 → v1.4.3
- github.com/gliderlabs/ssh: v0.3.6 → v0.3.7
- github.com/go-asn1-ber/asn1-ber: v1.5.5 → v1.5.6
- github.com/go-chi/chi/v5: v5.0.11 → v5.1.0
- github.com/go-jose/go-jose/v4: v4.0.1 → v4.0.5
- github.com/go-ldap/ldap/v3: v3.4.6 → v3.4.8
- github.com/go-playground/validator/v10: v10.16.0 → v10.18.0
- github.com/go-rod/rod: v0.114.7 → v0.116.2
- github.com/go-task/slim-sprig: 52ccab3 → 348f09d
- github.com/go-test/deep: v1.1.0 → v1.1.1
- github.com/gobuffalo/flect: v1.0.2 → v1.0.3
- github.com/goccy/go-json: v0.10.2 → v0.10.3
- github.com/gofrs/flock: v0.8.1 → v0.12.1
- github.com/golang-jwt/jwt/v4: v4.5.0 → v4.5.1
- github.com/golang/glog: v1.2.0 → v1.2.3
- github.com/google/btree: v1.1.2 → v1.1.3
- github.com/google/cel-go: v0.17.7 → v0.22.1
- github.com/google/certificate-transparency-go: v1.1.8 → v1.2.1
- github.com/google/gnostic-models: c7be7c7 → v0.6.9
- github.com/google/go-cmp: v0.6.0 → v0.7.0
- github.com/google/go-containerregistry: v0.19.1 → v0.20.3
- github.com/google/go-pkcs11: c6f7932 → v0.3.0
- github.com/google/go-tpm-tools: v0.4.3 → v0.4.4
- github.com/google/go-tpm: v0.9.0 → v0.9.2
- github.com/google/pprof: a892ee0 → 40e02aa
- github.com/google/s2a-go: v0.1.7 → v0.1.8
- github.com/google/trillian: v1.6.0 → v1.7.1
- github.com/googleapis/enterprise-certificate-proxy: v0.3.2 → v0.3.4
- github.com/googleapis/gax-go/v2: v2.12.3 → v2.14.1
- github.com/gorilla/websocket: v1.5.0 → v1.5.3
- github.com/gregjones/httpcache: 9cad4c3 → 901d907
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.19.1 → v2.25.1
- github.com/hashicorp/consul/api: v1.25.1 → v1.28.2
- github.com/hashicorp/go-hclog: v1.5.0 → v1.6.3
- github.com/hashicorp/go-retryablehttp: v0.7.5 → v0.7.7
- github.com/hashicorp/vault/api: v1.12.2 → v1.15.0
- github.com/hashicorp/vault/sdk: v0.10.2 → v0.14.0
- github.com/huandu/xstrings: v1.3.3 → v1.5.0
- github.com/jellydator/ttlcache/v3: v3.2.0 → v3.3.0
- github.com/jessevdk/go-flags: v1.4.0 → v1.6.1
- github.com/jhump/protoreflect: v1.15.3 → v1.16.0
- github.com/jmoiron/sqlx: v1.3.5 → v1.4.0
- github.com/klauspost/compress: v1.17.8 → v1.17.11
- github.com/leodido/go-urn: v1.2.4 → v1.4.0
- github.com/lestrrat-go/httprc: v1.0.4 → v1.0.6
- github.com/lestrrat-go/jwx/v2: v2.0.19 → v2.1.1
- github.com/letsencrypt/boulder: 000cd05 → de9c061
- github.com/magefile/mage: v1.14.0 → v1.15.0
- github.com/mailru/easyjson: v0.7.7 → v0.9.0
- github.com/mattn/go-runewidth: v0.0.15 → v0.0.16
- github.com/mattn/go-sqlite3: v1.14.22 → v1.14.24
- github.com/mattn/go-zglob: v0.0.4 → v0.0.6
- github.com/maxbrunsfeld/counterfeiter/v6: v6.8.1 → v6.11.2
- github.com/miekg/dns: v1.1.57 → v1.1.62
- github.com/moby/spdystream: v0.2.0 → v0.5.0
- github.com/moby/sys/mountinfo: v0.7.1 → v0.7.2
- github.com/moby/sys/user: v0.1.0 → v0.3.0
- github.com/moby/term: v0.5.0 → v0.5.2
- github.com/mozillazg/docker-credential-acr-helper: v0.3.0 → v0.4.0
- github.com/nats-io/nats.go: v1.31.0 → v1.34.0
- github.com/nats-io/nkeys: v0.4.6 → v0.4.7
- github.com/oleiade/reflections: v1.0.1 → v1.1.0
- github.com/onsi/ginkgo/v2: v2.18.0 → v2.22.2
- github.com/onsi/gomega: v1.33.1 → v1.36.2
- github.com/open-policy-agent/opa: v0.61.0 → v0.68.0
- github.com/opencontainers/runc: v1.1.12 → v1.2.5
- github.com/opencontainers/runtime-tools: 408c51e → f7e3563
- github.com/opencontainers/selinux: v1.11.0 → v1.11.1
- github.com/openshift/api: f2fbb1d → c1fdeb0
- github.com/pelletier/go-toml/v2: v2.1.0 → v2.2.2
- github.com/pelletier/go-toml: v1.9.3 → v1.9.5
- github.com/pjbgf/go-apparmor: v0.1.2 → 1375e5e
- github.com/pkg/sftp: v1.13.6 → v1.13.7
- github.com/proglottis/gpgme: v0.1.3 → v0.1.4
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring: v0.74.0 → v0.80.1
- github.com/prometheus/client_golang: v1.19.1 → v1.21.0
- github.com/prometheus/common: v0.51.1 → v0.62.0
- github.com/prometheus/procfs: v0.12.0 → v0.15.1
- github.com/redis/go-redis/v9: v9.5.1 → v9.7.0
- github.com/rogpeppe/go-internal: v1.12.0 → v1.13.1
- github.com/rs/cors: v1.10.1 → v1.11.1
- github.com/sagikazarmark/crypt: v0.17.0 → v0.19.0
- github.com/secure-systems-lab/go-securesystemslib: v0.8.0 → v0.9.0
- github.com/shopspring/decimal: v1.2.0 → v1.4.0
- github.com/sigstore/cosign/v2: v2.2.3 → v2.4.1
- github.com/sigstore/fulcio: v1.4.5 → v1.6.4
- github.com/sigstore/protobuf-specs: v0.3.0 → v0.3.3
- github.com/sigstore/rekor: v1.3.6 → v1.3.8
- github.com/sigstore/sigstore/pkg/signature/kms/aws: v1.8.3 → v1.8.12
- github.com/sigstore/sigstore/pkg/signature/kms/azure: v1.8.3 → v1.8.12
- github.com/sigstore/sigstore/pkg/signature/kms/gcp: v1.8.3 → v1.8.12
- github.com/sigstore/sigstore/pkg/signature/kms/hashivault: v1.8.3 → v1.8.12
- github.com/sigstore/sigstore: v1.8.3 → v1.8.12
- github.com/sigstore/timestamp-authority: v1.2.1 → v1.2.2
- github.com/sosodev/duration: v1.2.0 → v1.3.1
- github.com/spf13/cast: v1.6.0 → v1.7.0
- github.com/spf13/cobra: v1.8.0 → v1.8.1
- github.com/spf13/pflag: v1.0.5 → v1.0.6
- github.com/spf13/viper: v1.18.2 → v1.19.0
- github.com/spiffe/go-spiffe/v2: v2.1.7 → v2.3.0
- github.com/stretchr/testify: v1.9.0 → v1.10.0
- github.com/sylabs/sif/v2: v2.16.0 → v2.20.2
- github.com/tchap/go-patricia/v2: v2.3.1 → v2.3.2
- github.com/tetratelabs/wazero: v1.0.2 → v1.6.0
- github.com/urfave/cli/v2: v2.27.1 → v2.27.5
- github.com/urfave/cli: v1.22.14 → v1.22.16
- github.com/uwu-tools/magex: v0.10.0 → v0.10.1
- github.com/vbatts/tar-split: v0.11.5 → v0.11.7
- github.com/vbauerster/mpb/v8: v8.7.3 → v8.9.1
- github.com/vektah/gqlparser/v2: v2.5.8 → v2.5.16
- github.com/veraison/go-cose: v1.2.1 → v1.3.0
- github.com/vishvananda/netlink: v1.2.1-beta.2 → v1.3.0
- github.com/weppos/publicsuffix-go: 38c92ad → 5f1d033
- github.com/xanzy/go-gitlab: v0.96.0 → v0.109.0
- github.com/xrash/smetrics: 039620a → 686a1a2
- github.com/youmark/pkcs8: 1326539 → 3c2c787
- github.com/ysmood/got: v0.34.1 → v0.40.0
- github.com/ysmood/leakless: v0.8.0 → v0.9.0
- github.com/zmap/zcrypto: c8b263f → a1f61fb
- github.com/zmap/zlint/v3: v3.5.0 → v3.6.0
- go.etcd.io/bbolt: v1.3.10 → v1.3.11
- go.etcd.io/etcd/api/v3: v3.5.12 → v3.5.17
- go.etcd.io/etcd/client/pkg/v3: v3.5.12 → v3.5.17
- go.etcd.io/etcd/client/v2: v2.305.12 → v2.305.16
- go.etcd.io/etcd/client/v3: v3.5.12 → v3.5.17
- go.etcd.io/etcd/etcdctl/v3: v3.5.12 → v3.5.13
- go.etcd.io/etcd/etcdutl/v3: v3.5.12 → v3.5.13
- go.etcd.io/etcd/pkg/v3: v3.5.12 → v3.5.16
- go.etcd.io/etcd/raft/v3: v3.5.12 → v3.5.16
- go.etcd.io/etcd/server/v3: v3.5.12 → v3.5.16
- go.etcd.io/etcd/tests/v3: v3.5.12 → v3.5.13
- go.etcd.io/etcd/v3: v3.5.12 → v3.5.13
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.49.0 → v0.58.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.49.0 → v0.58.0
- go.opentelemetry.io/contrib/propagators/aws: v1.22.0 → v1.29.0
- go.opentelemetry.io/contrib/propagators/b3: v1.22.0 → v1.29.0
- go.opentelemetry.io/contrib/propagators/jaeger: v1.22.0 → v1.29.0
- go.opentelemetry.io/contrib/propagators/ot: v1.22.0 → v1.29.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.22.0 → v1.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.22.0 → v1.33.0
- go.opentelemetry.io/otel/metric: v1.24.0 → v1.33.0
- go.opentelemetry.io/otel/sdk: v1.24.0 → v1.33.0
- go.opentelemetry.io/otel/trace: v1.24.0 → v1.33.0
- go.opentelemetry.io/otel: v1.24.0 → v1.33.0
- go.opentelemetry.io/proto/otlp: v1.0.0 → v1.4.0
- go.step.sm/crypto: v0.44.2 → v0.56.0
- gocloud.dev: v0.37.0 → v0.40.0
- golang.org/x/crypto: v0.23.0 → v0.33.0
- golang.org/x/exp: 9bf2ced → 7d7fa50
- golang.org/x/mod: v0.17.0 → v0.23.0
- golang.org/x/net: v0.25.0 → v0.35.0
- golang.org/x/oauth2: v0.18.0 → v0.25.0
- golang.org/x/sync: v0.7.0 → v0.11.0
- golang.org/x/sys: v0.20.0 → v0.30.0
- golang.org/x/telemetry: f48c80b → bda5523
- golang.org/x/term: v0.20.0 → v0.29.0
- golang.org/x/text: v0.15.0 → v0.22.0
- golang.org/x/time: v0.5.0 → v0.9.0
- golang.org/x/tools: v0.21.0 → v0.29.0
- golang.org/x/xerrors: 104605a → 93cc26a
- google.golang.org/api: v0.172.0 → v0.216.0
- google.golang.org/genproto/googleapis/api: 94a12d6 → 6b3ec00
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 → 6982302
- google.golang.org/genproto/googleapis/rpc: 94a12d6 → 6982302
- google.golang.org/genproto: c811ad7 → e639e21
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.4.0 → v1.5.1
- google.golang.org/grpc: v1.64.0 → v1.70.0
- google.golang.org/protobuf: v1.34.1 → v1.36.5
- gopkg.in/DataDog/dd-trace-go.v1: v1.59.0 → v1.67.0
- k8s.io/api: v0.29.5 → v0.32.2
- k8s.io/apiextensions-apiserver: v0.29.5 → v0.32.1
- k8s.io/apimachinery: v0.29.5 → v0.32.2
- k8s.io/apiserver: v0.29.5 → v0.32.1
- k8s.io/cli-runtime: v0.29.3 → v0.32.2
- k8s.io/client-go: v0.29.5 → v0.32.2
- k8s.io/code-generator: v0.29.5 → v0.32.1
- k8s.io/component-base: v0.29.5 → v0.32.1
- k8s.io/klog/v2: v2.120.1 → v2.130.1
- k8s.io/kms: v0.29.5 → v0.32.1
- k8s.io/kube-aggregator: v0.29.0 → v0.31.1
- k8s.io/kube-openapi: eec4567 → 2c72e55
- k8s.io/utils: 4693a02 → 24370be
- oras.land/oras-go/v2: v2.4.0 → v2.5.0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.29.0 → v0.31.1
- sigs.k8s.io/controller-runtime: v0.17.3 → v0.20.2
- sigs.k8s.io/controller-tools: v0.14.0 → v0.17.2
- sigs.k8s.io/gateway-api: v1.0.0 → v1.1.0
- sigs.k8s.io/json: bc3834c → cfa47c3
- sigs.k8s.io/kustomize/api: 6ce0bf3 → v0.18.0
- sigs.k8s.io/kustomize/kyaml: 6ce0bf3 → v0.18.1
- sigs.k8s.io/release-utils: v0.8.1 → v0.11.0
- sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.5.0
- software.sslmate.com/src/go-pkcs12: v0.4.0 → v0.5.0
- tags.cncf.io/container-device-interface: v0.7.2 → v0.8.0
Removed
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
- github.com/DataDog/go-libddwaf/v2: v2.2.3
- github.com/PuerkitoBio/purell: v1.1.1
- github.com/PuerkitoBio/urlesc: de5bf2a
- github.com/andybalholm/brotli: v1.0.1
- github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
- github.com/blendle/zapdriver: v1.3.1
- github.com/checkpoint-restore/go-criu/v5: v5.3.0
- github.com/dsnet/compress: f669936
- github.com/go-kit/log: v0.2.1
- github.com/go-logfmt/logfmt: v0.5.1
- github.com/gomarkdown/markdown: 4d01890
- github.com/google/gnostic: v0.5.7-v3refs
- github.com/lithammer/dedent: v1.1.0
- github.com/mholt/archiver/v3: v3.5.1
- github.com/mmarkdown/mmark: v2.0.40+incompatible
- github.com/mpvl/unique: cbe035f
- github.com/nwaples/rardecode: v1.1.0
- github.com/petermattis/goid: b0b1615
- github.com/pierrec/lz4/v4: v4.1.2
- github.com/sasha-s/go-deadlock: 237a954
- github.com/shurcooL/sanitized_anchor_name: v1.0.0
- github.com/xi2/xz: 48954b6
- go.mozilla.org/pkcs7: 33d0574
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.15.0
- go.starlark.net: a134d8f
- go4.org/intern: 6c62f75
- go4.org/unsafe/assume-no-moving-gc: b99613f
- inet.af/netaddr: b8eac61
- knative.dev/pkg: 74c4be5
- sigs.k8s.io/mdtoc: v1.3.0