Releases: knative-extensions/net-kourier
Releases · knative-extensions/net-kourier
Knative Net Kourier release v1.6.0
Changes by Kind
Enhancement
- Add a new configuration parameter for enabling port-level internal services isolation. See documentation for more details. (#852, @lionelvillard)
Bug or Regression
- Fix SNI with proxy_protocol (#869, @RamyChaabane)
Uncategorized
- Secret informer in net-kourier ingress controller can filter secrets based on the existence of a label key
networking.internal.knative.dev/certificate-uid
. Users are required to add the label key for custom secrets defined in ingresses.
For special cases users are recommended to reach out to Knative community.
In case of AutoTLS provided by Knative net-certmanager or net-http01 this is done transparently.
To enable this behavior at net-kourier set env var ENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UI to true.
This will be available by default in future releases. (#862, @skonto)
Dependencies
Added
- github.com/cloudevents/sdk-go/v2: v2.4.1
- k8s.io/klog: v1.0.0
- knative.dev/control-protocol: 827b25d
- knative.dev/reconciler-test: f05db88
Changed
- github.com/imdario/mergo: v0.3.5 → v0.3.9
- 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/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 Net Kourier release v1.5.0
Dependencies
Added
Nothing has changed.
Changed
- github.com/miekg/dns: v1.1.17 → v1.0.14
- knative.dev/hack: 6ffd841 → 12d3e2a
- knative.dev/networking: 1145ec5 → 22d1b93
- knative.dev/pkg: e325df6 → 19adf79
Removed
- github.com/Shopify/toxiproxy: v2.1.4+incompatible
- github.com/alecthomas/jsonschema: f2c9385
- github.com/bmizerany/perks: d9a9656
- github.com/c2h5oh/datasize: 4eba002
- github.com/dgryski/go-lttb: 318fcdf
- github.com/gogo/googleapis: v1.1.0
- github.com/gonum/blas: f22b278
- github.com/gonum/diff: [500114f](https://github.com/gonum/diff/tree/500114f)
- github.com/gonum/floats: c233463
- github.com/gonum/integrate: a422b5c
- github.com/gonum/internal: f884aa7
- github.com/gonum/lapack: e4cdc5a
- github.com/gonum/mathext: 8a4bf00
- github.com/gonum/matrix: c518dec
- github.com/gonum/stat: 41a0da7
- github.com/gorilla/context: v1.1.1
- github.com/lyft/protoc-gen-validate: [v0.0.13](https://github.com/lyft/protoc-gen-validate/tree/v0.0.13)
- github.com/pkg/profile: v1.2.1
- github.com/streadway/amqp: 75d898a
- github.com/streadway/quantile: b0c5887
- github.com/tsenart/go-tsz: cdeb9e1
- pgregory.net/rapid: v0.3.3
Knative Net Kourier release v1.4.0
Enhancement
New Features & Changes
- Kourier-gateway now updates envoy version to v1.19. (#788, @nak3)
- The bug which DomainMapping is not working with Knative Channel was fixed. (#797, @nak3)
Dependencies
Added
- github.com/antlr/antlr4/runtime/Go/antlr: b48c857
- github.com/getkin/kin-openapi: v0.76.0
- github.com/go-logr/zapr: v1.2.0
- github.com/google/cel-go: v0.9.0
- github.com/google/cel-spec: v0.6.0
- github.com/kr/fs: v0.1.0
- github.com/pkg/sftp: v1.10.1
- sigs.k8s.io/json: c049b76
Changed
- github.com/bketelsen/crypt: 5cbc8cc → v0.0.4
- github.com/evanphx/json-patch: v4.11.0+incompatible → v4.12.0+incompatible
- github.com/golang/glog: 23def4e → v1.0.0
- github.com/json-iterator/go: v1.1.11 → v1.1.12
- github.com/magiconair/properties: v1.8.1 → v1.8.5
- github.com/mitchellh/mapstructure: v1.1.2 → v1.4.1
- github.com/modern-go/reflect2: v1.0.1 → v1.0.2
- github.com/pelletier/go-toml: v1.2.0 → v1.9.3
- github.com/prometheus/client_golang: v1.11.0 → v1.11.1
- github.com/spf13/afero: v1.2.2 → v1.6.0
- github.com/spf13/cast: v1.3.0 → v1.3.1
- github.com/spf13/cobra: v1.1.3 → v1.2.1
- github.com/spf13/jwalterweatherman: v1.0.0 → v1.1.0
- github.com/spf13/viper: v1.7.0 → v1.8.1
- gopkg.in/ini.v1: v1.51.0 → v1.62.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: 2043435 → e816edb
- k8s.io/utils: bdf08cb → 3a6ce19
- knative.dev/hack: e178598 → 6ffd841
- knative.dev/networking: e8b2eb9 → 1145ec5
- knative.dev/pkg: 2fdd5f2 → e325df6
- 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
Nothing has changed.
Knative Net Kourier release v1.3.0
[add release notes here]
Knative Net Kourier release v1.2.0
[add release notes here]
Knative Net Kourier release v1.1.0
[add release notes here]
Knative Net Kourier release v1.0.1
[add release notes here]
Knative Net Kourier release v1.0.0
[add release notes here]
Knative Net Kourier release v0.26.0
[add release notes here]
Knative Net Kourier release v0.25.0
[add release notes here]