Skip to content

Commit

Permalink
Update to the latest builder (#4269)
Browse files Browse the repository at this point in the history
* Update to the latest builder

Highlights include:
* RBAC implementation
* You no longer have to be authenticated via the UI to be able to see public packages under a public origin.
* Multiple library and toolchain updates

Signed-off-by: Mark Anderson <mark@chef.io>

* updating the pin for builder-api to include a HTTP error message improvement

Signed-off-by: Jeremy J. Miller <jm@chef.io>

Co-authored-by: Jeremy J. Miller <jm@chef.io>
  • Loading branch information
2 people authored and Martin Scott committed Sep 3, 2020
1 parent 14d22ed commit 27427ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/automate-builder-api-proxy/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
# We need to pin here to get a build from unstable
"habitat/builder-api-proxy/8929/20200601120044"
"habitat/builder-api-proxy/8997/20200812161534"
)

pkg_build_deps=(
Expand Down
2 changes: 1 addition & 1 deletion components/automate-builder-api/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pkg_deps=(
core/bash
"${local_platform_tools_origin:-chef}/automate-platform-tools"
# We need to pin here to get a build from unstable
"habitat/builder-api/8966/20200702163723"
"habitat/builder-api/9034/20200827185135"
)

pkg_binds=(
Expand Down

0 comments on commit 27427ef

Please sign in to comment.