diff --git a/.expeditor/build.habitat.yml b/.expeditor/build.habitat.yml index 250593e694..d38bcabf30 100644 --- a/.expeditor/build.habitat.yml +++ b/.expeditor/build.habitat.yml @@ -1,4 +1,17 @@ --- +env: + HAB_BLDR_CHANNEL: "LTS-2024" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" + HAB_FALLBACK_CHANNEL: "LTS-2024" origin: chef smart_build: false +studio_secrets: + HAB_BLDR_CHANNEL: + value: "LTS-2024" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: + value: "LTS-2024" + HAB_FALLBACK_CHANNEL: + value: "LTS-2024" + + diff --git a/.expeditor/config.yml b/.expeditor/config.yml index e0f372069b..aca47c4c84 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -129,3 +129,4 @@ artifact_channels: - unstable - current - stable + - LTS-2024 diff --git a/.expeditor/create_manifest.rb b/.expeditor/create_manifest.rb index 7a66319f45..fca0f56f58 100755 --- a/.expeditor/create_manifest.rb +++ b/.expeditor/create_manifest.rb @@ -26,7 +26,7 @@ def get_latest(channel, origin, name) def get_hab_deps_latest() ret = {} ["hab", "hab-sup", "hab-launcher"].each do |name| - d = get_latest("stable", "core", name) + d = get_latest("LTS-2024", "core", name) ret[name] = "#{d["origin"]}/#{d["name"]}/#{d["version"]}/#{d["release"]}" end ret diff --git a/.license_scout.yml b/.license_scout.yml index 519686d964..8bdb72a896 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -15,7 +15,7 @@ habitat: - origin: chef channel: unstable - origin: core - channel: stable + channel: LTS-2024 allowed_licenses: - Apache-1.0