Skip to content

Commit

Permalink
Revert "Upgrade hab and hab-sup version (#8730)"
Browse files Browse the repository at this point in the history
This reverts commit 0536196.
  • Loading branch information
punitmundra authored Jan 6, 2025
1 parent d75f204 commit 2671196
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .expeditor/create-manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ def parse_products_meta_file(path)
# components/automate-deployment/habitat/plan.sh
#
# WARNING: These pins are managed by .expeditor/update_habitat.sh.
pins["hab"] = { "origin" => "core", "name" => "hab", "version" => "1.6.1243", "release" => "20241227194506"}
pins["hab-sup"] = { "origin" => "core", "name" => "hab-sup", "version" => "1.6.1243", "release" => "20241227202250"}
pins["hab"] = { "origin" => "core", "name" => "hab", "version" => "1.6.1205", "release" => "20241107140309"}
pins["hab-sup"] = { "origin" => "core", "name" => "hab-sup", "version" => "1.6.1205", "release" => "20241107150331"}
pins["hab-launcher"] = { "origin" => "core", "name" => "hab-launcher", "version" => "16260", "release" => "20220603161305"}
end

Expand Down
2 changes: 1 addition & 1 deletion .studiorc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

export HAB_ORIGIN=${HAB_ORIGIN:-chef}
# Bring studio-common to life
RECOMMENDED_HAB_VERSION="1.6.1243"
RECOMMENDED_HAB_VERSION="1.6.1205"

GOLANGCILINTVERSION=1.60.1

Expand Down
2 changes: 1 addition & 1 deletion components/automate-cluster-ctl/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pkg_deps=(
core/make
core/curl
core/terraform1
core/hab/1.6.1243/20241227194506
core/hab/1.6.1205/20241107140309
core/openssl/1.0.2zi
core/rsync

Expand Down
2 changes: 1 addition & 1 deletion components/automate-deployment/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pkg_deps=(
# runtime by Habitat.
#
# IF YOU UPDATE THIS PIN YOU MUST ALSO UPDATE .expeditor/create-manifest.rb
core/hab/1.6.1243/20241227194506
core/hab/1.6.1205/20241107140309
core/net-tools
core/procps-ng
core/util-linux
Expand Down

0 comments on commit 2671196

Please sign in to comment.