Skip to content

Commit

Permalink
updated chef-server version to 15.9.12.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 1, 2023
1 parent f431d96 commit bc69b5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions components/automate-cs-bookshelf/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkg_name="automate-cs-bookshelf"
pkg_description="Wrapper package for chef/bookshelf"
pkg_origin="chef"
# WARNING: Version managed by .expeditor/update_chef_server.sh
pkg_version="14.15.10"
pkg_version="15.9.12"
vendor_origin="chef"
pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
Expand All @@ -16,7 +16,7 @@ pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/bookshelf/14.15.10/20220516074336"
"${vendor_origin}/bookshelf/15.9.12/20231127093445"
)

pkg_binds=(
Expand Down
6 changes: 3 additions & 3 deletions components/automate-cs-nginx/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vendor_origin="chef"
pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=('Chef-MLSA')
# WARNING: Version managed by .expeditor/update_chef_server.sh
pkg_version="14.15.10"
pkg_version="15.9.12"
pkg_deps=(
core/coreutils
chef/mlsa
Expand All @@ -21,8 +21,8 @@ pkg_deps=(
core/curl/7.79.1/20220311121405
core/ruby27
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/chef-server-nginx/14.15.10/20220516084446"
"${vendor_origin}/chef-server-ctl/14.15.10/20220516082536"
"${vendor_origin}/chef-server-nginx/15.9.12/20231127094028"
"${vendor_origin}/chef-server-ctl/15.9.12/20231127093445"
)

pkg_bin_dirs=(bin)
Expand Down
4 changes: 2 additions & 2 deletions components/automate-cs-oc-bifrost/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkg_name="automate-cs-oc-bifrost"
pkg_description="Wrapper package for chef/oc_bifrost"
pkg_origin="chef"
# WARNING: Version managed by .expeditor/update_chef_server.sh
pkg_version="14.15.10"
pkg_version="15.9.12"
vendor_origin="chef"
pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
Expand All @@ -16,7 +16,7 @@ pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/oc_bifrost/14.15.10/20220516082214"
"${vendor_origin}/oc_bifrost/15.9.12/20231127093445"
)

pkg_binds=(
Expand Down
4 changes: 2 additions & 2 deletions components/automate-cs-oc-erchef/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkg_name="automate-cs-oc-erchef"
pkg_description="Wrapper package for chef/oc_erchef"
pkg_origin="chef"
# WARNING: Version managed by .expeditor/update_chef_server.sh
pkg_version="14.15.10"
pkg_version="15.9.12"
vendor_origin="chef"
pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
Expand All @@ -18,7 +18,7 @@ pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/oc_erchef/14.15.10/20220516074924"
"${vendor_origin}/oc_erchef/15.9.12/20231127093445"
)

pkg_build_deps=(
Expand Down

0 comments on commit bc69b5d

Please sign in to comment.