diff --git a/profile/config.go b/profile/config.go index d819cbe6..617e51e7 100644 --- a/profile/config.go +++ b/profile/config.go @@ -521,7 +521,7 @@ Current Features: Please note that if you are using the system resolver, bypass attempts might be additionally blocked there too.`, OptType: config.OptTypeInt, ExpertiseLevel: config.ExpertiseLevelUser, - ReleaseLevel: config.ReleaseLevelBeta, + ReleaseLevel: config.ReleaseLevelStable, DefaultValue: status.SecurityLevelsAll, PossibleValues: status.SecurityLevelValues, Annotations: config.Annotations{ diff --git a/updates/config.go b/updates/config.go index 2907b89c..f4aec988 100644 --- a/updates/config.go +++ b/updates/config.go @@ -59,12 +59,6 @@ func registerConfig() error { Description: "Dangerous development releases for testing random things and experimenting. Only use temporarily and when instructed.", Value: helper.ReleaseChannelStaging, }, - // TODO: Remove as soon as everyone has switched away. - { - Name: "Special (Deprecated!)", - Description: "This channel has been deprecated. If selected, the Stable channel will be used instead.", - Value: "special", - }, }, Annotations: config.Annotations{ config.DisplayOrderAnnotation: -4,