kubernetes-sigs / security-profiles-operator

The Kubernetes Security Profiles Operator
Apache License 2.0
678 stars 106 forks source link

Release v0.8.3 #2194

Closed saschagrunert closed 5 months ago

saschagrunert commented 5 months ago

Cutting a new release.

Release notes:

## Changes by Kind

### Feature

- Add a new `--no-start` flag that allows spoc to record profiles without driving the process execution. (#2161, @mhils)
- Added a `spoc merge` command to merge multiple security profiles from the command line. (#2136, @mhils)
- Added initial support for merging AppArmor profiles with `spoc merge`. (#2140, @mhils)
- Adds functionality to the profile binding functionality to establish a default seccomp/selinux profile for a given namespace.
  Specific image bindings have priority over the default profiles allowing more tailored profiles for specific images while allowing customization of a default profile applied to all pods without having to specify specific images strings. (#1869, @CoreyCook8)
- The `spoc` cli tool now features `apparmor` and `raw-apparmor` types to generate CRDs and raw apparmor profiles. (#1917, @0xmilkmix)

### Bug or Regression

- Fixed issue with crashing SPOD daemon by allowing `clock_gettime` syscall. (#2121, @CoreyCook8)
- Fixed reporting of status and the policy usage string for RawSelinuxProfile CRs (#1496, @jhrozek)
- Make the field disabling profiles after recording optional (#2033, @yuumasato)

## Dependencies

### Added
- cuelabs.dev/go/oci/ociregistry: 93e78c0
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns: [v1.2.0](https://github.com/Azure/azure-sdk-for-go/tree/sdk/resourcemanager/dns/armdns/v1.2.0)
- github.com/Venafi/vcert/v5: [v5.3.0](https://github.com/Venafi/vcert/tree/v5.3.0)
- github.com/containerd/errdefs: [v0.1.0](https://github.com/containerd/errdefs/tree/v0.1.0)
- github.com/moby/sys/user: [v0.1.0](https://github.com/moby/sys/tree/v0.1.0)
- github.com/sosodev/duration: [v1.2.0](https://github.com/sosodev/duration/tree/v1.2.0)
- golang.org/x/telemetry: b75ee88

### Changed
- cloud.google.com/go/compute: v1.23.3 → v1.24.0
- cloud.google.com/go/firestore: v1.13.0 → v1.14.0
- cloud.google.com/go/longrunning: v0.5.1 → v0.5.4
- cloud.google.com/go/security: v1.15.1 → v1.15.4
- cloud.google.com/go/storage: v1.33.0 → v1.35.1
- cloud.google.com/go: v0.110.10 → v0.112.0
- cuelang.org/go: v0.6.0 → v0.7.0
- filippo.io/edwards25519: v1.0.0 → v1.1.0
- github.com/Azure/azure-sdk-for-go/sdk/azcore: [v1.9.0 → v1.9.1](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.0...sdk/azcore/v1.9.1)
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: [v1.4.0 → v1.5.1](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.4.0...sdk/azidentity/v1.5.1)
- github.com/Azure/azure-sdk-for-go/sdk/internal: [v1.5.0 → v1.5.1](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.0...sdk/internal/v1.5.1)
- github.com/AzureAD/microsoft-authentication-library-for-go: [v1.2.0 → v1.2.1](https://github.com/AzureAD/microsoft-authentication-library-for-go/compare/v1.2.0...v1.2.1)
- github.com/Microsoft/hcsshim: [v0.12.0-rc.1 → v0.12.0-rc.3](https://github.com/Microsoft/hcsshim/compare/v0.12.0-rc.1...v0.12.0-rc.3)
- github.com/alecthomas/kingpin/v2: [v2.3.2 → v2.4.0](https://github.com/alecthomas/kingpin/compare/v2.3.2...v2.4.0)
- github.com/aws/aws-sdk-go-v2/config: [v1.25.11 → v1.26.6](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.11...v1.26.6)
- github.com/aws/aws-sdk-go-v2/credentials: [v1.16.9 → v1.16.16](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.9...v1.16.16)
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: [v1.14.9 → v1.14.11](https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.14.9...feature/ec2/imds/v1.14.11)
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.2.8 → v1.2.10](https://github.com/aws/aws-sdk-go-v2/compare/internal/configsources/v1.2.8...internal/configsources/v1.2.10)
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: [v2.5.8 → v2.5.10](https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2/v2.5.8...internal/endpoints/v2/v2.5.10)
- github.com/aws/aws-sdk-go-v2/internal/ini: [v1.7.1 → v1.7.3](https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.7.1...internal/ini/v1.7.3)
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: [v1.10.3 → v1.10.4](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/accept-encoding/v1.10.3...service/internal/accept-encoding/v1.10.4)
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.10.8 → v1.10.10](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/presigned-url/v1.10.8...service/internal/presigned-url/v1.10.10)
- github.com/aws/aws-sdk-go-v2/service/kms: [v1.27.2 → v1.27.9](https://github.com/aws/aws-sdk-go-v2/compare/service/kms/v1.27.2...service/kms/v1.27.9)
- github.com/aws/aws-sdk-go-v2/service/sso: [v1.18.2 → v1.18.7](https://github.com/aws/aws-sdk-go-v2/compare/service/sso/v1.18.2...service/sso/v1.18.7)
- github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.21.2 → v1.21.7](https://github.com/aws/aws-sdk-go-v2/compare/service/ssooidc/v1.21.2...service/ssooidc/v1.21.7)
- github.com/aws/aws-sdk-go-v2/service/sts: [v1.26.2 → v1.26.7](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.26.2...service/sts/v1.26.7)
- github.com/aws/aws-sdk-go-v2: [v1.23.5 → v1.24.1](https://github.com/aws/aws-sdk-go-v2/compare/v1.23.5...v1.24.1)
- github.com/aws/aws-sdk-go: [v1.48.11 → v1.50.0](https://github.com/aws/aws-sdk-go/compare/v1.48.11...v1.50.0)
- github.com/aws/smithy-go: [v1.18.1 → v1.19.0](https://github.com/aws/smithy-go/compare/v1.18.1...v1.19.0)
- github.com/beevik/ntp: [v1.3.0 → v1.3.1](https://github.com/beevik/ntp/compare/v1.3.0...v1.3.1)
- github.com/buildkite/go-pipeline: [v0.2.0 → v0.3.2](https://github.com/buildkite/go-pipeline/compare/v0.2.0...v0.3.2)
- github.com/cert-manager/cert-manager: [v1.13.3 → v1.14.4](https://github.com/cert-manager/cert-manager/compare/v1.13.3...v1.14.4)
- github.com/cilium/ebpf: [v0.7.0 → v0.9.1](https://github.com/cilium/ebpf/compare/v0.7.0...v0.9.1)
- github.com/cloudflare/circl: [v1.3.5 → v1.3.7](https://github.com/cloudflare/circl/compare/v1.3.5...v1.3.7)
- github.com/cncf/xds/go: [8bd2eac → 0fa0005](https://github.com/cncf/xds/compare/8bd2eac...0fa0005)
- github.com/containerd/containerd: [v1.7.9 → v1.7.13](https://github.com/containerd/containerd/compare/v1.7.9...v1.7.13)
- github.com/containernetworking/plugins: [v1.3.0 → v1.4.0](https://github.com/containernetworking/plugins/compare/v1.3.0...v1.4.0)
- github.com/containers/common: [v0.57.1 → v0.58.1](https://github.com/containers/common/compare/v0.57.1...v0.58.1)
- github.com/containers/image/v5: [v5.29.0 → v5.30.0](https://github.com/containers/image/compare/v5.29.0...v5.30.0)
- github.com/containers/storage: [v1.51.0 → v1.53.0](https://github.com/containers/storage/compare/v1.51.0...v1.53.0)
- github.com/coreos/go-oidc/v3: [v3.7.0 → v3.9.0](https://github.com/coreos/go-oidc/compare/v3.7.0...v3.9.0)
- github.com/cyberphone/json-canonicalization: [785e297 → ba74d44](https://github.com/cyberphone/json-canonicalization/compare/785e297...ba74d44)
- github.com/danieljoos/wincred: [v1.2.0 → v1.2.1](https://github.com/danieljoos/wincred/compare/v1.2.0...v1.2.1)
- github.com/digitalocean/godo: [v1.102.1 → v1.107.0](https://github.com/digitalocean/godo/compare/v1.102.1...v1.107.0)
- github.com/digitorus/timestamp: [6877345 → 220c5c2](https://github.com/digitorus/timestamp/compare/6877345...220c5c2)
- github.com/docker/docker-credential-helpers: [v0.8.0 → v0.8.1](https://github.com/docker/docker-credential-helpers/compare/v0.8.0...v0.8.1)
- github.com/docker/docker: [v24.0.7+incompatible → v25.0.5+incompatible](https://github.com/docker/docker/compare/v24.0.7...v25.0.5)
- github.com/docker/go-connections: [v0.4.0 → v0.5.0](https://github.com/docker/go-connections/compare/v0.4.0...v0.5.0)
- github.com/envoyproxy/go-control-plane: [v0.11.1 → v0.12.0](https://github.com/envoyproxy/go-control-plane/compare/v0.11.1...v0.12.0)
- github.com/envoyproxy/protoc-gen-validate: [v1.0.2 → v1.0.4](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.2...v1.0.4)
- github.com/evanphx/json-patch/v5: [v5.6.0 → v5.8.0](https://github.com/evanphx/json-patch/compare/v5.6.0...v5.8.0)
- github.com/evanphx/json-patch: [v5.6.0+incompatible → v5.7.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0)
- github.com/fatih/color: [v1.15.0 → v1.16.0](https://github.com/fatih/color/compare/v1.15.0...v1.16.0)
- github.com/frankban/quicktest: [v1.14.4 → v1.14.6](https://github.com/frankban/quicktest/compare/v1.14.4...v1.14.6)
- github.com/go-asn1-ber/asn1-ber: [v1.5.4 → v1.5.5](https://github.com/go-asn1-ber/asn1-ber/compare/v1.5.4...v1.5.5)
- github.com/go-jose/go-jose/v3: [v3.0.1 → v3.0.3](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3)
- github.com/go-ldap/ldap/v3: [v3.4.5 → v3.4.6](https://github.com/go-ldap/ldap/compare/v3.4.5...v3.4.6)
- github.com/go-logr/logr: [v1.3.0 → v1.4.1](https://github.com/go-logr/logr/compare/v1.3.0...v1.4.1)
- github.com/go-logr/zapr: [v1.2.4 → v1.3.0](https://github.com/go-logr/zapr/compare/v1.2.4...v1.3.0)
- github.com/go-openapi/analysis: [v0.21.4 → v0.22.0](https://github.com/go-openapi/analysis/compare/v0.21.4...v0.22.0)
- github.com/go-openapi/errors: [v0.20.4 → v0.21.1](https://github.com/go-openapi/errors/compare/v0.20.4...v0.21.1)
- github.com/go-openapi/jsonpointer: [v0.20.0 → v0.20.2](https://github.com/go-openapi/jsonpointer/compare/v0.20.0...v0.20.2)
- github.com/go-openapi/jsonreference: [v0.20.2 → v0.20.4](https://github.com/go-openapi/jsonreference/compare/v0.20.2...v0.20.4)
- github.com/go-openapi/loads: [v0.21.2 → v0.21.5](https://github.com/go-openapi/loads/compare/v0.21.2...v0.21.5)
- github.com/go-openapi/runtime: [v0.26.0 → v0.27.1](https://github.com/go-openapi/runtime/compare/v0.26.0...v0.27.1)
- github.com/go-openapi/spec: [v0.20.11 → v0.20.13](https://github.com/go-openapi/spec/compare/v0.20.11...v0.20.13)
- github.com/go-openapi/strfmt: [v0.21.8 → v0.22.2](https://github.com/go-openapi/strfmt/compare/v0.21.8...v0.22.2)
- github.com/go-openapi/swag: [v0.22.4 → v0.22.10](https://github.com/go-openapi/swag/compare/v0.22.4...v0.22.10)
- github.com/go-openapi/validate: [v0.22.3 → v0.22.4](https://github.com/go-openapi/validate/compare/v0.22.3...v0.22.4)
- github.com/go-playground/validator/v10: [v10.15.5 → v10.16.0](https://github.com/go-playground/validator/compare/v10.15.5...v10.16.0)
- github.com/go-quicktest/qt: [v1.100.0 → v1.101.0](https://github.com/go-quicktest/qt/compare/v1.100.0...v1.101.0)
- github.com/go-rod/rod: [v0.114.5 → v0.114.7](https://github.com/go-rod/rod/compare/v0.114.5...v0.114.7)
- github.com/golang-jwt/jwt/v5: [v5.0.0 → v5.2.0](https://github.com/golang-jwt/jwt/compare/v5.0.0...v5.2.0)
- github.com/golang/glog: [v1.1.2 → v1.2.0](https://github.com/golang/glog/compare/v1.1.2...v1.2.0)
- github.com/golang/protobuf: [v1.5.3 → v1.5.4](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4)
- github.com/google/cel-go: [v0.16.1 → v0.17.7](https://github.com/google/cel-go/compare/v0.16.1...v0.17.7)
- github.com/google/go-containerregistry: [v0.17.0 → v0.19.1](https://github.com/google/go-containerregistry/compare/v0.17.0...v0.19.1)
- github.com/google/uuid: [v1.4.0 → v1.6.0](https://github.com/google/uuid/compare/v1.4.0...v1.6.0)
- github.com/googleapis/google-cloud-go-testing: [bcd43fb → 1c9a4c6](https://github.com/googleapis/google-cloud-go-testing/compare/bcd43fb...1c9a4c6)
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.18.0 → v2.18.1](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.18.0...v2.18.1)
- github.com/hashicorp/go-secure-stdlib/parseutil: [v0.1.7 → v0.1.8](https://github.com/hashicorp/go-secure-stdlib/compare/v0.1.7...v0.1.8)
- github.com/hashicorp/go-sockaddr: [v1.0.5 → v1.0.6](https://github.com/hashicorp/go-sockaddr/compare/v1.0.5...v1.0.6)
- github.com/hashicorp/vault/sdk: [v0.10.0 → v0.10.2](https://github.com/hashicorp/vault/compare/v0.10.0...v0.10.2)
- github.com/jellydator/ttlcache/v3: [v3.1.1 → v3.2.0](https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.0)
- github.com/klauspost/compress: [v1.17.3 → v1.17.7](https://github.com/klauspost/compress/compare/v1.17.3...v1.17.7)
- github.com/lestrrat-go/jwx/v2: [v2.0.16 → v2.0.18](https://github.com/lestrrat-go/jwx/compare/v2.0.16...v2.0.18)
- github.com/mattn/go-sqlite3: [v1.14.18 → v1.14.22](https://github.com/mattn/go-sqlite3/compare/v1.14.18...v1.14.22)
- github.com/maxbrunsfeld/counterfeiter/v6: [v6.7.0 → v6.8.1](https://github.com/maxbrunsfeld/counterfeiter/compare/v6.7.0...v6.8.1)
- github.com/miekg/dns: [v1.1.55 → v1.1.57](https://github.com/miekg/dns/compare/v1.1.55...v1.1.57)
- github.com/nats-io/nats.go: [v1.30.2 → v1.31.0](https://github.com/nats-io/nats.go/compare/v1.30.2...v1.31.0)
- github.com/nats-io/nkeys: [v0.4.5 → v0.4.6](https://github.com/nats-io/nkeys/compare/v0.4.5...v0.4.6)
- github.com/onsi/ginkgo/v2: [v2.13.1 → v2.14.0](https://github.com/onsi/ginkgo/compare/v2.13.1...v2.14.0)
- github.com/open-policy-agent/opa: [v0.59.0 → v0.61.0](https://github.com/open-policy-agent/opa/compare/v0.59.0...v0.61.0)
- github.com/opencontainers/image-spec: [v1.1.0-rc5 → v1.1.0](https://github.com/opencontainers/image-spec/compare/v1.1.0-rc5...v1.1.0)
- github.com/opencontainers/runc: [v1.1.10 → v1.1.12](https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.12)
- github.com/opencontainers/runtime-spec: [v1.1.0 → v1.2.0](https://github.com/opencontainers/runtime-spec/compare/v1.1.0...v1.2.0)
- github.com/pkg/browser: [681adbf → 5ac0b6a](https://github.com/pkg/browser/compare/681adbf...5ac0b6a)
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring: [v0.70.0 → v0.73.0](https://github.com/prometheus-operator/prometheus-operator/compare/pkg/apis/monitoring/v0.70.0...pkg/apis/monitoring/v0.73.0)
- github.com/prometheus/client_golang: [v1.17.0 → v1.19.0](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.19.0)
- github.com/prometheus/client_model: [v0.5.0 → v0.6.1](https://github.com/prometheus/client_model/compare/v0.5.0...v0.6.1)
- github.com/prometheus/common: [v0.45.0 → v0.48.0](https://github.com/prometheus/common/compare/v0.45.0...v0.48.0)
- github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
- github.com/sagikazarmark/crypt: [v0.15.0 → v0.17.0](https://github.com/sagikazarmark/crypt/compare/v0.15.0...v0.17.0)
- github.com/sagikazarmark/locafero: [v0.3.0 → v0.4.0](https://github.com/sagikazarmark/locafero/compare/v0.3.0...v0.4.0)
- github.com/secure-systems-lab/go-securesystemslib: [v0.7.0 → v0.8.0](https://github.com/secure-systems-lab/go-securesystemslib/compare/v0.7.0...v0.8.0)
- github.com/sigstore/cosign/v2: [v2.2.2 → v2.2.3](https://github.com/sigstore/cosign/compare/v2.2.2...v2.2.3)
- github.com/sigstore/sigstore/pkg/signature/kms/aws: [v1.7.6 → v1.8.1](https://github.com/sigstore/sigstore/compare/pkg/signature/kms/aws/v1.7.6...pkg/signature/kms/aws/v1.8.1)
- github.com/sigstore/sigstore/pkg/signature/kms/azure: [v1.7.6 → v1.8.1](https://github.com/sigstore/sigstore/compare/pkg/signature/kms/azure/v1.7.6...pkg/signature/kms/azure/v1.8.1)
- github.com/sigstore/sigstore/pkg/signature/kms/gcp: [v1.7.6 → v1.8.1](https://github.com/sigstore/sigstore/compare/pkg/signature/kms/gcp/v1.7.6...pkg/signature/kms/gcp/v1.8.1)
- github.com/sigstore/sigstore/pkg/signature/kms/hashivault: [v1.7.6 → v1.8.1](https://github.com/sigstore/sigstore/compare/pkg/signature/kms/hashivault/v1.7.6...pkg/signature/kms/hashivault/v1.8.1)
- github.com/sigstore/sigstore: [v1.7.6 → v1.8.2](https://github.com/sigstore/sigstore/compare/v1.7.6...v1.8.2)
- github.com/sigstore/timestamp-authority: [v1.2.0 → v1.2.1](https://github.com/sigstore/timestamp-authority/compare/v1.2.0...v1.2.1)
- github.com/smallstep/go-attestation: [cf579e5 → 413678f](https://github.com/smallstep/go-attestation/compare/cf579e5...413678f)
- github.com/spf13/afero: [v1.10.0 → v1.11.0](https://github.com/spf13/afero/compare/v1.10.0...v1.11.0)
- github.com/spf13/cast: [v1.5.1 → v1.6.0](https://github.com/spf13/cast/compare/v1.5.1...v1.6.0)
- github.com/spf13/viper: [v1.17.0 → v1.18.2](https://github.com/spf13/viper/compare/v1.17.0...v1.18.2)
- github.com/spiffe/go-spiffe/v2: [v2.1.6 → v2.1.7](https://github.com/spiffe/go-spiffe/compare/v2.1.6...v2.1.7)
- github.com/stoewer/go-strcase: [v1.2.0 → v1.3.0](https://github.com/stoewer/go-strcase/compare/v1.2.0...v1.3.0)
- github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2)
- github.com/stretchr/testify: [v1.8.4 → v1.9.0](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
- github.com/sylabs/sif/v2: [v2.15.0 → v2.15.1](https://github.com/sylabs/sif/compare/v2.15.0...v2.15.1)
- github.com/urfave/cli/v2: [v2.26.0 → v2.27.1](https://github.com/urfave/cli/compare/v2.26.0...v2.27.1)
- github.com/vbauerster/mpb/v8: [v8.6.2 → v8.7.2](https://github.com/vbauerster/mpb/compare/v8.6.2...v8.7.2)
- github.com/xanzy/go-gitlab: [v0.94.0 → v0.96.0](https://github.com/xanzy/go-gitlab/compare/v0.94.0...v0.96.0)
- go.etcd.io/bbolt: v1.3.8 → v1.3.9
- go.etcd.io/etcd/api/v3: v3.5.10 → v3.5.11
- go.etcd.io/etcd/client/pkg/v3: v3.5.10 → v3.5.11
- go.etcd.io/etcd/client/v3: v3.5.10 → v3.5.11
- go.mongodb.org/mongo-driver: v1.12.1 → v1.14.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.46.0 → v0.47.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.46.1 → v0.47.0
- go.opentelemetry.io/otel/metric: v1.21.0 → v1.22.0
- go.opentelemetry.io/otel/sdk: v1.21.0 → v1.22.0
- go.opentelemetry.io/otel/trace: v1.21.0 → v1.22.0
- go.opentelemetry.io/otel: v1.21.0 → v1.22.0
- go.step.sm/crypto: v0.38.0 → v0.42.1
- golang.org/x/crypto: v0.17.0 → v0.22.0
- golang.org/x/exp: 2478ac8 → 814bf88
- golang.org/x/lint: 83fdc39 → d0100b6
- golang.org/x/mod: v0.14.0 → v0.17.0
- golang.org/x/net: v0.19.0 → v0.24.0
- golang.org/x/oauth2: v0.15.0 → v0.17.0
- golang.org/x/sync: v0.5.0 → v0.7.0
- golang.org/x/sys: v0.15.0 → v0.19.0
- golang.org/x/term: v0.15.0 → v0.19.0
- golang.org/x/tools: v0.15.0 → v0.18.0
- google.golang.org/api: v0.152.0 → v0.162.0
- google.golang.org/genproto/googleapis/api: bbf56f3 → 6ceb2ff
- google.golang.org/genproto/googleapis/bytestream: 83a465c → 1f4bbc5
- google.golang.org/genproto/googleapis/rpc: 83a465c → 6ceb2ff
- google.golang.org/genproto: bbf56f3 → 6ceb2ff
- google.golang.org/grpc: v1.60.1 → v1.63.0
- google.golang.org/protobuf: v1.31.0 → v1.33.0
- gopkg.in/go-jose/go-jose.v2: v2.6.1 → v2.6.3
- honnef.co/go/tools: v0.0.1-2020.1.4 → ea95bdf
- k8s.io/api: v0.29.0 → v0.29.3
- k8s.io/apiextensions-apiserver: v0.28.4 → v0.29.3
- k8s.io/apimachinery: v0.29.0 → v0.29.3
- k8s.io/apiserver: v0.28.4 → v0.29.3
- k8s.io/cli-runtime: v0.29.0 → v0.29.3
- k8s.io/client-go: v0.29.0 → v0.29.3
- k8s.io/code-generator: v0.28.4 → v0.29.3
- k8s.io/component-base: v0.28.4 → v0.29.3
- k8s.io/klog/v2: v2.110.1 → v2.120.1
- k8s.io/kms: v0.28.4 → v0.29.3
- k8s.io/kube-aggregator: v0.28.1 → v0.29.0
- k8s.io/kube-openapi: 2dd684a → eec4567
- k8s.io/utils: b307cd5 → 4693a02
- oras.land/oras-go/v2: v2.3.1 → v2.4.0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.2 → v0.29.0
- sigs.k8s.io/controller-runtime: v0.16.3 → v0.17.2
- sigs.k8s.io/controller-tools: v0.13.0 → v0.14.0
- sigs.k8s.io/gateway-api: v0.8.0 → v1.0.0
- software.sslmate.com/src/go-pkcs12: v0.2.1 → v0.4.0

### Removed
- cloud.google.com/go/bigquery: v1.8.0
- cloud.google.com/go/datastore: v1.1.0
- dmitri.shuralyov.com/gpu/mtl: 666a987
- github.com/Azure/go-autorest/autorest/to: [v0.4.0](https://github.com/Azure/go-autorest/tree/autorest/to/v0.4.0)
- github.com/Azure/go-autorest/autorest/validation: [v0.3.1](https://github.com/Azure/go-autorest/tree/autorest/validation/v0.3.1)
- github.com/BurntSushi/xgb: [27f1227](https://github.com/BurntSushi/xgb/tree/27f1227)
- github.com/Venafi/vcert/v4: [69f417a](https://github.com/Venafi/vcert/tree/69f417a)
- github.com/go-gl/glfw/v3.3/glfw: [6f7a984](https://github.com/go-gl/glfw/tree/v3.3/glfw/6f7a984)
- github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
- github.com/google/martian/v3: [v3.1.0](https://github.com/google/martian/tree/v3.1.0)
- github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
- github.com/google/renameio: [v0.1.0](https://github.com/google/renameio/tree/v0.1.0)
- github.com/jstemmer/go-junit-report: [v0.9.1](https://github.com/jstemmer/go-junit-report/tree/v0.9.1)
- github.com/minio/highwayhash: [v1.0.2](https://github.com/minio/highwayhash/tree/v1.0.2)
- github.com/nats-io/jwt/v2: [v2.4.1](https://github.com/nats-io/jwt/tree/v2.4.1)
- github.com/tidwall/pretty: [v1.2.0](https://github.com/tidwall/pretty/tree/v1.2.0)
- golang.org/x/image: cff245a
- golang.org/x/mobile: d2bd2a2
- gopkg.in/errgo.v2: v2.1.0
- rsc.io/binaryregexp: v0.2.0
- rsc.io/quote/v3: v3.1.0
- rsc.io/sampler: v1.3.0
saschagrunert commented 5 months ago

Done