v0.8.0 What's Changed * Doc updates for 0.7 [main branch] by @danielvegamyhre in https://github.com/kubernetes-sigs/jobset/pull/692 * Bump the kubernetes group with 7 updates by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/693 * Image support multi-arch by @phuhung273 in https://github.com/kubernetes-sigs/jobset/pull/694 * Use meta api native condition status by @tenzen-y in https://github.com/kubernetes-sigs/jobset/pull/695 * Introduce Go std slices and maps lib by @tenzen-y in https://github.com/kubernetes-sigs/jobset/pull/696 * Remove duplicated condition judgement by @tenzen-y in https://github.com/kubernetes-sigs/jobset/pull/697 * Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/700 * Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/699 * Add Coordinator concept by @avrittrohwer in https://github.com/kubernetes-sigs/jobset/pull/702 * Bump github.com/open-policy-agent/cert-controller from 0.11.0 to 0.12.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/704 * Propagate schedulingGates set on PodTemplate when resuming JobSet by @mimowo in https://github.com/kubernetes-sigs/jobset/pull/705 * Update docs for release v0.7.1 by @ahg-g in https://github.com/kubernetes-sigs/jobset/pull/712 * Bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.4.3 in the kubernetes group across 1 directory by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/710 * Bump the kubernetes group with 7 updates by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/714 * Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/716 * fix wget failure to resolve relative paths by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/718 * Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/715 * Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/717 * Allow for one to install jobset in a different namespace by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/719 * Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 in the kubernetes group by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/725 * Remove kube-rbac-proxy by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/722 * use component config for default installation by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/724 * Update documents to point to v0.7.2 by @ahg-g in https://github.com/kubernetes-sigs/jobset/pull/732 * fix docker warnings by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/727 * upgrade python dependencies for sdk by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/728 * KEP-672: Serial Job Execution with DependsOn API by @andreyvelich in https://github.com/kubernetes-sigs/jobset/pull/680 * Bump the kubernetes group with 7 updates by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/733 * Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/734 * update golang net to 0.33 to satisfy security alerts by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/735 * Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/739 * Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/741 * Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/742 * Bump braces from 3.0.2 to 3.0.3 in /site by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/744 * update k8s to 0.32 apis by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/738 * Propagate job labels and annotations by @imreddy13 in https://github.com/kubernetes-sigs/jobset/pull/737 * disable http/2 for metrics server by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/745 * Minimize the number of unnecessary logs that get emitted by @imreddy13 in https://github.com/kubernetes-sigs/jobset/pull/746 * inject namespace in case we want to test against non standard deployment by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/749 * fix security warnings in client go code by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/743 * Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 in the kubernetes group by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/750 * Remove Namespace from the JobSet Config by @andreyvelich in https://github.com/kubernetes-sigs/jobset/pull/752 * Turn off internal cert management via config by @ardaguclu in https://github.com/kubernetes-sigs/jobset/pull/755 * update gen-sdk.sh to generate sdk using docker container by @epicseven-cup in https://github.com/kubernetes-sigs/jobset/pull/681 * Use config metrics binding address if flag is not set by @ardaguclu in https://github.com/kubernetes-sigs/jobset/pull/756 * Bump the kubernetes group with 7 updates by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/759 * Self nominate Kevin Hannon for approval rights by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/758 * copy all files in project rather than piece by piece by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/765 * add go mod download to Dockerfile by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/769 * update python sdk files with latest changes by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/770 * Bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 in the kubernetes group by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/772 * KEP-672: Implement the DependsOn API by @andreyvelich in https://github.com/kubernetes-sigs/jobset/pull/740 * Set user agent for requests coming from the jobset controller to "jobset" by @imreddy13 in https://github.com/kubernetes-sigs/jobset/pull/775 * Updating the documentation for Pod DNS and underlying headless service. by @raushan2016 in https://github.com/kubernetes-sigs/jobset/pull/779 * Remove the Configuration API as a CRD by @ahg-g in https://github.com/kubernetes-sigs/jobset/pull/781 * Set image tag and commit version at build time by @ahg-g in https://github.com/kubernetes-sigs/jobset/pull/780 * Increase memory limit and remove cpu limit for the default deployment by @priyanshikhetwani in https://github.com/kubernetes-sigs/jobset/pull/783 * Add missing external types to apply configurations by @astefanutti in https://github.com/kubernetes-sigs/jobset/pull/782 * Bump the kubernetes group with 7 updates by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/784 * feature: add Helm chart for jobset by @ChenYi015 in https://github.com/kubernetes-sigs/jobset/pull/785 * helm: disable Promethues metrics exporting by default by @ChenYi015 in https://github.com/kubernetes-sigs/jobset/pull/789 * Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/794 * add make file targets for helm by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/792 * Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in https://github.com/kubernetes-sigs/jobset/pull/795 * Fix helm chart push but disable it from cloud build for testing by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/798 * enable helm chart push for cloudbuild for postsubmit by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/799 * add gotoolchain and update cloudbuild name by @kannon92 in https://github.com/kubernetes-sigs/jobset/pull/800 New Contributors * @phuhung273 made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/694 * @avrittrohwer made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/702 * @andreyvelich made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/680 * @imreddy13 made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/737 * @ardaguclu made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/755 * @epicseven-cup made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/681 * @raushan2016 made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/779 * @priyanshikhetwani made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/783 * @astefanutti made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/782 * @ChenYi015 made their first contribution in https://github.com/kubernetes-sigs/jobset/pull/785 **Full Changelog**: https://github.com/kubernetes-sigs/jobset/compare/v0.7.0...v0.8.0