Skip to content

Commit c9aa773

Browse files
clarkxuyangRelease Workflow
andauthored
xuy-UID2-6255-gcp-deployment-failure (#2117)
* xuy-UID2-6255-gcp-deployment-failure * [CI Pipeline] Released Snapshot version: 5.60.20-alpha-520-SNAPSHOT --------- Co-authored-by: Release Workflow <[email protected]>
1 parent c96fb66 commit c9aa773

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.60.19</version>
9+
<version>5.60.20-alpha-520-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

scripts/gcp-oidc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "tee.launch_policy.log_redirect"="always"
88
RUN apk update && apk add --no-cache jq python3 py3-pip && \
99
python3 -m venv /venv && \
1010
. /venv/bin/activate && \
11-
pip install --no-cache-dir google-cloud-secret-manager google-auth google-api-core && \
11+
pip install --no-cache-dir google-cloud-secret-manager google-auth google-api-core packaging && \
1212
rm -rf /var/cache/apk/*
1313

1414
WORKDIR /app

scripts/gcp-oidc/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
google-cloud-secret-manager>=2.16.0
2+
google-auth>=2.17.0
3+
google-api-core>=2.11.0
4+
packaging>=21.0

0 commit comments

Comments
 (0)