Skip to content

Releases

The bigip-kubernetes-gateway versions are released on dockerhub as Docker images.

The code repository is f5devcentral/bigip-kubernetes-gateway.

Release v0.2.1

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.2.1-20230411

Reference:

https://gateway-api.f5se.io/guides/getstarted

Release Notes:

DevOps and Monitoring Support

Feature Support

Documentation Support

  • Update compatibility docs; add more spec support. by @zongzw in #21
  • Add gateway controller examples by @zongzw in #46

Release v0.2.0

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.2.0-20230216

Reference:

https://gateway-api.f5se.io/guides/getstarted

Release Notes:

DevOps and Monitoring Support

  • Refine logging with given log level and tracing request id.

Feature Support

  • Fix startup's bigip password issue (PR)

  • Fix sig.k8s.io/controller-runtime dependency issue(PR).

  • Be compatible with sig gateway api v0.6.0 specification.

  • Add support for HTTPRoute.Filter.ResponseHeaderModifier.

  • Add support for ReferenceGrant for service binding restriction.

Documentation Support

  • Update compatibility document for ReferenceGrant and responseHeaderModifier support.

Release v0.1.1

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.1.1-20230111

Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

DevOps and Monitoring Support

Feature Support

  • Add Support for Gateway.Listener.AllowedRouted Spec. See more details from the PR and the Usecase
  • Add AS configuration for calico mode.

Documentation Support

  • Update compatibility docs

Release v0.1.0

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.1.0-20221226

Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

DevOps and Monitoring Support

Feature Support

Documentation Support

Release v0.0.4

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.0.4-20221219

Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

  • Improve the automated configuration of the BIG-IP side in flannel and calico modes, see here
  • Determine the parameters passed in by the user, see here
  • Fixed the partition deletion issue when the gatewayclass was deleted, see here

Full Changelog: https://github.com/f5devcentral/bigip-kubernetes-gateway/compare/v0.0.3...v0.0.4

Release v0.0.3

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.0.3-20221213

Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

Full Changelog: https://github.com/f5devcentral/bigip-kubernetes-gateway/compare/v0.0.2...v0.0.3

Release v0.0.2

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.0.2-20221129

Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

  • Add support for gatewayclass resources, see gatewayclass design.
  • Implement the ability of handling disorder events for kinds of resources.
  • Improve the design and usage documentation: https://gateway-api.f5se.io/
  • Optimize the resource synchronization mode at startup time for deployment integrity.
  • Update the f5-bigip-rest dependency for better deployments.

Full Changelog: https://github.com/f5devcentral/bigip-kubernetes-gateway/compare/v0.0.1...v0.0.2

Release v0.0.1

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.0.1-20221115

Deployment Reference:

https://gateway-api.f5se.io/deploy/installation/

Release Notes:

DevOps and Monitoring Support

  • Supports full DevOps capabilities, providing all YAML files for installation and deployment.
  • Supports integration with Prometheus to capture controller performance data
  • Basic automated testing capabilities.

Feature Support

  • Supports the ability to deliver and configure resources: gateway httproute and service deployment, to BIG-IP.
  • Supports resource specs:
  • gatewayclass: not support
  • gateway:
    • listeners:name port protocol
    • addresses:value
  • httproute
    • parentRefs
    • hostnames
    • rules
    • matches: method header path queryParams
    • filters: RequestHeaderModifier RequestRedirect ExtensionRef
    • backendRefs: partial, only one backend supported
  • Supports service types: NodePort ClusterIP.
  • Supports for CNI flannel and calico networks.

Last update: April 11, 2023 13:18:27
Created: November 20, 2022 11:45:55