Skip to content

Releases: knative-extensions/net-istio

net-istio v1.8.1

08 Dec 21:52
6f2d085
Compare
Choose a tag to compare

Tested with Istio 1.15.2

Changes since 1.8.0

net-istio v1.7.1

08 Dec 21:50
1038960
Compare
Choose a tag to compare

Changes since 1.7.0

Changes v1.6

  • Bumped Istio manifests to v1.14.3

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/sync: 036812b → 886fb93
  • k8s.io/api: v0.23.8 → v0.23.9
  • k8s.io/apiextensions-apiserver: v0.23.8 → v0.23.9
  • k8s.io/apimachinery: v0.23.8 → v0.23.9
  • k8s.io/apiserver: v0.23.8 → v0.23.9
  • k8s.io/client-go: v0.23.8 → v0.23.9
  • k8s.io/code-generator: v0.23.8 → v0.23.9
  • k8s.io/component-base: v0.23.8 → v0.23.9
  • k8s.io/gengo: 4627b89 → 397b4ae
  • k8s.io/klog/v2: 43cc75f → 0990e81
  • knative.dev/hack: 65c463a → 8d1e4cc
  • knative.dev/networking: f087178 → e51df7c
  • knative.dev/pkg: e60d250 → 4a03844

Removed

Nothing has changed.

net-istio v1.8.0

18 Oct 03:37
c4806a8
Compare
Choose a tag to compare

Tested with Istio 1.15.2

net-istio v1.7.0

23 Aug 17:08
45390dd
Compare
Choose a tag to compare

Most recent tested Istio Version: 1.14.3

Changes

  • Bumped Istio manifests to v1.14.3

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/sync: 036812b → 886fb93
  • k8s.io/api: v0.23.8 → v0.23.9
  • k8s.io/apiextensions-apiserver: v0.23.8 → v0.23.9
  • k8s.io/apimachinery: v0.23.8 → v0.23.9
  • k8s.io/apiserver: v0.23.8 → v0.23.9
  • k8s.io/client-go: v0.23.8 → v0.23.9
  • k8s.io/code-generator: v0.23.8 → v0.23.9
  • k8s.io/component-base: v0.23.8 → v0.23.9
  • k8s.io/gengo: 4627b89 → 397b4ae
  • k8s.io/klog/v2: 43cc75f → 0990e81
  • knative.dev/hack: 65c463a → 8d1e4cc
  • knative.dev/networking: f087178 → e51df7c
  • knative.dev/pkg: e60d250 → 4a03844

Removed

Nothing has changed.

net-istio v1.6.0

12 Jul 18:49
3618c36
Compare
Choose a tag to compare

Most recent tested Istio Version: 1.14.1

Dependencies

Added

Nothing has changed.

Changed

  • github.com/miekg/dns: v1.1.17 → v1.0.14
  • 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

  • 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
  • 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
  • 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

net-istio v1.5.0

31 May 13:09
9ab0b80
Compare
Choose a tag to compare

Most recent tested Istio Version: 1.13.4

Enhancement

  • Memory leak fix for large clusters where all cluster secrets were listed in net-istio.
    Secret informer in ingress controller can be enabled to filter secrets based on the existence of a label keycertificate.networking.knative.dev.
    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 this is done transparently.
    To enable this behavior at net-istio set env var ENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UI to true.
    This will be available by default in future releases. (#920, @skonto)

Uncategorized

  • local-gateway.mesh: "mesh" option was dropped. (#915, @nak3)

Dependencies

Added

Nothing has changed.

Changed

  • knative.dev/hack: 6ffd841 → 12d3e2a
  • knative.dev/networking: 1145ec5 → 22d1b93
  • knative.dev/pkg: e325df6 → 19adf79

Removed

Nothing has changed.

Knative Net Istio release v1.4.0

19 Apr 16:41
169bfb2
Compare
Choose a tag to compare

Most recent tested Istio Version: 1.13.0

New Features & Changes

  • serving.knative.dev/release labels, deprecated in v1.3, have been removed. Please switch over to using app.kubernetes.io/name: knative-serving and app.kuberentes.io/version: devel. (#894, @psschwei)

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 Istio release v1.3.0

08 Mar 21:12
c096fb6
Compare
Choose a tag to compare

Most recent tested Istio Version: 1.13.0

Knative Net Istio release v1.2.0

25 Jan 17:14
dc8f82e
Compare
Choose a tag to compare

Tested with Istio 1.12.0

Knative Net Istio release v1.1.0

14 Dec 06:27
c9e88c5
Compare
Choose a tag to compare

Tested with Istio 1.12.0