v3.3.0
2019年10月24日
Many of the PRs since the last vrelease were around restructuring the sigs.k8s.io/kustomize repository into three Go modules instead of just one.
The tl;dr is that the top level module now defines the kustomize Go API, and the kustomize CLI sits below it in an independent module .
The modules release independently, though in practice a new release of the kustomize Go API will likely be followed quickly by a new release of the executable.
The kustomize CLI will see the same kustomize Go API as any other client.
The new semver-able API will begin with (not yet released) and be a clean break with etc.