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

v1.2.0

Latest
Compare
Choose a tag to compare
@Jeffwan Jeffwan released this 20 Nov 19:58
· 22 commits to master since this release
bc038f9

Changelog

Features and improvements

  • Add intelligent kustomize sorting in apply and delete (#386, @Jeffwan)
  • Create a kustomize function to set the gateway on virtual services. (#390, @jlewi)
  • Turn the remove-namespace kustomize function into a proper function. (#388, @jlewi)
  • Add v1.1.0 operator csv and update package.yaml (#383, @adrian555)
  • Adapt to v3 manifest for aws (#378, @Jeffwan)
  • Add Support for AWS Dex Basic-Authentication (#357, @PatrickXYS)
  • handle generator with envs (#356, @adrian555)
  • pretty print log messages IAM policy (#327, @Anamika28)

Bug Fixes

Tests

  • Test against k8s python-client version 12.0 (#432, @PatrickXYS)
  • Add E2E Test on AWS Kubeflow Shared Test-infra (#427, @PatrickXYS)
  • Check KFServing installation (#377, @jinchihe)
  • Add an explicit platform parameter to the kf_is_ready_test.py (#374, @jlewi)
  • Fix kf_is_ready_test (#372, @jlewi)
  • test: test_pipeline_is_ready - fix cache-deployer deployment name (#370, @Bobgy)
  • test(pipelines): update deployment list for test_pipeline_is_ready (#369, @Bobgy)
  • Fix the IAP endpoint_ready_test (#368, @jlewi)
  • Update kf_is_ready_test.py to work with GCP blueprints (#355, @jlewi)
  • Update endpoint_ready_test for blueprints (#354, @jlewi)
  • test: remove metadata UI/server readiness test (#440, @Bobgy)
  • Remove autoscaler-hpa knative deployment check (#439, @pvaneck)
  • Add daemonset status check support (#434, @PatrickXYS)

Misc

Doc