Skip to content

Commit

Permalink
Patch 6.0.1 - Update quickstart demo deployer
Browse files Browse the repository at this point in the history
Updates quickstart demo deployer permissions to work with some projects
with legacy cloud build accounts.

Also fixes CATGAP Python library vulnerabilities.
  • Loading branch information
TXZebra committed Oct 21, 2024
1 parent 4545077 commit c6554b4
Show file tree
Hide file tree
Showing 7 changed files with 2,147 additions and 1,886 deletions.
486 changes: 246 additions & 240 deletions requirements.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/k9/src/catgap/catgap_pipeline/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ google-api-python-client==2.80.*
--index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.org/simple
torch==1.13.*
sentence-transformers==2.2.*
numpy==1.24.* # some customers still using 1.*
1,355 changes: 703 additions & 652 deletions src/k9/src/catgap/catgap_pipeline/requirements.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/k9/src/catgap/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apache-beam[gcp]~=2.53.0
pyarrow>=14.0.1
numpy==1.24.* # some customers still using 1.*
1,845 changes: 1,011 additions & 834 deletions src/k9/src/catgap/requirements.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/utils/interactive/apply_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
SOURCE_PROJECT_APIS = ["cloudresourcemanager", "storage-component",
"bigquery", "cloudbuild"]
TARGET_PROJECT_APIS = ["storage-component", "bigquery"]
PROJECT_ROLES = ["roles/bigquery.user"]
PROJECT_ROLES = ["roles/bigquery.user", "roles/cloudbuild.builds.builder",
"roles/iam.serviceAccountUser"]



Expand Down
342 changes: 183 additions & 159 deletions src/utils/interactive/requirements.txt

Large diffs are not rendered by default.

0 comments on commit c6554b4

Please sign in to comment.