Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@helayoty helayoty released this 14 Jan 21:44
· 45 commits to main since this release
246c21e

v0.1.0 - 2022-01-14

Features 🌈

  • add v1alpha1 PlacementPolicy (#4)
  • implement filter and score (#23)

Continuous Integration πŸ’œ

  • add makefile and github workflow for test (#9)
  • generate clientset, informers, listers and add framework (#13)
  • add workflow for publishing the image (#32)
  • add workflow for publishing helm charts (#37)
  • update manifest and helm charts for v0.1.0 (#39)

Documentation πŸ“˜

  • add initial readme with install steps (#34)
  • add demo documentation (#38)

Testing πŸ’š

  • e2e testing framework (#12)
  • add integration tests (#16)
  • add e2e test scenarios (#21)
  • add validation tests to the current integration test (#27)

Helm πŸ“ˆ

  • add helm chart for placement policy scheduler plugin (#19)

Security Fix πŸ›‘οΈ

Maintenance πŸ”§

  • use wait instead of sleep in tests (#22)
  • fix image name in kube-scheduler-configuration.yml (#35)

Code Refactoring πŸ’Ž

  • e2e framework (#17)