Skip to content

Commit

Permalink
Merge branch 'main' into renovate/busybox-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Dec 11, 2023
2 parents fbc7d40 + 53c680a commit bcf022c
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion helm-chart/templates/opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
readOnlyRootFilesystem: true
args:
- --config=/conf/collector-gateway-config.yaml
image: otel/opentelemetry-collector-contrib:0.89.0@sha256:995f17004231249d2c7d775849bf100b209508448919ca2077f8023ba49e3a95
image: otel/opentelemetry-collector-contrib:0.90.1@sha256:68e281e285f6ded5ec9da245ad68cd3cd963d5d55c329cf3fd3167ca7b51894a
volumeMounts:
- name: collector-gateway-config
mountPath: /conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
readOnlyRootFilesystem: true
args:
- --config=/conf/collector-gateway-config.yaml
image: otel/opentelemetry-collector-contrib:0.89.0@sha256:995f17004231249d2c7d775849bf100b209508448919ca2077f8023ba49e3a95
image: otel/opentelemetry-collector-contrib:0.90.1@sha256:68e281e285f6ded5ec9da245ad68cd3cd963d5d55c329cf3fd3167ca7b51894a
volumeMounts:
- name: collector-gateway-config
mountPath: /conf
Expand Down
4 changes: 2 additions & 2 deletions src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = 'Ad Service'
group = "adservice"
version = "0.1.0-SNAPSHOT"

def grpcVersion = "1.59.0"
def grpcVersion = "1.59.1"
def jacksonCoreVersion = "2.16.0"
def jacksonDatabindVersion = "2.16.0"
def protocVersion = "3.25.1"
Expand All @@ -33,7 +33,7 @@ dependencies {
if (speed) {
implementation fileTree(dir: offlineCompile, include: '*.jar')
} else {
implementation "com.google.api.grpc:proto-google-common-protos:2.28.0",
implementation "com.google.api.grpc:proto-google-common-protos:2.29.0",
"javax.annotation:javax.annotation-api:1.3.2",
"io.grpc:grpc-protobuf:${grpcVersion}",
"io.grpc:grpc-stub:${grpcVersion}",
Expand Down
Binary file modified src/adservice/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/adservice/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions src/currencyservice/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/currencyservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@google-cloud/profiler": "6.0.0",
"@google-cloud/trace-agent": "7.1.2",
"@grpc/grpc-js": "1.9.11",
"@grpc/grpc-js": "1.9.12",
"@grpc/proto-loader": "0.7.10",
"async": "3.2.5",
"google-protobuf": "3.21.2",
Expand Down
4 changes: 2 additions & 2 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gevent==23.9.1
# locust
geventhttpclient==2.0.11
# via locust
greenlet==3.0.1
greenlet==3.0.2
# via gevent
idna==3.6
# via requests
Expand All @@ -51,7 +51,7 @@ msgpack==1.0.7
# via locust
psutil==5.9.6
# via locust
pyzmq==25.1.1
pyzmq==25.1.2
# via locust
requests==2.31.0
# via locust
Expand Down
14 changes: 7 additions & 7 deletions src/paymentservice/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/paymentservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@google-cloud/profiler": "6.0.0",
"@grpc/grpc-js": "1.9.11",
"@grpc/grpc-js": "1.9.12",
"@grpc/proto-loader": "0.7.10",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/exporter-otlp-grpc": "0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.7.0"
version = "5.8.0"
}
}
}
Expand Down

0 comments on commit bcf022c

Please sign in to comment.