Changes
- A new job is added that will run after upgrades via kubectl to clean up old resources if any. Also can be run in previous versions. (#15312, @skonto)
- Add anti affinity rules to the activator deployment (#15233, @izabelacg)
- Adjust liveness probe to account for stale leases - otherwise webhook would crashloop forever (#15256, @mukulgit123)
- Allow ipv6 address for sslip.io in default-domain Job (#15328, @tcnghia)
- Contour now supports TLS encryption of cluster local routes (#15378, @dprotaso)
- Fix cluster.local Routes not reconciling when external-tls is enabled (#15234, @dprotaso)
- Knative Service now supports setting startup probes in the spec. Please note that this increases the cold-start time of your service (more info in docs). (#15309, @ReToCode)
- Pod anti-affinity rules are set by default for all Knative services. The feature can be deactivated using the property
default-affinity-type
in the config-deployment configmap. (#15250, @izabelacg) - Pod runtime-class-names can be set to run Services which matches specified labels with an available RuntimeClass. This feature can be configured with the property
runtime-class-name
in the config-deployment configmap. (#15271, @BobyMCbobs) - The net-certmanager controller is now part of the Serving core and specifically of the Serving controller.
To upgrade from an existing deployment you need to delete the net-certmanager deployment first. (#15066, @skonto) kubectl get revision
- no longer shows an empty column forK8S Service Name
(#15260, @dprotaso)
Dependencies
Added
- cel.dev/expr: v0.15.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.2
- cloud.google.com/go/auth: v0.5.1
- github.com/Azure/go-autorest/autorest/to: v0.4.0
- github.com/Azure/go-autorest/autorest/validation: v0.3.1
- github.com/Azure/go-ntlmssp: 754e693
- github.com/Venafi/vcert/v4: 69f417a
- github.com/akamai/AkamaiOPEN-edgegrid-golang: v1.2.2
- github.com/aws/aws-sdk-go: v1.45.7
- github.com/cenkalti/backoff/v3: v3.2.2
- github.com/cert-manager/cert-manager: v1.13.3
- github.com/cpu/goacmedns: v0.1.1
- github.com/digitalocean/godo: v1.102.1
- github.com/fatih/color: v1.15.0
- github.com/go-asn1-ber/asn1-ber: v1.5.4
- github.com/go-jose/go-jose/v3: v3.0.1
- github.com/go-ldap/ldap/v3: v3.4.5
- github.com/go-logr/zapr: v1.2.4
- github.com/hashicorp/go-cleanhttp: v0.5.2
- github.com/hashicorp/go-retryablehttp: v0.7.4
- github.com/hashicorp/go-rootcerts: v1.0.2
- github.com/hashicorp/go-secure-stdlib/parseutil: v0.1.7
- github.com/hashicorp/go-secure-stdlib/strutil: v0.1.2
- github.com/hashicorp/go-sockaddr: v1.0.2
- github.com/hashicorp/vault/api: v1.10.0
- github.com/hashicorp/vault/sdk: v0.10.0
- github.com/lithammer/dedent: v1.1.0
- github.com/patrickmn/go-cache: v2.1.0+incompatible
- github.com/pavlo-v-chernykh/keystore-go/v4: v4.5.0
- github.com/ryanuber/go-glob: v1.0.0
- github.com/youmark/pkcs8: 1326539
- k8s.io/kube-aggregator: v0.28.1
- sigs.k8s.io/controller-runtime: v0.16.1
- sigs.k8s.io/controller-tools: v0.13.0
- sigs.k8s.io/gateway-api: v0.8.0
- software.sslmate.com/src/go-pkcs12: v0.2.1
Changed
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
- cloud.google.com/go/compute: v1.24.0 → v1.23.0
- cloud.google.com/go/storage: v1.40.0 → v1.10.0
- cloud.google.com/go: v0.112.1 → v0.114.0
- github.com/Azure/azure-sdk-for-go: v67.0.0+incompatible → v68.0.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.21 → v0.9.23
- github.com/Azure/go-autorest/autorest: v0.11.28 → v0.11.29
- github.com/IBM/sarama: v1.40.1 → v1.43.1
- github.com/cespare/xxhash/v2: v2.2.0 → v2.3.0
- github.com/cncf/xds/go: 0fa0005 → 555b57e
- github.com/davecgh/go-spew: v1.1.1 → d8f796a
- github.com/eapache/go-resiliency: v1.3.0 → v1.6.0
- github.com/eapache/go-xerial-snappy: bf00bc1 → c322873
- github.com/evanphx/json-patch: v4.12.0+incompatible → v5.6.0+incompatible
- github.com/go-openapi/jsonpointer: v0.19.6 → v0.20.2
- github.com/go-openapi/jsonreference: v0.20.2 → v0.20.4
- github.com/go-openapi/swag: v0.22.3 → v0.22.7
- github.com/golang/glog: v1.2.0 → v1.2.1
- github.com/google/go-querystring: v1.0.0 → v1.1.0
- github.com/googleapis/gax-go/v2: v2.12.3 → v2.12.4
- github.com/hashicorp/hcl: v1.0.0 → 5
- github.com/jcmturner/gokrb5/v8: v8.4.3 → v8.4.4
- github.com/jmespath/go-jmespath: v0.4.0 → b0104c8
- github.com/klauspost/compress: v1.16.6 → v1.17.8
- github.com/mattn/go-colorable: v0.1.8 → v0.1.13
- github.com/mattn/go-isatty: v0.0.12 → v0.0.17
- github.com/mitchellh/mapstructure: v1.3.3 → v1.5.0
- github.com/openzipkin/zipkin-go: v0.4.2 → v0.4.3
- github.com/pierrec/lz4/v4: v4.1.17 → v4.1.21
- github.com/pierrec/lz4: 473cd7c → v2.6.1+incompatible
- github.com/pmezard/go-difflib: v1.0.0 → 5d4384e
- github.com/prometheus/client_golang: v1.19.0 → v1.19.1
- github.com/prometheus/client_model: v0.6.0 → v0.6.1
- github.com/prometheus/common: v0.52.3 → v0.54.0
- github.com/rabbitmq/amqp091-go: v1.8.1 → v1.9.0
- github.com/rogpeppe/go-internal: v1.10.0 → v1.11.0
- github.com/sirupsen/logrus: v1.9.0 → v1.9.3
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 → v1.20.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 → v1.20.0
- go.opentelemetry.io/otel/sdk: v1.21.0 → v1.20.0
- golang.org/x/crypto: v0.22.0 → v0.25.0
- golang.org/x/exp: 613f0c0 → 9212866
- golang.org/x/mod: v0.17.0 → v0.19.0
- golang.org/x/net: v0.24.0 → v0.27.0
- golang.org/x/oauth2: v0.19.0 → v0.21.0
- golang.org/x/sys: v0.19.0 → v0.22.0
- golang.org/x/telemetry: f48c80b → bda5523
- golang.org/x/term: v0.19.0 → v0.22.0
- golang.org/x/text: v0.14.0 → v0.16.0
- golang.org/x/tools: v0.20.0 → v0.23.0
- google.golang.org/api: v0.172.0 → v0.183.0
- google.golang.org/appengine: v1.6.8 → v1.6.7
- google.golang.org/genproto/googleapis/api: 6e1732d → ef581f9
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 → 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 → 5315273
- google.golang.org/genproto: 6ceb2ff → 5315273
- google.golang.org/grpc: v1.63.2 → v1.65.0
- google.golang.org/protobuf: v1.33.0 → v1.34.1
- knative.dev/caching: b8488ea → 989f54c
- knative.dev/hack: 1133b37 → b979959
- knative.dev/networking: 979f637 → bab7f2a
- knative.dev/pkg: 0f34a88 → 4355f0c