From 5485a7df7a56bf107fc6defcaa41c78ccdc3a75e Mon Sep 17 00:00:00 2001 From: Jacob Jedlicka Date: Mon, 3 Jun 2024 10:30:25 -0700 Subject: [PATCH] Windows 11 Elective: Chef's WuFB Config Differential Revision: D57657372 fbshipit-source-id: 8847716116f18b484df7c98120e6eb0c9c9c6ec0 --- .../cpe_windows_update_for_business/libraries/helpers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb b/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb index 238e2df7..9f7b9989 100644 --- a/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb +++ b/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb @@ -63,6 +63,7 @@ def levels # Releases prior to 1803 do not recognize these registry settings and are # thus omitted. module ReleaseInformation + VERSION_23H2 = '23H2'.freeze VERSION_22H2 = '22H2'.freeze VERSION_21H2 = '21H2'.freeze VERSION_21H1 = '21H1'.freeze @@ -74,6 +75,7 @@ module ReleaseInformation def releases [ + VERSION_23H2, VERSION_22H2, VERSION_21H2, VERSION_21H1,