Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Releases: cloudfoundry/cf-k8s-networking

v0.5.0

20 Apr 16:53
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

v0.4.0

25 Aug 22:34
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Notice

☢️ Since this release was created, we have accidentally pushed a branch with duplicate tags that mean that this release no longer points at the correct commit on the release-candidate branch. Do not rely on this tag or rely on the artifacts associated with this release! ☢️

Changes

  • Platform Engineers can confirm that cf-k8s by default only accepts encrypted requests and can be configured to receive requests on port-80 details
  • Platform Engineers can discover docs that describe how to use gateway access logs to observe application ingress latency contributed by platform and network details
  • Platform Engineers can discover docs that describe ingress load balancing topology in cf-for-k8s details
  • Platform Engineers can follow docs to discover that istio is not a supported API in cf4k8s details

v0.3.0

06 Aug 23:35
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Notice

☢️ Since this release was created, we have accidentally pushed a branch with duplicate tags that mean that this release no longer points at the correct commit on the release-candidate branch. Do not rely on this tag or rely on the artifacts associated with this release! ☢️

Changes

v0.2.0

11 Jun 20:45
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Notice

☢️ Since this release was created, we have accidentally pushed a branch with duplicate tags that mean that this release no longer points at the correct commit on the release-candidate branch. Do not rely on this tag or rely on the artifacts associated with this release! ☢️

Changes

  • Platform Operator can verify that cf-for-k8s leverages Istio 1.6.x and not an earlier version details

v0.1.0

04 Jun 03:35
44fac6b
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Notice

☢️ Since this release was created, we have accidentally pushed a branch with duplicate tags that mean that this release no longer points at the correct commit on the release-candidate branch. Do not rely on this tag or rely on the artifacts associated with this release! ☢️

Changes

Basic Ingress Routing:

  • Alana can confirm that Istio objects and Services describing CC Routes are represented in the K8s API details

  • Cody can confirm that an application on cf-for-k8s is accessible to end users via basic HTTP routing details

  • Cody can map/create routes that have FQDNs that are longer than 63 characters details

  • Cody can confirm that wildcard routes get successfully created on cf-for-k8s details

  • Cody can confirm that ingress TLS is configured for the "default" app domain for a vanilla installation of cf-for-k8s details

Securing app and system component communications:

  • Alana can confirm that all communication between metacontroller and route syncer are encrypted and mutually authenticated (via sidecars) details

  • Alana can confirm that connections between istio control- plane components are encrypted details

  • Cody can confirm that ensure that all communications between system components and between apps are encrypted and mutually authenticated (via sidecars) details

Exposing networking sub-system metrics:

  • Alana can identify memory usage of ingress router by looking at metrics details

  • Alana can use prometheus to see details such as number of http, and tcp connections being made by the incoming traffic details

  • Alana can confirm that envoy is receiving up-to-date information from istio control plane details