Skip to content

Commit 0e5e74c

Browse files
authored
Merge branch 'master' into SANDBOX-1561-debug-sandbox-resources
2 parents 3317f02 + 8d62db8 commit 0e5e74c

30 files changed

+1256
-324
lines changed

.govulncheck.yaml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1 @@
1-
ignored-vulnerabilities:
2-
# Panic when validating certificates with DSA public keys in crypto/x509
3-
# Found in: crypto/x509@go1.23.12
4-
# Fixed in: crypto/x509@go1.24.8
5-
- id: GO-2025-4013
6-
info: https://pkg.go.dev/vuln/GO-2025-4013
7-
silence-until: 2025-12-03
8-
# Lack of limit when parsing cookies can cause memory exhaustion in net/http
9-
# Found in: net/http@go1.23.12
10-
# Fixed in: net/http@go1.24.8
11-
- id: GO-2025-4012
12-
info: https://pkg.go.dev/vuln/GO-2025-4012
13-
silence-until: 2025-12-03
14-
# Parsing DER payload can cause memory exhaustion in encoding/asn1
15-
# Found in: encoding/asn1@go1.23.12
16-
# Fixed in: encoding/asn1@go1.24.8
17-
- id: GO-2025-4011
18-
info: https://pkg.go.dev/vuln/GO-2025-4011
19-
silence-until: 2025-12-03
20-
# Insufficient validation of bracketed IPv6 hostnames in net/url
21-
# Found in: net/url@go1.23.12
22-
# Fixed in: net/url@go1.24.8
23-
- id: GO-2025-4010
24-
info: https://pkg.go.dev/vuln/GO-2025-4010
25-
silence-until: 2025-12-03
26-
# Quadratic complexity when parsing some invalid inputs in encoding/pem
27-
# Found in: encoding/pem@go1.23.12
28-
# Fixed in: encoding/pem@go1.24.8
29-
- id: GO-2025-4009
30-
info: https://pkg.go.dev/vuln/GO-2025-4009
31-
silence-until: 2025-12-03
32-
# ALPN negotiation error contains attacker controlled information in crypto/tls
33-
# Found in: crypto/tls@go1.23.12
34-
# Fixed in: crypto/tls@go1.24.8
35-
- id: GO-2025-4008
36-
info: https://pkg.go.dev/vuln/GO-2025-4008
37-
silence-until: 2025-12-03
38-
# Quadratic complexity when checking name constraints in crypto/x509
39-
# Found in: crypto/x509@go1.23.12
40-
# Fixed in: crypto/x509@go1.24.9
41-
- id: GO-2025-4007
42-
info: https://pkg.go.dev/vuln/GO-2025-4007
43-
silence-until: 2025-12-03
1+
ignored-vulnerabilities: []

CRC.adoc

Lines changed: 0 additions & 80 deletions
This file was deleted.

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This repo contains e2e tests for https://github.com/codeready-toolchain/host-ope
77

88
== Build
99

10-
Requires Go version 1.23.x (1.23.12 or higher) - download for your development environment https://golang.org/dl/[here].
10+
Requires Go version 1.24.x (1.24.11 or higher) - download for your development environment https://golang.org/dl/[here].
1111

1212
This repository uses https://github.com/golang/go/wiki/Modules[Go modules].
1313

1414
== Step by step guide - running in CodeReady Containers
1515

16-
Refer to link:CRC.adoc[this guide] for detailed instructions on running the e2e tests in a local CodeReady Containers cluster.
16+
Refer to link:openshift_local.adoc[this guide] for detailed instructions on running the e2e tests in a local CodeReady Containers cluster.
1717

1818
== End-to-End Tests
1919

build/devsandbox-dashboard/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ENV GOPATH=/tmp/go \
88
PATH=$PATH:$GOPATH/bin \
99
GIT_COMMITTER_NAME="Developer Sandbox" \
1010
GIT_COMMITTER_EMAIL=devsandbox@redhat.com \
11-
GOLANG_VERSION=go1.23.12 \
12-
GOLANG_SHA256=d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90
11+
GOLANG_VERSION=go1.24.11 \
12+
GOLANG_SHA256=bceca00afaac856bc48b4cc33db7cd9eb383c81811379faed3bdbc80edb0af65
1313

1414
# Install additional tools
1515
# gettext for envsubst
@@ -51,8 +51,6 @@ WORKDIR /app
5151
# Increase shared memory for browsers (recommended for Playwright)
5252
RUN mkdir -p /dev/shm && chmod 1777 /dev/shm
5353

54-
COPY . .
55-
5654
# Install Firefox required dependencies
5755
RUN yum install -y \
5856
libxcb \
@@ -76,4 +74,6 @@ RUN yum install -y \
7674
libX11-xcb && \
7775
yum clean all
7876

77+
COPY . .
78+
7979
CMD ["/bin/bash"]

deploy/crds/README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
== appstudio CRDs
44
Copy/paste relevant definitions from https://raw.githubusercontent.com/redhat-appstudio/application-api/main/manifests/application-api-customresourcedefinitions.yaml
55

6-
== virtualmachines CRD
6+
== virtualmachines & datavolumes CRD
77
Copy from a cluster with CNV operator installed
88

99
== ansibleautomationplatforms CRD
10-
Copy from a cluster with Ansible Automation Platform operator installed
10+
Copy from a cluster with Ansible Automation Platform operator installed
11+
12+
== serving CRDs
13+
Copy from a cluster with Serverless operator installed

0 commit comments

Comments
 (0)