Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade hab and hab-sup version #8730

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1205", "release" => "20241107140309"}
pins["hab-sup"] = { "origin" => "core", "name" => "hab-sup", "version" => "1.6.1205", "release" => "20241107150331"}
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-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.1205"
RECOMMENDED_HAB_VERSION="1.6.1243"

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.1205/20241107140309
core/hab/1.6.1243/20241227194506
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.1205/20241107140309
core/hab/1.6.1243/20241227194506
core/net-tools
core/procps-ng
core/util-linux
Expand Down
Loading