File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,13 @@ docker_test_lint:
76
76
/usr/local/bin/test_lint.sh
77
77
78
78
# Generate documentation
79
- # Removed `display` for https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/3140
80
79
.PHONY : docker_generate_docs
81
80
docker_generate_docs :
82
81
$(DOCKER_BIN ) run --rm -it \
83
82
-e ENABLE_BPMETADATA=1 \
84
83
-v " $( CURDIR) " :/workspace \
85
84
$(REGISTRY_URL ) /${DOCKER_IMAGE_DEVELOPER_TOOLS} :${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
86
- /bin/bash -c ' source /usr/local/bin/task_helper_functions.sh && generate_docs --per-module-requirements'
85
+ /bin/bash -c ' source /usr/local/bin/task_helper_functions.sh && generate_docs -d - -per-module-requirements'
87
86
88
87
# Generate files from autogen
89
88
.PHONY : docker_generate_modules
Original file line number Diff line number Diff line change @@ -403,9 +403,9 @@ spec:
403
403
roles :
404
404
- level : Project
405
405
roles :
406
+ - roles/compute.admin
406
407
- roles/container.admin
407
408
- roles/iam.serviceAccountUser
408
- - roles/compute.admin
409
409
services :
410
410
- compute.googleapis.com
411
411
- container.googleapis.com
Original file line number Diff line number Diff line change @@ -1008,9 +1008,9 @@ spec:
1008
1008
roles :
1009
1009
- level : Project
1010
1010
roles :
1011
+ - roles/iam.serviceAccountUser
1011
1012
- roles/compute.admin
1012
1013
- roles/container.admin
1013
- - roles/iam.serviceAccountUser
1014
1014
services :
1015
1015
- compute.googleapis.com
1016
1016
- container.googleapis.com
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ require (
111
111
github.com/tidwall/pretty v1.2.1 // indirect
112
112
github.com/tidwall/sjson v1.2.5 // indirect
113
113
github.com/tmccombs/hcl2json v0.6.4 // indirect
114
- github.com/ulikunitz/xz v0.5.11 // indirect
114
+ github.com/ulikunitz/xz v0.5.14 // indirect
115
115
github.com/urfave/cli/v2 v2.25.7 // indirect
116
116
github.com/x448/float16 v0.8.4 // indirect
117
117
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
251
251
github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
252
252
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
253
253
github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
254
- github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8 =
255
- github.com/ulikunitz/xz v0.5.11 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
254
+ github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg =
255
+ github.com/ulikunitz/xz v0.5.14 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
256
256
github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs =
257
257
github.com/urfave/cli/v2 v2.25.7 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
258
258
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
You can’t perform that action at this time.
0 commit comments