Skip to content

Commit 83e9a24

Browse files
stagnationmoroten
authored andcommitted
Upgrade go dependencies 2024-03-20
1 parent 9ba7908 commit 83e9a24

11 files changed

+44
-38
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ at the top right in the GitHub Actions page.
3434

3535
| Repository | Container images and binaries |
3636
| ---------- | ----------------------------- |
37-
| [bb-browser](https://github.com/buildbarn/bb-browser) [`ab65d55144`](https://github.com/buildbarn/bb-browser/commits/ab65d55144ae43445d3149865ef6e69fd35e3d34)<br/>2023-09-17 04:20:39 UTC | [ghcr.io/buildbarn/bb-browser:20240228T152807Z-ab65d55](https://ghcr.io/buildbarn/bb-browser:20240228T152807Z-ab65d55)<br/>[CI artifacts](https://github.com/buildbarn/bb-browser/actions/runs/8082889844) |
38-
| [bb-remote-execution](https://github.com/buildbarn/bb-remote-execution) [`9791c09e5e`](https://github.com/buildbarn/bb-remote-execution/commits/9791c09e5e223bae00477438dd05d1d816835e8c)<br/>2023-10-04 10:23:25 UTC | [ghcr.io/buildbarn/bb-runner-installer:20240303T174236Z-9791c09](https://ghcr.io/buildbarn/bb-runner-installer:20240303T174236Z-9791c09)<br/>[ghcr.io/buildbarn/bb-scheduler:20240303T174236Z-9791c09](https://ghcr.io/buildbarn/bb-scheduler:20240303T174236Z-9791c09)<br/>[ghcr.io/buildbarn/bb-worker:20240303T174236Z-9791c09](https://ghcr.io/buildbarn/bb-worker:20240303T174236Z-9791c09)<br/>[CI artifacts](https://github.com/buildbarn/bb-remote-execution/actions/runs/8131961322) |
39-
| [bb-storage](https://github.com/buildbarn/bb-storage) [`0aa40dfdbe`](https://github.com/buildbarn/bb-storage/commits/0aa40dfdbeadc66f8f930e6daad853a452cb1bd8)<br/>2023-10-08 11:11:12 UTC | [ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df](https://ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df)<br/>[CI artifacts](https://github.com/buildbarn/bb-storage/actions/runs/8062892865) |
37+
| [bb-browser](https://github.com/buildbarn/bb-browser) [`10b339da63`](https://github.com/buildbarn/bb-browser/commits/10b339da6324b00efb3e8a7cfb95f2f3790bed7f)<br/>2023-09-17 04:20:39 UTC | [ghcr.io/buildbarn/bb-browser:20240310T094611Z-10b339d](https://ghcr.io/buildbarn/bb-browser:20240310T094611Z-10b339d)<br/>[CI artifacts](https://github.com/buildbarn/bb-browser/actions/runs/8222809916) |
38+
| [bb-remote-execution](https://github.com/buildbarn/bb-remote-execution) [`28dbdbb0a6`](https://github.com/buildbarn/bb-remote-execution/commits/28dbdbb0a6b077cb7f987393ce537b603da3d045)<br/>2023-10-04 10:23:25 UTC | [ghcr.io/buildbarn/bb-runner-installer:20240310T090416Z-28dbdbb](https://ghcr.io/buildbarn/bb-runner-installer:20240310T090416Z-28dbdbb)<br/>[ghcr.io/buildbarn/bb-scheduler:20240310T090416Z-28dbdbb](https://ghcr.io/buildbarn/bb-scheduler:20240310T090416Z-28dbdbb)<br/>[ghcr.io/buildbarn/bb-worker:20240310T090416Z-28dbdbb](https://ghcr.io/buildbarn/bb-worker:20240310T090416Z-28dbdbb)<br/>[CI artifacts](https://github.com/buildbarn/bb-remote-execution/actions/runs/8220869957) |
39+
| [bb-storage](https://github.com/buildbarn/bb-storage) [`4bb23aaa40`](https://github.com/buildbarn/bb-storage/commits/4bb23aaa40ae67adc57ea0b4662f8bfb6d747410)<br/>2023-10-08 11:11:12 UTC | [ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa](https://ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa)<br/>[CI artifacts](https://github.com/buildbarn/bb-storage/actions/runs/8356874426) |
4040

4141
## Changelog
4242

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2024-03-20
2+
3+
* Rewrite Remote Output Service on top of Google's protocol
4+
* Using macOS Sonoma 14.4 or later is recommended for NFSv4.0
5+
* Remove support for FUSE mounts on macOS
6+
Use NFS instead.
7+
18
# 2024-02-28
29

310
* Integrate kuberesolver into Buildbarn binaries

docker-compose/docker-compose.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
frontend:
4-
image: ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df
4+
image: ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa
55
command:
66
- /config/frontend.jsonnet
77
expose:
@@ -12,7 +12,7 @@ services:
1212
- ./config:/config
1313

1414
storage-0:
15-
image: ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df
15+
image: ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa
1616
command:
1717
- /config/storage.jsonnet
1818
expose:
@@ -24,7 +24,7 @@ services:
2424
- ./volumes/storage-cas-0:/storage-cas
2525

2626
storage-1:
27-
image: ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df
27+
image: ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa
2828
command:
2929
- /config/storage.jsonnet
3030
expose:
@@ -36,7 +36,7 @@ services:
3636
- ./volumes/storage-cas-1:/storage-cas
3737

3838
scheduler:
39-
image: ghcr.io/buildbarn/bb-scheduler:20240303T174236Z-9791c09
39+
image: ghcr.io/buildbarn/bb-scheduler:20240310T090416Z-28dbdbb
4040
command:
4141
- /config/scheduler.jsonnet
4242
expose:
@@ -52,7 +52,7 @@ services:
5252
- ./config:/config
5353

5454
browser:
55-
image: ghcr.io/buildbarn/bb-browser:20240228T152807Z-ab65d55
55+
image: ghcr.io/buildbarn/bb-browser:20240310T094611Z-10b339d
5656
command:
5757
- /config/browser.jsonnet
5858
expose:
@@ -63,13 +63,13 @@ services:
6363
- ./config:/config
6464

6565
runner-installer:
66-
image: ghcr.io/buildbarn/bb-runner-installer:20240303T174236Z-9791c09
66+
image: ghcr.io/buildbarn/bb-runner-installer:20240310T090416Z-28dbdbb
6767
volumes:
6868
- ./volumes/bb:/bb
6969

7070
# The FUSE worker is the most efficient configuration.
7171
worker-fuse-ubuntu22-04:
72-
image: ghcr.io/buildbarn/bb-worker:20240303T174236Z-9791c09
72+
image: ghcr.io/buildbarn/bb-worker:20240310T090416Z-28dbdbb
7373
command:
7474
- /config/worker-fuse-ubuntu22-04.jsonnet
7575
# Need to be privileged for the FUSE mounting to work.
@@ -105,7 +105,7 @@ services:
105105
# For situations where the more efficient FUSE worker is not supported,
106106
# the classic hardlinking example is shown here.
107107
worker-hardlinking-ubuntu22-04:
108-
image: ghcr.io/buildbarn/bb-worker:20240303T174236Z-9791c09
108+
image: ghcr.io/buildbarn/bb-worker:20240310T090416Z-28dbdbb
109109
command:
110110
- /config/worker-hardlinking-ubuntu22-04.jsonnet
111111
privileged: false

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ replace golang.org/x/tools => golang.org/x/tools v0.8.0
1010

1111
require (
1212
github.com/bazelbuild/rules_go v0.43.0
13-
github.com/buildbarn/bb-browser v0.0.0-20240228152807-ab65d55144ae
14-
github.com/buildbarn/bb-remote-execution v0.0.0-20240303174236-9791c09e5e22
15-
github.com/buildbarn/bb-storage v0.0.0-20240227100204-0aa40dfdbead
13+
github.com/buildbarn/bb-browser v0.0.0-20240310094611-10b339da6324
14+
github.com/buildbarn/bb-remote-execution v0.0.0-20240310090416-28dbdbb0a6b0
15+
github.com/buildbarn/bb-storage v0.0.0-20240320095126-4bb23aaa40ae
1616
mvdan.cc/gofumpt v0.6.0
1717
)
1818

@@ -101,7 +101,7 @@ require (
101101
golang.org/x/net v0.20.0 // indirect
102102
golang.org/x/oauth2 v0.16.0 // indirect
103103
golang.org/x/sync v0.6.0 // indirect
104-
golang.org/x/sys v0.17.0 // indirect
104+
golang.org/x/sys v0.18.0 // indirect
105105
golang.org/x/text v0.14.0 // indirect
106106
golang.org/x/time v0.5.0 // indirect
107107
golang.org/x/tools v0.17.0 // indirect

go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ github.com/bazelbuild/rules_go v0.43.0/go.mod h1:TFLfii8e49kTgn329knh1lsJFKdxyp/
6464
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
6565
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
6666
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
67-
github.com/buildbarn/bb-browser v0.0.0-20240228152807-ab65d55144ae h1:TFrbPxBWXCwVPIu9oIbmmJPGCjc7X+UfuYIt2As/veM=
68-
github.com/buildbarn/bb-browser v0.0.0-20240228152807-ab65d55144ae/go.mod h1:nn+BHWIXHxO8Mgc4shlEWNJ46s1ayR6ByBTw5GjEHkM=
69-
github.com/buildbarn/bb-remote-execution v0.0.0-20240303174236-9791c09e5e22 h1:ziHMEhNit+rCTGk05+D9PfWbmVfFN+A/NTynkR2Nnm0=
70-
github.com/buildbarn/bb-remote-execution v0.0.0-20240303174236-9791c09e5e22/go.mod h1:qwNvc1PxPWzRzcKiQ/Hq1MQmxB8fjWQ+Lv0h9r8aysU=
71-
github.com/buildbarn/bb-storage v0.0.0-20240227100204-0aa40dfdbead h1:fHapKnQQLgJaMxGiBAUCPVHNfD5vV1LDfXqmyClJ6Lc=
72-
github.com/buildbarn/bb-storage v0.0.0-20240227100204-0aa40dfdbead/go.mod h1:gHT0PInDFOV/JZjeeNwvqmn33MKHHyk3V18e4/Cs/jM=
67+
github.com/buildbarn/bb-browser v0.0.0-20240310094611-10b339da6324 h1:CHnjjCXTIZjs91YjRMlwJv44nckJQOujHNZnWra95vg=
68+
github.com/buildbarn/bb-browser v0.0.0-20240310094611-10b339da6324/go.mod h1:fi1gR5MKF7joIEJwa3sZp6g5QE83Cc3a2paAy2WO7ds=
69+
github.com/buildbarn/bb-remote-execution v0.0.0-20240310090416-28dbdbb0a6b0 h1:wcGel3yU3FAENqRLzgZkg7xzuwlaY9H+Lphd46u5tyI=
70+
github.com/buildbarn/bb-remote-execution v0.0.0-20240310090416-28dbdbb0a6b0/go.mod h1:q3TGK8PD/HoADYpaOU0lup48IOusUuCoP0ilLi+BX7A=
71+
github.com/buildbarn/bb-storage v0.0.0-20240320095126-4bb23aaa40ae h1:e71ZYLQ4QDIVgs/zRX8hNt57d7WomniH2DYZCv8thJ8=
72+
github.com/buildbarn/bb-storage v0.0.0-20240320095126-4bb23aaa40ae/go.mod h1:0uISGKJD6Owt29w2sUlK0TeLtYdLWtBiC43yVHdgMAY=
7373
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b h1:/sKWC0Fs5fXNo/t72BRZRLERg4v2gFoEeg2Mk+a8xak=
7474
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b/go.mod h1:VwInghBSUyPtNBhl7o2oCUnxOCTGgySJnRTO1Kh7XuI=
7575
github.com/buildkite/terminal-to-html v3.2.0+incompatible h1:WdXzl7ZmYzCAz4pElZosPaUlRTW+qwVx/SkQSCa1jXs=
@@ -315,8 +315,8 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
315315
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
316316
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
317317
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
318-
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
319-
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
318+
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
319+
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
320320
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
321321
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
322322
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

go_dependencies.bzl

+8-9
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,20 @@ def go_dependencies():
209209
go_repository(
210210
name = "com_github_buildbarn_bb_browser",
211211
importpath = "github.com/buildbarn/bb-browser",
212-
sum = "h1:TFrbPxBWXCwVPIu9oIbmmJPGCjc7X+UfuYIt2As/veM=",
213-
version = "v0.0.0-20240228152807-ab65d55144ae",
212+
sum = "h1:CHnjjCXTIZjs91YjRMlwJv44nckJQOujHNZnWra95vg=",
213+
version = "v0.0.0-20240310094611-10b339da6324",
214214
)
215215
go_repository(
216216
name = "com_github_buildbarn_bb_remote_execution",
217217
importpath = "github.com/buildbarn/bb-remote-execution",
218-
sum = "h1:ziHMEhNit+rCTGk05+D9PfWbmVfFN+A/NTynkR2Nnm0=",
219-
version = "v0.0.0-20240303174236-9791c09e5e22",
218+
sum = "h1:wcGel3yU3FAENqRLzgZkg7xzuwlaY9H+Lphd46u5tyI=",
219+
version = "v0.0.0-20240310090416-28dbdbb0a6b0",
220220
)
221221
go_repository(
222222
name = "com_github_buildbarn_bb_storage",
223223
importpath = "github.com/buildbarn/bb-storage",
224-
sum = "h1:fHapKnQQLgJaMxGiBAUCPVHNfD5vV1LDfXqmyClJ6Lc=",
225-
version = "v0.0.0-20240227100204-0aa40dfdbead",
224+
sum = "h1:e71ZYLQ4QDIVgs/zRX8hNt57d7WomniH2DYZCv8thJ8=",
225+
version = "v0.0.0-20240320095126-4bb23aaa40ae",
226226
)
227227
go_repository(
228228
name = "com_github_buildbarn_go_xdr",
@@ -1762,9 +1762,8 @@ def go_dependencies():
17621762
go_repository(
17631763
name = "org_golang_x_sys",
17641764
importpath = "golang.org/x/sys",
1765-
patches = ["@com_github_buildbarn_bb_storage//:patches/org_golang_x_sys/golang-issue-59357.diff"],
1766-
sum = "h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=",
1767-
version = "v0.17.0",
1765+
sum = "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=",
1766+
version = "v0.18.0",
17681767
)
17691768
go_repository(
17701769
name = "org_golang_x_term",

kubernetes/browser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: browser
1515
spec:
1616
containers:
17-
- image: ghcr.io/buildbarn/bb-browser:20240228T152807Z-ab65d55
17+
- image: ghcr.io/buildbarn/bb-browser:20240310T094611Z-10b339d
1818
args:
1919
- /config/browser.jsonnet
2020
name: browser

kubernetes/frontend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- args:
1818
- /config/frontend.jsonnet
19-
image: ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df
19+
image: ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa
2020
name: storage
2121
ports:
2222
- containerPort: 8980

kubernetes/scheduler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
containers:
1919
- args:
2020
- /config/scheduler.jsonnet
21-
image: ghcr.io/buildbarn/bb-scheduler:20240303T174236Z-9791c09
21+
image: ghcr.io/buildbarn/bb-scheduler:20240310T090416Z-28dbdbb
2222
name: scheduler
2323
ports:
2424
- containerPort: 8982

kubernetes/storage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- args:
1919
- /config/storage.jsonnet
20-
image: ghcr.io/buildbarn/bb-storage:20240227T100204Z-0aa40df
20+
image: ghcr.io/buildbarn/bb-storage:20240320T095126Z-4bb23aa
2121
name: storage
2222
ports:
2323
- containerPort: 8981

kubernetes/worker-ubuntu22-04.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
containers:
2222
- args:
2323
- /config/worker-ubuntu22-04.jsonnet
24-
image: ghcr.io/buildbarn/bb-worker:20240303T174236Z-9791c09
24+
image: ghcr.io/buildbarn/bb-worker:20240310T090416Z-28dbdbb
2525
name: worker
2626
volumeMounts:
2727
- mountPath: /config/
@@ -55,7 +55,7 @@ spec:
5555
readOnly: true
5656
initContainers:
5757
- name: bb-runner-installer
58-
image: ghcr.io/buildbarn/bb-runner-installer:20240303T174236Z-9791c09
58+
image: ghcr.io/buildbarn/bb-runner-installer:20240310T090416Z-28dbdbb
5959
volumeMounts:
6060
- mountPath: /bb/
6161
name: empty

0 commit comments

Comments
 (0)