Skip to content

Commit ee77e50

Browse files
chore(deps): Update infra minor and patch (#9276)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | minor | `1.22-alpine` -> `1.23-alpine` | | jaegertracing/all-in-one | | minor | `1.18` -> `1.60` | | omnition/opencensus-agent | | patch | `0.1.6` -> `0.1.11` | --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 873fdae commit ee77e50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

graphql/e2e/custom_logic/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine
1+
FROM golang:1.23-alpine
22

33
COPY . /go/src/cmd/
44

ocagent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
--raft="idx=1" --my=zero1:5180 --replicas=3 --logtostderr -v=2 --bindall --trace
3737
"jaeger=http://ocagent:14268;"
3838
ocagent:
39-
image: omnition/opencensus-agent:0.1.6
39+
image: omnition/opencensus-agent:0.1.11
4040
container_name: ocagent
4141
labels:
4242
cluster: test

worker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
--logtostderr -v=2 --raft "idx=6; group=2; snapshot-after-entries=100;
112112
snapshot-after-duration=1m" --security "whitelist=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16;"
113113
jaeger:
114-
image: jaegertracing/all-in-one:1.18
114+
image: jaegertracing/all-in-one:1.60
115115
working_dir: /working/jaeger
116116
environment:
117117
- SPAN_STORAGE_TYPE=badger

0 commit comments

Comments
 (0)