Update jobset Docker tag to v0.12.0 #205

Open
renovate-bot wants to merge 1 commits from renovate/jobset-0.x into main
Member

This PR contains the following updates:

Package Update Change
jobset minor 0.11.10.12.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/jobset (jobset)

v0.12.0

Compare Source

What's Changed

New Features

  • Elastic JobSets: Pod-level scaling support (#​1179, @​aniket2405)
    • Implement elastic scaling at the Pod level for JobSets
  • Add restart actions RestartJob and RestartJobAndIgnoreMaxRestarts (#​1177, #​1191, @​GiuseppeTT)
    • New restart action types for finer-grained failure recovery control
    • KEP: Add restart actions KEP (#​1152, @​GiuseppeTT)
  • Add condition RestartingJobSet (#​1225, @​GiuseppeTT)
    • New condition to track when a JobSet is actively restarting
  • Add support for custom annotations in JobSet controller (#​1148, @​dabico)
    • Allow users to configure custom annotations on JobSet resources
  • Add sidecar container mode to the in-place restart agent (#​1140, @​GiuseppeTT)
    • Alternative deployment mode for the restart agent as a sidecar
  • Enable tlsMinVersion and tlsCipherSuites configuration in JobSet configuration (#​1127, @​kannon92)
    • Configurable TLS settings for the controller manager
  • Add patchStrategy markers to JobSet API for SMP (#​1185, @​andreyvelich)
    • Server-side apply / Structured Merge Patch support for API fields

Bug Fixes

Helm/Deployment

Documentation

Build/CI Improvements

Dependency Updates

  • Bump sigs.k8s.io/controller-runtime (multiple updates) (#​1158 @​andreyvelich, #​1183)
  • Bump the kubernetes group (multiple updates) (#​1174, #​1209)
  • Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.3 (#​1143, #​1222)
  • Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (#​1144)
  • Bump github.com/open-policy-agent/cert-controller from 0.15.0 to 0.16.0 (#​1190)
  • Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.43.0 (#​1173, #​1206)
  • Bump google.golang.org/grpc from 1.72.2 to 1.79.3 (#​1192)
  • Bump sigs.k8s.io/structured-merge-diff/v6 (#​1164)
  • Bump postcss from 8.5.6 to 8.5.13 in /site (#​1224)
  • Bump picomatch in /site (#​1201)

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/jobset/compare/v0.11.1...v0.12.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jobset](https://github.com/kubernetes-sigs/jobset) | minor | `0.11.1` → `0.12.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/94) for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/jobset (jobset)</summary> ### [`v0.12.0`](https://github.com/kubernetes-sigs/jobset/releases/tag/v0.12.0) [Compare Source](https://github.com/kubernetes-sigs/jobset/compare/v0.11.1...v0.12.0) #### What's Changed New Features - Elastic JobSets: Pod-level scaling support ([#&#8203;1179](https://github.com/kubernetes-sigs/jobset/issues/1179), [@&#8203;aniket2405](https://github.com/aniket2405)) - Implement elastic scaling at the Pod level for JobSets - Add restart actions `RestartJob` and `RestartJobAndIgnoreMaxRestarts` ([#&#8203;1177](https://github.com/kubernetes-sigs/jobset/issues/1177), [#&#8203;1191](https://github.com/kubernetes-sigs/jobset/issues/1191), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - New restart action types for finer-grained failure recovery control - KEP: Add restart actions KEP ([#&#8203;1152](https://github.com/kubernetes-sigs/jobset/issues/1152), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Add condition `RestartingJobSet` ([#&#8203;1225](https://github.com/kubernetes-sigs/jobset/issues/1225), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - New condition to track when a JobSet is actively restarting - Add support for custom annotations in JobSet controller ([#&#8203;1148](https://github.com/kubernetes-sigs/jobset/issues/1148), [@&#8203;dabico](https://github.com/dabico)) - Allow users to configure custom annotations on JobSet resources - Add sidecar container mode to the in-place restart agent ([#&#8203;1140](https://github.com/kubernetes-sigs/jobset/issues/1140), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Alternative deployment mode for the restart agent as a sidecar - Enable `tlsMinVersion` and `tlsCipherSuites` configuration in JobSet configuration ([#&#8203;1127](https://github.com/kubernetes-sigs/jobset/issues/1127), [@&#8203;kannon92](https://github.com/kannon92)) - Configurable TLS settings for the controller manager - Add `patchStrategy` markers to JobSet API for SMP ([#&#8203;1185](https://github.com/kubernetes-sigs/jobset/issues/1185), [@&#8203;andreyvelich](https://github.com/andreyvelich)) - Server-side apply / Structured Merge Patch support for API fields Bug Fixes - Fix admission webhook to return `Invalid` instead of `Forbidden` ([#&#8203;1207](https://github.com/kubernetes-sigs/jobset/issues/1207), [@&#8203;JerryHu1994](https://github.com/JerryHu1994)) - Trigger reconciliation if status update fails ([#&#8203;1194](https://github.com/kubernetes-sigs/jobset/issues/1194), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - List child Jobs by JobSet UID instead of JobSet name + namespace ([#&#8203;1167](https://github.com/kubernetes-sigs/jobset/issues/1167), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Filter out Pods that do not have the same owner reference ([#&#8203;1154](https://github.com/kubernetes-sigs/jobset/issues/1154), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Fix Helm installation command in docsite ([#&#8203;1142](https://github.com/kubernetes-sigs/jobset/issues/1142), [@&#8203;janekmichalik](https://github.com/janekmichalik)) - Add timeout for waiting for PVC to fight flakes ([#&#8203;1134](https://github.com/kubernetes-sigs/jobset/issues/1134), [@&#8203;kannon92](https://github.com/kannon92)) - Fix test: Check JobSet name before listing Jobs ([#&#8203;1163](https://github.com/kubernetes-sigs/jobset/issues/1163), [@&#8203;andreyvelich](https://github.com/andreyvelich)) - Fix PR [#&#8203;1195](https://github.com/kubernetes-sigs/jobset/issues/1195) ([#&#8203;1199](https://github.com/kubernetes-sigs/jobset/issues/1199), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) Helm/Deployment - Auto-generate Helm templates from kustomize using yaml-processor ([#&#8203;1166](https://github.com/kubernetes-sigs/jobset/issues/1166), [@&#8203;IrvingMg](https://github.com/IrvingMg)) - Update Helm chart maintainers to match real maintainers ([#&#8203;1156](https://github.com/kubernetes-sigs/jobset/issues/1156), [@&#8203;kannon92](https://github.com/kannon92)) - Align JobSet Webhooks with Controller-Runtime Conventions ([#&#8203;1159](https://github.com/kubernetes-sigs/jobset/issues/1159), [@&#8203;andreyvelich](https://github.com/andreyvelich)) Documentation - Add troubleshooting section: follower pod node selector not set ([#&#8203;1189](https://github.com/kubernetes-sigs/jobset/issues/1189), [@&#8203;0xlen](https://github.com/0xlen)) - Add KEP for Elastic JobSets ([#&#8203;1147](https://github.com/kubernetes-sigs/jobset/issues/1147), [@&#8203;aniket2405](https://github.com/aniket2405)) - Add deepwiki link for code overviews ([#&#8203;1214](https://github.com/kubernetes-sigs/jobset/issues/1214), [@&#8203;kannon92](https://github.com/kannon92)) - Add Copilot Instructions ([#&#8203;1161](https://github.com/kubernetes-sigs/jobset/issues/1161), [@&#8203;andreyvelich](https://github.com/andreyvelich)) - Create symlink for CLAUDE.md ([#&#8203;1160](https://github.com/kubernetes-sigs/jobset/issues/1160), [@&#8203;andreyvelich](https://github.com/andreyvelich)) - Fix TOC for KEP-262 ([#&#8203;1180](https://github.com/kubernetes-sigs/jobset/issues/1180), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Improve the issue template for releases ([#&#8203;1176](https://github.com/kubernetes-sigs/jobset/issues/1176), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Fix image ([#&#8203;1220](https://github.com/kubernetes-sigs/jobset/issues/1220), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) Build/CI Improvements - Update Kubernetes dependencies to 0.36.0 ([#&#8203;1212](https://github.com/kubernetes-sigs/jobset/issues/1212), [@&#8203;kannon92](https://github.com/kannon92)) - Update Golang to 1.26 ([#&#8203;1210](https://github.com/kubernetes-sigs/jobset/issues/1210), [@&#8203;kannon92](https://github.com/kannon92)) - Update to k8s 0.35.1 ([#&#8203;1151](https://github.com/kubernetes-sigs/jobset/issues/1151), [@&#8203;kannon92](https://github.com/kannon92)) - Bump version of golangci-lint ([#&#8203;1196](https://github.com/kubernetes-sigs/jobset/issues/1196), [@&#8203;GiuseppeTT](https://github.com/GiuseppeTT)) - Add more golangci-lint linters and fix misspellings ([#&#8203;1181](https://github.com/kubernetes-sigs/jobset/issues/1181), [@&#8203;kannon92](https://github.com/kannon92)) - Standardize copyright headers across all files ([#&#8203;1162](https://github.com/kubernetes-sigs/jobset/issues/1162), [@&#8203;IrvingMg](https://github.com/IrvingMg)) - Update release template test infra ([#&#8203;1131](https://github.com/kubernetes-sigs/jobset/issues/1131), [@&#8203;kannon92](https://github.com/kannon92)) Dependency Updates - Bump sigs.k8s.io/controller-runtime (multiple updates) ([#&#8203;1158](https://github.com/kubernetes-sigs/jobset/issues/1158) [@&#8203;andreyvelich](https://github.com/andreyvelich), [#&#8203;1183](https://github.com/kubernetes-sigs/jobset/issues/1183)) - Bump the kubernetes group (multiple updates) ([#&#8203;1174](https://github.com/kubernetes-sigs/jobset/issues/1174), [#&#8203;1209](https://github.com/kubernetes-sigs/jobset/issues/1209)) - Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.3 ([#&#8203;1143](https://github.com/kubernetes-sigs/jobset/issues/1143), [#&#8203;1222](https://github.com/kubernetes-sigs/jobset/issues/1222)) - Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 ([#&#8203;1144](https://github.com/kubernetes-sigs/jobset/issues/1144)) - Bump github.com/open-policy-agent/cert-controller from 0.15.0 to 0.16.0 ([#&#8203;1190](https://github.com/kubernetes-sigs/jobset/issues/1190)) - Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.43.0 ([#&#8203;1173](https://github.com/kubernetes-sigs/jobset/issues/1173), [#&#8203;1206](https://github.com/kubernetes-sigs/jobset/issues/1206)) - Bump google.golang.org/grpc from 1.72.2 to 1.79.3 ([#&#8203;1192](https://github.com/kubernetes-sigs/jobset/issues/1192)) - Bump sigs.k8s.io/structured-merge-diff/v6 ([#&#8203;1164](https://github.com/kubernetes-sigs/jobset/issues/1164)) - Bump postcss from 8.5.6 to 8.5.13 in /site ([#&#8203;1224](https://github.com/kubernetes-sigs/jobset/issues/1224)) - Bump picomatch in /site ([#&#8203;1201](https://github.com/kubernetes-sigs/jobset/issues/1201)) #### New Contributors - [@&#8203;janekmichalik](https://github.com/janekmichalik) made their first contribution in [#&#8203;1142](https://github.com/kubernetes-sigs/jobset/pull/1142) - [@&#8203;dabico](https://github.com/dabico) made their first contribution in [#&#8203;1148](https://github.com/kubernetes-sigs/jobset/pull/1148) - [@&#8203;IrvingMg](https://github.com/IrvingMg) made their first contribution in [#&#8203;1162](https://github.com/kubernetes-sigs/jobset/pull/1162) - [@&#8203;aniket2405](https://github.com/aniket2405) made their first contribution in [#&#8203;1147](https://github.com/kubernetes-sigs/jobset/pull/1147) - [@&#8203;0xlen](https://github.com/0xlen) made their first contribution in [#&#8203;1189](https://github.com/kubernetes-sigs/jobset/pull/1189) - [@&#8203;JerryHu1994](https://github.com/JerryHu1994) made their first contribution in [#&#8203;1207](https://github.com/kubernetes-sigs/jobset/pull/1207) **Full Changelog**: <https://github.com/kubernetes-sigs/jobset/compare/v0.11.1...v0.12.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-05-17 00:06:08 +00:00
Update jobset Docker tag to v0.12.0
renovate/stability-days Updates have not met minimum release age requirement
1952f546b5
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jobset-0.x:renovate/jobset-0.x
git checkout renovate/jobset-0.x
Sign in to join this conversation.