Skip to content

Commit

Permalink
Updated with 15.9.14 before release testing
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <[email protected]>
  • Loading branch information
jashaik committed Dec 5, 2023
1 parent 205ff20 commit 9e6a2d8
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="15.9.12"
pkg_version="15.9.14"
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/15.9.12/20231127093445"
"${vendor_origin}/bookshelf/15.9.14/20231205125634"
)

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="15.9.12"
pkg_version="15.9.14"
pkg_deps=(
core/coreutils
chef/mlsa
Expand All @@ -21,8 +21,8 @@ pkg_deps=(
core/curl
core/ruby27
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/chef-server-nginx/15.9.12/20231127094028"
"${vendor_origin}/chef-server-ctl/15.9.12/20231127093445"
"${vendor_origin}/chef-server-nginx/15.9.14/20231205130147"
"${vendor_origin}/chef-server-ctl/15.9.14/20231205125634"
)

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="15.9.12"
pkg_version="15.9.14"
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/15.9.12/20231127093445"
"${vendor_origin}/oc_bifrost/15.9.14/20231205125634"
)

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="15.9.12"
pkg_version="15.9.14"
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/15.9.12/20231127093445"
"${vendor_origin}/oc_erchef/15.9.14/20231205125641"
)

pkg_build_deps=(
Expand Down

0 comments on commit 9e6a2d8

Please sign in to comment.