Skip to content

Release v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 17:16
bd819c7

v0.0.4

Supported Kubernetes versions:

  • v1.24.0
  • v1.23.0
  • v1.22.0
  • v1.21.0

Changes

New Examples

  • CustomResourceDefinition/custom-resource-definition.yaml
  • Istio/DestinationRule/circuit-breaker.yaml
  • Istio/DestinationRule/connection-pool-settings.yaml
  • Istio/DestinationRule/load-balance.yaml
  • Istio/DestinationRule/sticky-sessions.yaml
  • Istio/DestinationRule/subsets.yaml
  • Istio/DestinationRule/tls.yaml
  • Istio/VirtualService/delay-injection.yaml
  • Istio/VirtualService/error-injection.yaml
  • Istio/VirtualService/header-manipulation.yaml
  • Istio/VirtualService/identity.yaml
  • Istio/VirtualService/layer-7-routing.yaml
  • Istio/VirtualService/redirect-rewrite.yaml
  • Istio/VirtualService/retry.yaml
  • Istio/VirtualService/timeout.yaml
  • Istio/VirtualService/traffic-split.yaml

Updated Examples

  • CronJob/simple.yaml
  • Endpoints/endpoint-slice.yaml
  • Ingress/fanout.yaml
  • Ingress/ingress-class.yaml
  • Ingress/ingress.yaml
  • Ingress/nohost.yaml
  • Ingress/rewrite.yaml
  • Ingress/tls.yaml
  • Ingress/virtualhosting.yaml
  • Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml
  • PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml
  • PodDisruptionBudget/pod-disruption-budget-min-available.yaml
  • PodSecurityPolicy/Ingress/simple.yaml
  • PodSecurityPolicy/restricted.yaml
  • Service/Pod.spec.subdomain/subdomain.yaml

Removed Examples

  • PodPreset/pod-preset.yaml
  • Service/spec.topologyKeys/fallback.yaml

Other Changes

  • Updated list of supported Kubernetes versions
  • Replaced kubeval with kubeconform for CI tests