@@ -6,81 +6,4 @@ github_repo = "siderolabs/omni"
66match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
88pre_release = false
9- previous = " v1.1.0"
10-
11- [notes ]
12-
13- [notes .kubeconfig ]
14- title = " `kubeconfig` with `grant-type=authcode-keyboard`"
15- description = """ \
16- New configs generated with the latest Omni version and `authcode-keyboard`
17- enabled now work for `oidc-login` `v1.33+`.
18- See https://github.com/int128/kubelogin/pull/1263
19-
20- Newly generated configs won't work for `oidc-login` below `v1.33`. You can:
21- - keep using the old configs.
22- - generate the new configs and drop `oidc-redirect-url` param.
23- - update the `oidc-login` module.
24- """
25-
26- [notes .user-consent-form-for-userpilot ]
27- title = " User Consent Form for Userpilot"
28- description = """ \
29- Added a user consent form for Userpilot to allow opting in/out for data collection.
30- """
31-
32- [notes .join-config-by-token-name ]
33- title = " Generate Join Config for a Specific Join Token"
34- description = """ \
35- Added the ability to generate a join configuration for a specific join token.
36- """
37-
38- [notes .copy-visual-feedback ]
39- title = " Visual Feedback on Copy"
40- description = """ \
41- Added visual feedback when copying text to the clipboard.
42- """
43-
44- [notes .oidc-auth-support ]
45- title = " OIDC Authentication Support"
46- description = """ \
47- Added support for OIDC authentication in Omni.
48- """
49-
50- [notes .machines-page-redesign ]
51- title = " Redesigned Machine List Page"
52- description = """ \
53- The Machines list page has been redesigned to provide a better user experience.
54- """
55-
56- [notes .cluster-locking ]
57- title = " Cluster Locking"
58- description = """ \
59- Cluster locking is a feature that pauses/disables all cluster related operations on a cluster.
60- """
61-
62- [notes .toast-messages ]
63- title = " Toast Messages"
64- description = """ \
65- Replaced the notification banner feature with toast messages.
66- """
67-
68- [notes .userpilot-reporting ]
69- title = " Userpilot Reporting Integration"
70- description = """ \
71- Integrated Userpilot reporting to help track user interactions.
72- """
73-
74- [notes .new-metrics ]
75- title = " New exported metrics for cluster features and machine details"
76- description = """ \
77- New prometheus metrics are added for:
78- - Enabled cluster features: disk encryption, embedded discovery service, workload proxying.
79- - Machines' platforms, their secure boot status and whether they were booted with UKI.
80- """
81-
82- [notes .minimum-talos-version ]
83- title = " Minimum Talos version for new clusters"
84- description = """ \
85- The minimum Talos version required to create new clusters has been raised to v1.6.0.
86- """
9+ previous = " v1.2.0"
0 commit comments