Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 860 Bytes

Changelog

All notable changes to this project will be documented in this file.

Table of Contents


2.0.3

  • test with latest version of Kubernetes and update to Go 1.21
  • update e2e tests with latest version of EKS and GKE and Calico CNI

2.0.2

  • integrate e2e tests with network policies
  • fix a bug in udp testing

2.0.1

  • fix release naming

2.0.0

  • complete rewrite of the tool in Go, with unit and integration tests
  • leverages the ephemeral container support in Kubernetes > v1.25
  • test case(s) are written in YAML
  • support for Pods, StatefulSets, DaemonSets and Deployments which are directly referred through their names in the test suites
  • artifacts are available for download

0.1.0

  • initial release
  • no artifacts available