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

HNC v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adrianludwin adrianludwin released this 17 Jan 00:39
· 1768 commits to master since this release
c55f6fa

Major changes since v0.1.0:

  • All artifacts are now built securely on Cloud Build
    • Previously, only the Docker image was built on Cloud Build.
  • Changes to kubectl plugin:
    • Name has changed from hnc to hierarchical-namespaces or hns
    • Self-service namespaces are now created via kubectl hnc create child -n parent
  • Problems propagated objects are now reported in the hierarchy configs' statuses rather than being ignored
  • We rewrote the object controller for better scalability and control.

Known issues:

  • Conditions due to object propagations may not be cleared when they should in some cases (#328)
  • Objects deleted from a namespace that's affected by a condition may not be deleted from descendent namespaces when the condition is cleared (#347)