Skip to content

v3.7.0

Compare
Choose a tag to compare
@camilamacedo86 camilamacedo86 released this 20 Sep 17:21
3bfc84e

changes since v3.6.0

✨ New Features

  • add options and guidance to provide solutions for other platforms and within multiple architecture support (#2906)
  • (go/v3, go/v4-alpha and declarative/v1): Update k8s deps by upgrading controller-runtime from v0.12.2 to 0.13.0 and kubebuilder-declarative-pattern from fe5be9431eae158f86f9de23000a9a2ec06745fc to e0605f0e1a40f97293cb3773f57de695c8bc76af (#2920)
  • add support to go 1.19 (#2922)
  • Update envtest version (1.24.2 -> 1.25.0) (#2919)
  • Experimental practice to scaffold dashboard manifest for custom metrics (#2858)
  • Allow template to change parser delimiters (#2891)
  • (kustomize/v1 and kustomize/v2-alpha): add labels on the manifests following the k8s recommendations (#2800)
  • feat(envtest): checkout k8s binaries to explicit location (#2896)
  • Add varshaprasad96 to reviewers (#2894)
  • deploy-image/v1-alpha: add check for status conditions added to the custom resource (#2861)
  • deploy-image/v1-alpha: add a todo comment for users stating envtest limitations (#2859)

🐛 Bug Fixes

  • (makefile): make kustomize does not show curl error output (#2873)
  • Add external plugin arg filter funcs and add filters for "--group", "--version", "--kind" (#2872)
  • "Application Support" whitespace for mac plugins (#2863)

Thanks to all our contributors! 🎉

New Contributors