Releases: knative/serving
Releases · knative/serving
Knative Serving release v1.6.0
Changes by Kind
Features
- API conformance no longer checks for scaling to zero in the presence of runtime probes (#13025, @mattmoor)
- CRD schemas have been updated and
x-kubernetes-preserve-unknown-fields
is now only specified for attributes behind feature flags (#13095, @dprotaso) - HTTPRedirect feature is marked as stable. (#13084, @nak3)
- Our webhooks no longer reject unknown fields since they're pruned by the K8s API server (#13111, @dprotaso)
- Remove internal Prometheus stat reporter from queue-proxy (#12961, @nader-ziada)
Dependencies
Added
- github.com/cloudevents/sdk-go/v2: v2.4.1
- knative.dev/control-protocol: 827b25d
- knative.dev/reconciler-test: f05db88
Changed
- gopkg.in/yaml.v3: 496545a → v3.0.1
- k8s.io/api: v0.23.5 → v0.23.8
- k8s.io/apiextensions-apiserver: v0.23.4 → v0.23.8
- k8s.io/apimachinery: v0.23.5 → v0.23.8
- k8s.io/apiserver: v0.23.4 → v0.23.8
- k8s.io/client-go: v0.23.5 → v0.23.8
- k8s.io/code-generator: v0.23.5 → v0.23.8
- k8s.io/component-base: v0.23.4 → v0.23.8
- knative.dev/caching: c7b5b7d → 9c3c19f
- knative.dev/hack: 12d3e2a → 65c463a
- knative.dev/networking: 22d1b93 → f087178
- knative.dev/pkg: 19adf79 → e60d250
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.27 → v0.0.30
Removed
Nothing has changed.
Knative Serving release v1.5.0
💫 New Features & Changes
- Allows dnsConfig and dnsPolicy to be specified on pod specs when the feature is enabled in the config-features config map. (#12897, @stevenchen-db)
- Enabling the container freezer will disable the readiness probe defaulted in by Knative. (#12967, @psschwei)
- All hops encrypted epic - (alpha) TLS between activator and queue proxy (#12815, @nak3)
🐞 Bug Fixes
- Support for parsing name and namespace in activator from a request when 'Host' header or host name contains a port (#12974, @Mgla96)
- The value of panicRPSM was set as observedStableValue, but it should have been observedPanicValue as part of the metric collection. (#12910, @Nalin28)
- Reduce the chance of 503s when rolling out a new revision (#12842, @dprotaso)
Dependencies
Changed
- github.com/miekg/dns: v1.1.35 → v1.1.41
- github.com/prometheus/procfs: v0.6.0 → v0.7.3
- go.uber.org/goleak: 6911603 → v1.1.12
- knative.dev/caching: 8b5c244 → c7b5b7d
- knative.dev/hack: 6ffd841 → 12d3e2a
- knative.dev/networking: 1145ec5 → 22d1b93
- knative.dev/pkg: e325df6 → 19adf79
Knative Serving release v1.4.0
🚨 Breaking or Notable
- Our minimum supported Kubernetes version is now 1.22 (#12753, @dprotaso)
- When using the Horizontal Pod Autoscaler (HPA), revisions will only be marked as ready after the initial-scale / min-scale value is reached. For example, if
min-scale: "4"
, the revision will not be marked ready until all four pods are ready. Note that revisions may take slightly longer to become ready after this change. See https://knative.dev/docs/serving/autoscaling/scale-bounds/ for more details. (#12811, @psschwei)
💫 New Features & Changes
- Support annotations 'networking.knative.dev/http-protocol' for Overriding the default HTTP behavior per service in DomainMapping CRD. (#12786, @wei840222)
serving.knative.dev/release
labels, deprecated in v1.3, have been removed. Please switch over to usingapp.kubernetes.io/name: knative-serving
andapp.kubernetes.io/version: $VERSION
. (#12754, @psschwei)- Users can configure a per-revision progress deadline by setting the
serving.knative.dev/progress-deadline
annotation in.spec.template.metadata.annotations
(#12751, @psschwei)
🐞 Bug Fixes
- Changes the default target-burst-capacity to 210 in order to fix a configuration issue that caused rapid swapping of activator in/out of path. (#12774, @psschwei)
- Fix gc: delete revision in correct order (#12752, @Taction)
- Fix tag to digest resolution when using imagePullSecrets (#12836, @dprotaso)
Dependencies
Added
Changed
- cloud.google.com/go/compute: v1.1.0 → v1.5.0
- github.com/Azure/azure-sdk-for-go: v61.2.0+incompatible → v62.0.0+incompatible
- github.com/aws/aws-sdk-go-v2/config: v1.12.0 → v1.14.0
- github.com/aws/aws-sdk-go-v2/credentials: v1.7.0 → v1.9.0
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.9.0 → v1.11.0
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.1.3 → v1.1.5
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.1.0 → v2.3.0
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.3 → v1.3.6
- github.com/aws/aws-sdk-go-v2/service/ecr: v1.13.0 → v1.15.0
- github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.10.0 → v1.12.0
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.6.0 → v1.8.0
- github.com/aws/aws-sdk-go-v2/service/sso: v1.8.0 → v1.10.0
- github.com/aws/aws-sdk-go-v2/service/sts: v1.13.0 → v1.15.0
- github.com/aws/aws-sdk-go-v2: v1.12.0 → v1.14.0
- github.com/aws/smithy-go: v1.9.1 → v1.11.0
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login: 69c85dc → 396b203
- github.com/containerd/containerd: v1.5.9 → v1.5.8
- github.com/form3tech-oss/jwt-go: v3.2.5+incompatible → v3.2.3+incompatible
- github.com/golang-jwt/jwt/v4: v4.2.0 → v4.3.0
- github.com/golang/glog: 23def4e → v1.0.0
- github.com/google/go-containerregistry/pkg/authn/k8schain: ac864e5 → efc62d8
- github.com/google/go-containerregistry/pkg/authn/kubernetes: a61fd0a → bfe2ffc
- github.com/google/go-containerregistry: 1571d7f → a61fd0a
- github.com/hashicorp/consul/api: v1.12.0 → v1.11.0
- github.com/pkg/sftp: v1.13.1 → v1.10.1
- github.com/sagikazarmark/crypt: v0.4.0 → v0.3.0
- github.com/spf13/afero: v1.8.0 → v1.6.0
- github.com/spf13/viper: v1.10.1 → v1.10.0
- golang.org/x/oauth2: d3ed0bb → ee48083
- golang.org/x/time: f0f3c7e → 0e9765c
- google.golang.org/api: v0.65.0 → v0.70.0
- google.golang.org/genproto: 9970aeb → 43724f9
- gotest.tools/v3: v3.0.3 → v3.1.0
- k8s.io/api: v0.22.5 → v0.23.5
- k8s.io/apiextensions-apiserver: v0.22.5 → v0.23.4
- k8s.io/apimachinery: v0.22.5 → v0.23.5
- k8s.io/apiserver: v0.22.5 → v0.23.4
- k8s.io/client-go: v0.22.5 → v0.23.5
- k8s.io/code-generator: v0.22.5 → v0.23.5
- k8s.io/component-base: v0.22.5 → v0.23.4
- k8s.io/gengo: c02415c → 4627b89
- k8s.io/klog/v2: v2.40.1 → 43cc75f
- k8s.io/kube-openapi: e816edb → 4241196
- k8s.io/utils: cb0fa31 → 3a6ce19
- knative.dev/caching: 5a6403e → 318083f
- knative.dev/hack: e178598 → 6ffd841
- knative.dev/networking: e8b2eb9 → 56c4a3e
- knative.dev/pkg: 2fdd5f2 → 00c122e
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.22 → v0.0.27
- sigs.k8s.io/structured-merge-diff/v4: v4.1.2 → v4.2.1
Removed
- github.com/googleapis/google-cloud-go-testing: bcd43fb
Knative Serving release v1.3.2
🚨 Breaking or Notable
- We dropped the alpha field
RevisionSpec.MaxDurationSeconds
in favour of fixing the behaviour of the existingTimeout
field. (#12635, @dprotaso)
💫 New Features & Changes
- Allow readiness probe port to be different than the user container port. (#12606, @izabelacg)
- net-certmanager starts testing cert-manager v1.7.1. (#12605, @nak3)
🐞 Bug Fixes
- Bump prometheus/client_golang to v1.11.1 in order to address CVE-2022-21698 (#12653, @qu1queee)
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12617, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12679, @dprotaso)
- Fix tag to digest resolution when the registry credential is in a K8s secret (#12655, #12761, @dprotaso)
- Provides more detailed error messages for invalid values of autoscaling.knative.dev/initial-scale (#12704, @psschwei)
- Remove an unnecessary start delay when resolving a tag to digest (#12668, @dprotaso)
- Switches selectors for Knative resources to use the recommended
app.kubernetes.io
labels (#12587, @psschwei) - The validating webhook returns a more accurate error for invalid
autoscaling.knative.dev/target
values (#12698, @psschwei) - Updates serving configmap validating webhook to use an objectSelector to reduce unnecessary webhook invocations (#12612, @psschwei)
Dependencies
Added
- 4d63.com/gochecknoglobals: v0.1.0
- bitbucket.org/creachadair/shell: v0.0.6
- cloud.google.com/go/compute: v1.1.0
- cloud.google.com/go/spanner: v1.7.0
- contrib.go.opencensus.io/exporter/stackdriver: v0.13.4
- github.com/Antonboom/errname: v0.1.5
- github.com/Antonboom/nilnil: v0.1.0
- github.com/Djarvur/go-err113: aea10b5
- github.com/Masterminds/goutils: v1.1.0
- github.com/Masterminds/semver: v1.5.0
- github.com/Masterminds/sprig: v2.22.0+incompatible
- github.com/OpenPeeDeeP/depguard: v1.0.1
- github.com/StackExchange/wmi: v1.2.1
- github.com/alexkohler/prealloc: v1.0.0
- github.com/andybalholm/brotli: v1.0.3
- github.com/aokoli/goutils: v1.0.1
- github.com/ashanbrown/forbidigo: v1.2.0
- github.com/ashanbrown/makezero: b626158
- github.com/bkielbasa/cyclop: v1.2.0
- github.com/blizzy78/varnamelen: v0.3.0
- github.com/bombsimon/wsl/v3: v3.3.0
- github.com/breml/bidichk: v0.1.1
- github.com/butuzov/ireturn: v0.1.1
- github.com/charithe/durationcheck: v0.0.9
- github.com/chavacava/garif: e8a0a40
- github.com/coreos/go-etcd: v2.0.0+incompatible
- github.com/cpuguy83/go-md2man: v1.0.10
- github.com/daixiang0/gci: v0.2.9
- github.com/denis-tingajkin/go-header: v0.4.2
- github.com/esimonov/ifshort: v1.0.3
- github.com/ettle/strcase: v0.1.1
- github.com/fatih/structtag: v1.2.0
- github.com/fullstorydev/grpcurl: v1.6.0
- github.com/fzipp/gocyclo: v0.3.1
- github.com/go-critic/go-critic: v0.6.1
- github.com/go-ole/go-ole: v1.2.6
- github.com/go-redis/redis: v6.15.8+incompatible
- github.com/go-sql-driver/mysql: v1.5.0
- github.com/go-toolsmith/astcast: v1.0.0
- github.com/go-toolsmith/astcopy: v1.0.0
- github.com/go-toolsmith/astequal: v1.0.1
- github.com/go-toolsmith/astfmt: v1.0.0
- github.com/go-toolsmith/astinfo: 9809ff7
- github.com/go-toolsmith/astp: v1.0.0
- github.com/go-toolsmith/pkgload: v1.0.0
- github.com/go-toolsmith/strparse: v1.0.0
- github.com/go-toolsmith/typep: v1.0.2
- github.com/go-xmlfmt/xmlfmt: d5b6f63
- github.com/gobwas/glob: v0.2.3
- github.com/gofrs/flock: v0.8.1
- github.com/golangci/check: cfe4005
- github.com/golangci/dupl: 3e9179a
- github.com/golangci/go-misc: 927a3d8
- github.com/golangci/gofmt: 244bba7
- github.com/golangci/golangci-lint: v1.43.0
- github.com/golangci/lint-1: 297bf36
- github.com/golangci/maligned: b1d8939
- github.com/golangci/misspell: v0.3.5
- github.com/golangci/revgrep: c22e500
- github.com/golangci/unconvert: 28b1c44
- github.com/google/certificate-transparency-go: v1.1.1
- github.com/google/trillian: v1.3.11
- github.com/gookit/color: v1.4.2
- github.com/gordonklaus/ineffassign: 2e10b26
- github.com/gorhill/cronexpr: 88b0669
- github.com/gostaticanalysis/analysisutil: v0.7.1
- github.com/gostaticanalysis/comment: v1.4.2
- github.com/gostaticanalysis/forcetypeassert: 01d4955
- github.com/gostaticanalysis/nilerr: v0.1.1
- github.com/gostaticanalysis/testutil: v0.4.0
- github.com/hashicorp/go-version: v1.2.1
- github.com/huandu/xstrings: v1.2.0
- github.com/jgautheron/goconst: v1.5.1
- github.com/jhump/protoreflect: v1.6.1
- github.com/jingyugao/rowserrcheck: v1.1.1
- github.com/jirfag/go-printf-func-name: 7558a9e
- github.com/jmoiron/sqlx: v1.2.0
- github.com/josharian/txtarfs: 0702f00
- github.com/juju/ratelimit: v1.0.1
- github.com/julz/importas: 841f0c0
- github.com/k0kubun/colorstring: 9440f19
- github.com/kulti/thelper: v0.4.0
- github.com/kunwardeep/paralleltest: v1.0.3
- github.com/kylelemons/godebug: v1.1.0
- github.com/kyoh86/exportloopref: v0.1.8
- github.com/ldez/gomoddirectives: v0.2.2
- github.com/ldez/tagliatelle: v0.2.0
- github.com/letsencrypt/pkcs11key/v4: v4.0.0
- github.com/lib/pq: v1.10.3
- github.com/logrusorgru/aurora: a7b3b31
- github.com/lufia/plan9stats: 39d0f17
- github.com/maratori/testpackage: v1.0.1
- github.com/matoous/godox: 6504466
- github.com/matryer/is: v1.4.0...
Knative Serving release v1.2.5
🚨 Breaking or Notable
- In v1.2.0 we introduced an experimental field
RevisionSpec.MaxDurationSeconds
in error. It has been removed in this release. (#12634, @dprotaso) - Our minimum K8s version is now 1.21 (#12509, @dprotaso)
- PodDisruptionBudget updated to v1 API (#12548, @psschwei)
💫 New Features & Changes
- Improves the error message when a DomainMapping cannot be reconciled because autocreate-cluster-domain-claims is false and the CDC does not exist. (#12439, @julz)
- Utilizes Kubernetes's immediate trigger of readiness probes after startup, restores default
periodSeconds
for readiness probe to Kuberentes default (10s) (#12550, @psschwei)
🐞 Bug Fixes
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12621, @dprotaso)
- Fixes an activator panic when the throttle encounters a cache.DeleteFinalStateUnknown (#12680, @dprotaso)
- Remove an unnecessary start delay when resolving tag to digests (#12669, #12761, @dprotaso)
- Controllers now properly shut down and relinquish their K8s leases. This fixes potential dropped traffic during upgrades. (knative/pkg#2436, @dprotaso)
- Bump google/go-containerregistry which includes various fixes tag to digest when looking up registry credentials (#12510, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12676, @dprotaso)
- Changes liveness probes to directly probe the user container rather than queue proxy. (#12479, @julz)
🧪 Experimental
- PVC support behind the feature flags
kubernetes.podspec-persistent-volume-claim
kubernetes.podspec-persistent-volume-write
(#12458, @skonto)
Dependencies
Added
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.11
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.5
- github.com/DataDog/datadog-go: v3.2.0+incompatible
- github.com/aws/aws-sdk-go-v2/config: v1.12.0
- github.com/aws/aws-sdk-go-v2/credentials: v1.7.0
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.9.0
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.1.3
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.1.0
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.3
- github.com/aws/aws-sdk-go-v2/service/ecr: v1.13.0
- github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.10.0
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.6.0
- github.com/aws/aws-sdk-go-v2/service/sso: v1.8.0
- github.com/aws/aws-sdk-go-v2/service/sts: v1.13.0
- github.com/aws/aws-sdk-go-v2: v1.12.0
- github.com/aws/smithy-go: v1.9.1
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login: 69c85dc
- github.com/certifi/gocertifi: 2c3bb06
- github.com/chrismellard/docker-credential-acr-env: fe33c00
- github.com/circonus-labs/circonus-gometrics: v2.3.1+incompatible
- github.com/circonus-labs/circonusllhist: v0.1.3
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/dimchansky/utfbom: v1.1.1
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getkin/kin-openapi: v0.76.0
- github.com/getsentry/raven-go: v0.2.0
- github.com/golang-jwt/jwt/v4: v4.2.0
- github.com/google/go-containerregistry/pkg/authn/kubernetes: a61fd0a
- github.com/googleapis/google-cloud-go-testing: bcd43fb
- github.com/hashicorp/go-hclog: v1.0.0
- github.com/hashicorp/go-retryablehttp: v0.5.3
- github.com/iancoleman/strcase: v0.2.0
- github.com/lyft/protoc-gen-star: v0.5.3
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/sagikazarmark/crypt: v0.4.0
- github.com/stoewer/go-strcase: v1.2.0
- github.com/tv42/httpunix: b75d861
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
- go.opentelemetry.io/otel: v0.20.0
Changed
- cloud.google.com/go/firestore: v1.1.0 → v1.6.1
- cloud.google.com/go: v0.98.0 → v0.99.0
- github.com/Azure/azure-sdk-for-go: v43.0.0+incompatible → v61.2.0+incompatible
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.18
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.24
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/armon/go-metrics: f0300d1 → v0.3.10
- github.com/armon/go-radix: 7fddfc3 → v1.0.0
- github.com/aws/aws-sdk-go: v1.35.24 → v1.15.11
- github.com/bketelsen/crypt: v0.0.4 → 5cbc8cc
- github.com/cespare/xxhash/v2: v2.1.1 → v2.1.2
- github.com/cncf/xds/go: cb28da3 → a8f9461
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/docker/cli: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/docker/docker: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/envoyproxy/go-control-plane: cf90f65 → v0.10.1
- github.com/envoyproxy/protoc-gen-validate: v0.1.0 → v0.6.2
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.12.0+incompatible
- github.com/fatih/color: v1.7.0 → v1.13.0
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.5+incompatible
- github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: v0.19.6 → v0.19.3
- github.com/google/btree: v1.0.0 → v1.0.1
- github.com/google/go-containerregistry/pkg/authn/k8schain: [abdc633 → ac864e5](https://github.com/google/go-containerregistry/pkg/authn/k...
Knative Serving release v1.3.1
⚠️ Notice
- Tag to digest resolution for private registries (where the credentials are in a K8s secret) is broken in this release. The fix is available in v1.3.2
🚨 Breaking or Notable
- We dropped the alpha field
RevisionSpec.MaxDurationSeconds
in favour of fixing the behaviour of the existingTimeout
field. (#12635, @dprotaso)
💫 New Features & Changes
- Allow readiness probe port to be different than the user container port. (#12606, @izabelacg)
- net-certmanager starts testing cert-manager v1.7.1. (#12605, @nak3)
🐞 Bug Fixes
- Bump prometheus/client_golang to v1.11.1 in order to address CVE-2022-21698 (#12653, @qu1queee)
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12617, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12679, @dprotaso)
- Fix tag to digest resolution when the registry credential is in a K8s secret (#12655, #12761, @dprotaso)
- Provides more detailed error messages for invalid values of autoscaling.knative.dev/initial-scale (#12704, @psschwei)
- Remove an unnecessary start delay when resolving a tag to digest (#12668, @dprotaso)
- Switches selectors for Knative resources to use the recommended
app.kubernetes.io
labels (#12587, @psschwei) - The validating webhook returns a more accurate error for invalid
autoscaling.knative.dev/target
values (#12698, @psschwei) - Updates serving configmap validating webhook to use an objectSelector to reduce unnecessary webhook invocations (#12612, @psschwei)
Dependencies
Added
- 4d63.com/gochecknoglobals: v0.1.0
- bitbucket.org/creachadair/shell: v0.0.6
- cloud.google.com/go/compute: v1.1.0
- cloud.google.com/go/spanner: v1.7.0
- contrib.go.opencensus.io/exporter/stackdriver: v0.13.4
- github.com/Antonboom/errname: v0.1.5
- github.com/Antonboom/nilnil: v0.1.0
- github.com/Djarvur/go-err113: aea10b5
- github.com/Masterminds/goutils: v1.1.0
- github.com/Masterminds/semver: v1.5.0
- github.com/Masterminds/sprig: v2.22.0+incompatible
- github.com/OpenPeeDeeP/depguard: v1.0.1
- github.com/StackExchange/wmi: v1.2.1
- github.com/alexkohler/prealloc: v1.0.0
- github.com/andybalholm/brotli: v1.0.3
- github.com/aokoli/goutils: v1.0.1
- github.com/ashanbrown/forbidigo: v1.2.0
- github.com/ashanbrown/makezero: b626158
- github.com/bkielbasa/cyclop: v1.2.0
- github.com/blizzy78/varnamelen: v0.3.0
- github.com/bombsimon/wsl/v3: v3.3.0
- github.com/breml/bidichk: v0.1.1
- github.com/butuzov/ireturn: v0.1.1
- github.com/charithe/durationcheck: v0.0.9
- github.com/chavacava/garif: e8a0a40
- github.com/coreos/go-etcd: v2.0.0+incompatible
- github.com/cpuguy83/go-md2man: v1.0.10
- github.com/daixiang0/gci: v0.2.9
- github.com/denis-tingajkin/go-header: v0.4.2
- github.com/esimonov/ifshort: v1.0.3
- github.com/ettle/strcase: v0.1.1
- github.com/fatih/structtag: v1.2.0
- github.com/fullstorydev/grpcurl: v1.6.0
- github.com/fzipp/gocyclo: v0.3.1
- github.com/go-critic/go-critic: v0.6.1
- github.com/go-ole/go-ole: v1.2.6
- github.com/go-redis/redis: v6.15.8+incompatible
- github.com/go-sql-driver/mysql: v1.5.0
- github.com/go-toolsmith/astcast: v1.0.0
- github.com/go-toolsmith/astcopy: v1.0.0
- github.com/go-toolsmith/astequal: v1.0.1
- github.com/go-toolsmith/astfmt: v1.0.0
- github.com/go-toolsmith/astinfo: 9809ff7
- github.com/go-toolsmith/astp: v1.0.0
- github.com/go-toolsmith/pkgload: v1.0.0
- github.com/go-toolsmith/strparse: v1.0.0
- github.com/go-toolsmith/typep: v1.0.2
- github.com/go-xmlfmt/xmlfmt: d5b6f63
- github.com/gobwas/glob: v0.2.3
- github.com/gofrs/flock: v0.8.1
- github.com/golangci/check: cfe4005
- github.com/golangci/dupl: 3e9179a
- github.com/golangci/go-misc: 927a3d8
- github.com/golangci/gofmt: 244bba7
- github.com/golangci/golangci-lint: v1.43.0
- github.com/golangci/lint-1: 297bf36
- github.com/golangci/maligned: b1d8939
- github.com/golangci/misspell: v0.3.5
- github.com/golangci/revgrep: c22e500
- github.com/golangci/unconvert: 28b1c44
- github.com/google/certificate-transparency-go: v1.1.1
- github.com/google/trillian: v1.3.11
- github.com/gookit/color: v1.4.2
- github.com/gordonklaus/ineffassign: 2e10b26
- github.com/gorhill/cronexpr: 88b0669
- github.com/gostaticanalysis/analysisutil: v0.7.1
- github.com/gostaticanalysis/comment: v1.4.2
- github.com/gostaticanalysis/forcetypeassert: 01d4955
- github.com/gostaticanalysis/nilerr: v0.1.1
- github.com/gostaticanalysis/testutil: v0.4.0
- github.com/hashicorp/go-version: v1.2.1
- github.com/huandu/xstrings: v1.2.0
- github.com/jgautheron/goconst: v1.5.1
- github.com/jhump/protoreflect: v1.6.1
- github.com/jingyugao/rowserrcheck: v1.1.1
- github.com/jirfag/go-printf-func-name: 7558a9e
- github.com/jmoiron/sqlx: v1.2.0
- github.com/josharian/txtarfs: 0702f00
- github.com/juju/ratelimit: v1.0.1
- github.com/julz/importas: 841f0c0
- github.com/k0kubun/colorstring: 9440f19
- github.com/kulti/thelper: v0.4.0
- github.com/kunwardeep/paralleltest: v1.0.3
- github.com/kylelemons/godebug: v1.1.0
- github.com/kyoh86/exportloopref: v0.1.8
- github.com/ldez/gomoddirectives: v0.2.2
- github.com/ldez/tagliatelle: v0.2.0
- github.com/letsencrypt/pkcs11key/v4: v4.0.0
- github.com/lib/pq: v1.10.3
- github.com/logrusorgru/aurora: [a7b3b31](https://github.com/logrusorgru/aurora/tree/a7b3b31...
Knative Serving release v1.2.4
⚠️ Notice
- Tag to digest resolution for private registries (where the credentials are in a K8s secret) is broken in this release. The fix is available in v1.2.5
🚨 Breaking or Notable
- In v1.2.0 we introduced an experimental field
RevisionSpec.MaxDurationSeconds
in error. It has been removed in this release. (#12634, @dprotaso) - Our minimum K8s version is now 1.21 (#12509, @dprotaso)
- PodDisruptionBudget updated to v1 API (#12548, @psschwei)
💫 New Features & Changes
- Improves the error message when a DomainMapping cannot be reconciled because autocreate-cluster-domain-claims is false and the CDC does not exist. (#12439, @julz)
- Utilizes Kubernetes's immediate trigger of readiness probes after startup, restores default
periodSeconds
for readiness probe to Kuberentes default (10s) (#12550, @psschwei)
🐞 Bug Fixes
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12621, @dprotaso)
- Fixes an activator panic when the throttle encounters a cache.DeleteFinalStateUnknown (#12680, @dprotaso)
- Remove an unnecessary start delay when resolving tag to digests (#12669, #12761, @dprotaso)
- Controllers now properly shut down and relinquish their K8s leases. This fixes potential dropped traffic during upgrades. (knative/pkg#2436, @dprotaso)
- Bump google/go-containerregistry which includes various fixes tag to digest when looking up registry credentials (#12510, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12676, @dprotaso)
- Changes liveness probes to directly probe the user container rather than queue proxy. (#12479, @julz)
🧪 Experimental
- PVC support behind the feature flags
kubernetes.podspec-persistent-volume-claim
kubernetes.podspec-persistent-volume-write
(#12458, @skonto)
Dependencies
Added
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.11
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.5
- github.com/DataDog/datadog-go: v3.2.0+incompatible
- github.com/aws/aws-sdk-go-v2/config: v1.12.0
- github.com/aws/aws-sdk-go-v2/credentials: v1.7.0
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.9.0
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.1.3
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.1.0
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.3
- github.com/aws/aws-sdk-go-v2/service/ecr: v1.13.0
- github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.10.0
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.6.0
- github.com/aws/aws-sdk-go-v2/service/sso: v1.8.0
- github.com/aws/aws-sdk-go-v2/service/sts: v1.13.0
- github.com/aws/aws-sdk-go-v2: v1.12.0
- github.com/aws/smithy-go: v1.9.1
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login: 69c85dc
- github.com/certifi/gocertifi: 2c3bb06
- github.com/chrismellard/docker-credential-acr-env: fe33c00
- github.com/circonus-labs/circonus-gometrics: v2.3.1+incompatible
- github.com/circonus-labs/circonusllhist: v0.1.3
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/dimchansky/utfbom: v1.1.1
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getkin/kin-openapi: v0.76.0
- github.com/getsentry/raven-go: v0.2.0
- github.com/golang-jwt/jwt/v4: v4.2.0
- github.com/google/go-containerregistry/pkg/authn/kubernetes: a61fd0a
- github.com/googleapis/google-cloud-go-testing: bcd43fb
- github.com/hashicorp/go-hclog: v1.0.0
- github.com/hashicorp/go-retryablehttp: v0.5.3
- github.com/iancoleman/strcase: v0.2.0
- github.com/lyft/protoc-gen-star: v0.5.3
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/sagikazarmark/crypt: v0.4.0
- github.com/stoewer/go-strcase: v1.2.0
- github.com/tv42/httpunix: b75d861
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
- go.opentelemetry.io/otel: v0.20.0
Changed
- cloud.google.com/go/firestore: v1.1.0 → v1.6.1
- cloud.google.com/go: v0.98.0 → v0.99.0
- github.com/Azure/azure-sdk-for-go: v43.0.0+incompatible → v61.2.0+incompatible
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.18
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.24
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/armon/go-metrics: f0300d1 → v0.3.10
- github.com/armon/go-radix: 7fddfc3 → v1.0.0
- github.com/aws/aws-sdk-go: v1.35.24 → v1.15.11
- github.com/bketelsen/crypt: v0.0.4 → 5cbc8cc
- github.com/cespare/xxhash/v2: v2.1.1 → v2.1.2
- github.com/cncf/xds/go: cb28da3 → a8f9461
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/docker/cli: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/docker/docker: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/envoyproxy/go-control-plane: cf90f65 → v0.10.1
- github.com/envoyproxy/protoc-gen-validate: v0.1.0 → v0.6.2
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.12.0+incompatible
- github.com/fatih/color: v1.7.0 → v1.13.0
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.5+incompatible
- github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- g...
Knative Serving release v1.3.0
⚠️ Notice
- Tag to digest resolution for private registries (where the credentials are in a K8s secret) is broken in this release. The fix is available in v1.3.2
🚨 Breaking or Notable
- We dropped the alpha field
RevisionSpec.MaxDurationSeconds
in favour of fixing the behaviour of the existingTimeout
field. (#12635, @dprotaso)
💫 New Features & Changes
- Allow readiness probe port to be different than the user container port. (#12606, @izabelacg)
- net-certmanager starts testing cert-manager v1.7.1. (#12605, @nak3)
🐞 Bug Fixes
- Bump prometheus/client_golang to v1.11.1 in order to address CVE-2022-21698 (#12653, @qu1queee)
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12617, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12679, @dprotaso)
- Fix tag to digest resolution when the registry credential is in a K8s secret (#12655, @dprotaso)
- Provides more detailed error messages for invalid values of autoscaling.knative.dev/initial-scale (#12704, @psschwei)
- Remove an unnecessary start delay when resolving a tag to digest (#12668, @dprotaso)
- Switches selectors for Knative resources to use the recommended
app.kubernetes.io
labels (#12587, @psschwei) - The validating webhook returns a more accurate error for invalid
autoscaling.knative.dev/target
values (#12698, @psschwei) - Updates serving configmap validating webhook to use an objectSelector to reduce unnecessary webhook invocations (#12612, @psschwei)
Dependencies
Added
- 4d63.com/gochecknoglobals: v0.1.0
- bitbucket.org/creachadair/shell: v0.0.6
- cloud.google.com/go/compute: v1.1.0
- cloud.google.com/go/spanner: v1.7.0
- contrib.go.opencensus.io/exporter/stackdriver: v0.13.4
- github.com/Antonboom/errname: v0.1.5
- github.com/Antonboom/nilnil: v0.1.0
- github.com/Djarvur/go-err113: aea10b5
- github.com/Masterminds/goutils: v1.1.0
- github.com/Masterminds/semver: v1.5.0
- github.com/Masterminds/sprig: v2.22.0+incompatible
- github.com/OpenPeeDeeP/depguard: v1.0.1
- github.com/StackExchange/wmi: v1.2.1
- github.com/alexkohler/prealloc: v1.0.0
- github.com/andybalholm/brotli: v1.0.3
- github.com/aokoli/goutils: v1.0.1
- github.com/ashanbrown/forbidigo: v1.2.0
- github.com/ashanbrown/makezero: b626158
- github.com/bkielbasa/cyclop: v1.2.0
- github.com/blizzy78/varnamelen: v0.3.0
- github.com/bombsimon/wsl/v3: v3.3.0
- github.com/breml/bidichk: v0.1.1
- github.com/butuzov/ireturn: v0.1.1
- github.com/charithe/durationcheck: v0.0.9
- github.com/chavacava/garif: e8a0a40
- github.com/coreos/go-etcd: v2.0.0+incompatible
- github.com/cpuguy83/go-md2man: v1.0.10
- github.com/daixiang0/gci: v0.2.9
- github.com/denis-tingajkin/go-header: v0.4.2
- github.com/esimonov/ifshort: v1.0.3
- github.com/ettle/strcase: v0.1.1
- github.com/fatih/structtag: v1.2.0
- github.com/fullstorydev/grpcurl: v1.6.0
- github.com/fzipp/gocyclo: v0.3.1
- github.com/go-critic/go-critic: v0.6.1
- github.com/go-ole/go-ole: v1.2.6
- github.com/go-redis/redis: v6.15.8+incompatible
- github.com/go-sql-driver/mysql: v1.5.0
- github.com/go-toolsmith/astcast: v1.0.0
- github.com/go-toolsmith/astcopy: v1.0.0
- github.com/go-toolsmith/astequal: v1.0.1
- github.com/go-toolsmith/astfmt: v1.0.0
- github.com/go-toolsmith/astinfo: 9809ff7
- github.com/go-toolsmith/astp: v1.0.0
- github.com/go-toolsmith/pkgload: v1.0.0
- github.com/go-toolsmith/strparse: v1.0.0
- github.com/go-toolsmith/typep: v1.0.2
- github.com/go-xmlfmt/xmlfmt: d5b6f63
- github.com/gobwas/glob: v0.2.3
- github.com/gofrs/flock: v0.8.1
- github.com/golangci/check: cfe4005
- github.com/golangci/dupl: 3e9179a
- github.com/golangci/go-misc: 927a3d8
- github.com/golangci/gofmt: 244bba7
- github.com/golangci/golangci-lint: v1.43.0
- github.com/golangci/lint-1: 297bf36
- github.com/golangci/maligned: b1d8939
- github.com/golangci/misspell: v0.3.5
- github.com/golangci/revgrep: c22e500
- github.com/golangci/unconvert: 28b1c44
- github.com/google/certificate-transparency-go: v1.1.1
- github.com/google/trillian: v1.3.11
- github.com/gookit/color: v1.4.2
- github.com/gordonklaus/ineffassign: 2e10b26
- github.com/gorhill/cronexpr: 88b0669
- github.com/gostaticanalysis/analysisutil: v0.7.1
- github.com/gostaticanalysis/comment: v1.4.2
- github.com/gostaticanalysis/forcetypeassert: 01d4955
- github.com/gostaticanalysis/nilerr: v0.1.1
- github.com/gostaticanalysis/testutil: v0.4.0
- github.com/hashicorp/go-version: v1.2.1
- github.com/huandu/xstrings: v1.2.0
- github.com/jgautheron/goconst: v1.5.1
- github.com/jhump/protoreflect: v1.6.1
- github.com/jingyugao/rowserrcheck: v1.1.1
- github.com/jirfag/go-printf-func-name: 7558a9e
- github.com/jmoiron/sqlx: v1.2.0
- github.com/josharian/txtarfs: 0702f00
- github.com/juju/ratelimit: v1.0.1
- github.com/julz/importas: 841f0c0
- github.com/k0kubun/colorstring: 9440f19
- github.com/kulti/thelper: v0.4.0
- github.com/kunwardeep/paralleltest: v1.0.3
- github.com/kylelemons/godebug: v1.1.0
- github.com/kyoh86/exportloopref: v0.1.8
- github.com/ldez/gomoddirectives: v0.2.2
- github.com/ldez/tagliatelle: v0.2.0
- github.com/letsencrypt/pkcs11key/v4: v4.0.0
- github.com/lib/pq: v1.10.3
- github.com/logrusorgru/aurora: a7b3b31
- git...
Knative Serving release v1.2.3
⚠️ Notice
- Tag to digest resolution for private registries (where the credentials are in a K8s secret) is broken in this release. The fix is available in v1.2.5
🚨 Breaking or Notable
- In v1.2.0 we introduced an experimental field
RevisionSpec.MaxDurationSeconds
in error. It has been removed in this release. (#12634, @dprotaso) - Our minimum K8s version is now 1.21 (#12509, @dprotaso)
- PodDisruptionBudget updated to v1 API (#12548, @psschwei)
💫 New Features & Changes
- Improves the error message when a DomainMapping cannot be reconciled because autocreate-cluster-domain-claims is false and the CDC does not exist. (#12439, @julz)
- Utilizes Kubernetes's immediate trigger of readiness probes after startup, restores default
periodSeconds
for readiness probe to Kuberentes default (10s) (#12550, @psschwei)
🐞 Bug Fixes
- Ensure the activator drains properly and the autoscaler rolls out conservatively. This helps avoid hitting 503s during upgrade. (#12621, @dprotaso)
- Fixes an activator panic when the throttle encounters a cache.DeleteFinalStateUnknown (#12680, @dprotaso)
- Remove an unnecessary start delay when resolving tag to digests (#12669, #12761, @dprotaso)
- Controllers now properly shut down and relinquish their K8s leases. This fixes potential dropped traffic during upgrades. (knative/pkg#2436, @dprotaso)
- Bump google/go-containerregistry which includes various fixes tag to digest when looking up registry credentials (#12510, @dprotaso)
- Fix an activator crash that could disrupt traffic (503) (#12676, @dprotaso)
- Changes liveness probes to directly probe the user container rather than queue proxy. (#12479, @julz)
🧪 Experimental
- PVC support behind the feature flags
kubernetes.podspec-persistent-volume-claim
kubernetes.podspec-persistent-volume-write
(#12458, @skonto)
Dependencies
Added
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.11
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.5
- github.com/DataDog/datadog-go: v3.2.0+incompatible
- github.com/aws/aws-sdk-go-v2/config: v1.12.0
- github.com/aws/aws-sdk-go-v2/credentials: v1.7.0
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.9.0
- github.com/aws/aws-sdk-go-v2/internal/configsources: v1.1.3
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.1.0
- github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.3
- github.com/aws/aws-sdk-go-v2/service/ecr: v1.13.0
- github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.10.0
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.6.0
- github.com/aws/aws-sdk-go-v2/service/sso: v1.8.0
- github.com/aws/aws-sdk-go-v2/service/sts: v1.13.0
- github.com/aws/aws-sdk-go-v2: v1.12.0
- github.com/aws/smithy-go: v1.9.1
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login: 69c85dc
- github.com/certifi/gocertifi: 2c3bb06
- github.com/chrismellard/docker-credential-acr-env: fe33c00
- github.com/circonus-labs/circonus-gometrics: v2.3.1+incompatible
- github.com/circonus-labs/circonusllhist: v0.1.3
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/dimchansky/utfbom: v1.1.1
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getkin/kin-openapi: v0.76.0
- github.com/getsentry/raven-go: v0.2.0
- github.com/golang-jwt/jwt/v4: v4.2.0
- github.com/google/go-containerregistry/pkg/authn/kubernetes: a61fd0a
- github.com/googleapis/google-cloud-go-testing: bcd43fb
- github.com/hashicorp/go-hclog: v1.0.0
- github.com/hashicorp/go-retryablehttp: v0.5.3
- github.com/iancoleman/strcase: v0.2.0
- github.com/lyft/protoc-gen-star: v0.5.3
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/sagikazarmark/crypt: v0.4.0
- github.com/stoewer/go-strcase: v1.2.0
- github.com/tv42/httpunix: b75d861
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
- go.opentelemetry.io/otel: v0.20.0
Changed
- cloud.google.com/go/firestore: v1.1.0 → v1.6.1
- cloud.google.com/go: v0.98.0 → v0.99.0
- github.com/Azure/azure-sdk-for-go: v43.0.0+incompatible → v61.2.0+incompatible
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.18
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.24
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/armon/go-metrics: f0300d1 → v0.3.10
- github.com/armon/go-radix: 7fddfc3 → v1.0.0
- github.com/aws/aws-sdk-go: v1.35.24 → v1.15.11
- github.com/bketelsen/crypt: v0.0.4 → 5cbc8cc
- github.com/cespare/xxhash/v2: v2.1.1 → v2.1.2
- github.com/cncf/xds/go: cb28da3 → a8f9461
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/docker/cli: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/docker/docker: v20.10.11+incompatible → v20.10.12+incompatible
- github.com/envoyproxy/go-control-plane: cf90f65 → v0.10.1
- github.com/envoyproxy/protoc-gen-validate: v0.1.0 → v0.6.2
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.12.0+incompatible
- github.com/fatih/color: v1.7.0 → v1.13.0
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.5+incompatible
- github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: [v0.19.6 → v0....
Knative Serving release v1.1.4
tags: Release Notes
Serving
🚨 Breaking or Notable
💫 New Features & Changes
- Add cluster wide default min-scale (#12290, @nader-ziada)
- HPA autoscaler stabilization window can be set from autoscaling window annotation (#12286, @enoodle)
- Metrics with names other than "cpu" or "memory" are allowed as pod custom metrics. (#12277, @enoodle)
- Allow setting TCP and HTTP port to be equal to containerPort on readiness and liveness probes. (#12225, @evankanderson)
🐞 Bug Fixes
- Controllers now properly shut down and relinquish their K8s leases. This fixes potential dropped traffic during upgrades. (knative/pkg#2436, @dprotaso)
- Remove an unnecessary start delay when resolving a tag to digest (#12668, @dprotaso)
- Fixes an activator panic when the throttle encounters a cache.DeleteFinalStateUnknown (#12680, @dprotaso)
- The activator optimisation which directly probes the queue proxy for readiness rather than waiting for Kubernetes to report readiness is now disabled when exec probes are used (since queue proxy cannot execute these probes on the user container's behalf). (#12250, @julz)
Uncategorized
- Drops the unix socket listener from Queue Proxy, since it is no longer used (#12298, @julz)
- Generated HPAs are now v2beta2.
Window annotation will be set to HPA stabilization window (#12278, @enoodle) - Remove performance tests using Mako (#12266, @nader-ziada)
- Use pkg/drain in queue proxy (#12033, @nader-ziada)
Dependencies
Added
- github.com/Shopify/toxiproxy/v2: 15ea381
- github.com/bits-and-blooms/bitset: v1.2.0
- github.com/cenkalti/backoff/v4: v4.1.1
- github.com/checkpoint-restore/go-criu/v5: v5.0.0
- github.com/danieljoos/wincred: v1.1.0
- github.com/fortytw2/leaktest: v1.3.0
- github.com/go-task/slim-sprig: 348f09d
- github.com/gorilla/securecookie: v1.1.1
- github.com/gorilla/sessions: v1.2.1
- github.com/jcmturner/aescts/v2: v2.0.0
- github.com/jcmturner/dnsutils/v2: v2.0.0
- github.com/jcmturner/gofork: v1.0.0
- github.com/jcmturner/goidentity/v6: v6.0.1
- github.com/jcmturner/gokrb5/v8: v8.4.2
- github.com/jcmturner/rpc/v2: v2.0.3
- github.com/rabbitmq/amqp091-go: v1.1.0
- github.com/urfave/cli/v2: v2.3.0
- github.com/vbatts/tar-split: v0.11.2
- github.com/xdg-go/pbkdf2: v1.0.0
- github.com/xdg-go/scram: v1.0.2
- github.com/xdg-go/stringprep: v1.0.2
Changed
- cloud.google.com/go: v0.97.0 → v0.98.0
- github.com/Azure/azure-sdk-for-go: v50.2.0+incompatible → v43.0.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.10 → v0.9.5
- github.com/Azure/go-autorest/autorest/to: v0.4.0 → v0.3.0
- github.com/Azure/go-autorest/autorest/validation: v0.3.1 → v0.1.0
- github.com/Azure/go-autorest/autorest: v0.11.17 → v0.11.12
- github.com/Microsoft/go-winio: v0.5.0 → v0.5.1
- github.com/Microsoft/hcsshim: v0.8.16 → v0.8.23
- github.com/Shopify/sarama: v1.19.0 → v1.30.0
- github.com/aws/aws-sdk-go: v1.37.1 → v1.35.24
- github.com/cilium/ebpf: v0.4.0 → v0.6.2
- github.com/cncf/udpa/go: 5459f2c → 04548b0
- github.com/cncf/xds/go: aa0b789 → cb28da3
- github.com/containerd/containerd: v1.5.2 → v1.5.8
- github.com/containerd/stargz-snapshotter/estargz: v0.7.0 → v0.10.1
- github.com/containerd/ttrpc: v1.0.2 → v1.1.0
- github.com/cpuguy83/go-md2man/v2: v2.0.0 → v2.0.1
- github.com/docker/cli: v20.10.7+incompatible → v20.10.11+incompatible
- github.com/docker/docker-credential-helpers: v0.6.3 → v0.6.4
- github.com/docker/docker: v20.10.7+incompatible → v20.10.11+incompatible
- github.com/eapache/go-resiliency: v1.1.0 → v1.2.0
- github.com/emicklei/go-restful: v2.15.0+incompatible → v2.9.5+incompatible
- github.com/evanphx/json-patch/v5: v5.5.0 → v5.6.0
- github.com/go-openapi/spec: v0.20.2 → v0.19.6
- github.com/gobuffalo/flect: v0.2.3 → v0.2.4
- github.com/golang/snappy: v0.0.3 → v0.0.4
- github.com/google/go-containerregistry/pkg/authn/k8schain: ce35c99 → abdc633
- github.com/google/go-containerregistry: v0.6.0 → abdc633
- github.com/googleapis/gnostic: v0.5.3 → v0.4.1
- github.com/gorilla/mux: v1.7.4 → v1.8.0
- github.com/hashicorp/go-uuid: v1.0.1 → v1.0.2
- github.com/imdario/mergo: v0.3.11 → v0.3.12
- github.com/klauspost/compress: v1.13.0 → v1.13.6
- github.com/nxadm/tail: v1.4.4 → v1.4.8
- github.com/onsi/ginkgo: v1.12.1 → v1.16.5
- github.com/onsi/gomega: v1.10.3 → v1.16.0
- github.com/opencontainers/image-spec: v1.0.1 → 693428a
- github.com/opencontainers/runc: v1.0.0-rc93 → v1.0.2
- github.com/opencontainers/runtime-spec: e6143ca → 1c3f411
- github.com/opencontainers/selinux: v1.8.0 → v1.8.2
- github.com/openzipkin/zipkin-go: v0.2.5 → v0.3.0
- github.com/pierrec/lz4: 473cd7c → v2.6.1+incompatible
- github.com/prometheus/common: v0.31.1 → v0.32.1
- github.com/rcrowley/go-metrics: 3113b84 → cf1acfc
- github.com/urfave/cli: v1.22.2 → v1.22.4
- github.com/yuin/goldmark: v1.4.0 → v1.4.1
- golang.org/x/crypto: 32db794 → 84f3576
- golang.org/x/mod: v0.4.2 → v0.5.1
- golang.org/x/net: 4...