Skip to content

v0.3.7

Compare
Choose a tag to compare
@wangli1030 wangli1030 released this 11 Aug 12:20
· 188 commits to master since this release
5b4129a

Upgrade dependencies

  • Upgrade Helm from 3.5.2 to 3.6.1.
  • Upgrade helm controller from 0.10.1 to 0.11.2
  • Upgrade source controller from 0.12.2 to 0.15.4

Add pod-priority-preemption #215

Add Observed Generation under Conditions. #226

It solved issue #209. You could easily know whether the status of addonlayer is the latest or not, also could be used in kubectl wait command.

Use local docker image for pre-release integration test #225

The workflow has been changed for pre-release integration test. When a PR created, the integration test will leverage local docker image instead of pushing image to Docker Hub and download it. It solved the issue when the PR comes from a forked project and cannot access the Docker Hub secret.