Skip to content

[Automated] Update minikube CLI Options#2424

Open
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-minikube
Open

[Automated] Update minikube CLI Options#2424
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-minikube

Conversation

@thomhurst
Copy link
Owner

Summary

This PR contains automatically generated updates to minikube CLI options classes.

The generator scraped the latest CLI help output from the installed tool.

Changes

  • Updated options classes to reflect latest CLI documentation
  • Added new commands if any were detected
  • Updated option types and descriptions

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Feb 22, 2026
@thomhurst thomhurst enabled auto-merge (squash) February 22, 2026 03:30
@thomhurst thomhurst force-pushed the automated/update-cli-options-minikube branch from 47a5033 to 57b3b07 Compare March 1, 2026 03:13
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is an automated PR generated by the ModularPipelines.OptionsGenerator tool, containing two changes:

  1. AssemblyInfo.Generated.cs - Bumps the GeneratedAt timestamp from 2026-02-15T03:13:50Z to 2026-03-01T03:12:17Z.
  2. MinikubeStartOptions.Generated.cs - Updates the XML doc comment for the KubernetesVersion property to reference v1.35.1 instead of v1.35.0 for both stable and latest aliases.

Summary

Both files carry the // <auto-generated> / [ExcludeFromCodeCoverage] markers and are explicitly documented as outputs of the generator — no manual edits should be made to them. The changes are exactly what is expected from a routine regeneration run.


What Changed and Why It Is Correct

Kubernetes version bump in the doc comment

// Before
/// The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.35.0, 'latest' for v1.35.0). Defaults to 'stable'.

// After
/// The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.35.1, 'latest' for v1.35.1). Defaults to 'stable'.

This faithfully mirrors the upstream minikube CLI help text, which was updated to point to Kubernetes v1.35.1 as the current stable/latest release. The generator scraped the installed tool and reproduced the output verbatim — the expected behaviour.

Timestamp bump

The GeneratedAt metadata attribute is solely informational (it lets consumers know when the file was last regenerated). Updating it to the current run time is correct and keeps the attribute meaningful.


No Issues Found

The diff is minimal, machine-produced, and accurate:

  • No hand-written code is touched.
  • The semantic change (v1.35.0 -> v1.35.1) is confined to a documentation string only; it does not affect any runtime behaviour, CLI flag names, or option types.
  • The PR template confirms the solution builds successfully.
  • Auto-merge is already enabled, which is appropriate for automated dependency-update PRs of this nature.

The changes are safe to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant