You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imageTalosBundleCmd.PersistentFlags().BoolVar(&imageTalosBundleCmdFlags.overlays, "overlays", true, "Include images that belong to Talos overlays")
652
672
imageTalosBundleCmd.PersistentFlags().BoolVar(&imageTalosBundleCmdFlags.extensions, "extensions", true, "Include images that belong to Talos extensions")
imageCacheCreateCmd.PersistentFlags().StringVar(&imageCacheCreateCmdFlags.imageCachePath, "image-cache-path", "", "directory to save the image cache in OCI format")
Copy file name to clipboardExpand all lines: hack/release.toml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,12 @@ The switch and inventory backfill is automatic and no action is needed from the
101
101
description = """\
102
102
The `talosctl images talos-bundle` command now accepts optional `--ovelays` and `--extensions` flags.
103
103
If those are set to `false`, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions.
104
+
"""
105
+
106
+
[notes.images_k8s_bundle]
107
+
title = "Talosctl images k8s-bundle subcommand accepts version parameter"
108
+
description = """\
109
+
The `talosctl images k8s-bundle` command now accepts an optional version overrides arguments.
0 commit comments