Skip to content

Commit 3ccf034

Browse files
authored
Merge pull request #1698 from kube-logging/master
Update not yet released 4.6 with latest dependency updates from master
2 parents ec9b9ff + ab85a14 commit 3ccf034

File tree

12 files changed

+221
-227
lines changed

12 files changed

+221
-227
lines changed

.github/workflows/artifacts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# Multiple exporters are not supported yet
9393
# See https://github.com/moby/buildkit/pull/2760
9494
- name: Determine build output
95-
uses: haya14busa/action-cond@1d6e8a12b20cdb4f1954feef9aa475b9c390cab5 # v1.1.1
95+
uses: haya14busa/action-cond@94f77f7a80cd666cb3155084e428254fea4281fd # v1.2.1
9696
id: build-output
9797
with:
9898
cond: ${{ inputs.publish }}
@@ -134,7 +134,7 @@ jobs:
134134
tar -xf image.tar -C image
135135
136136
- name: Run Trivy vulnerability scanner
137-
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
137+
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0
138138
with:
139139
input: image
140140
format: sarif
@@ -192,7 +192,7 @@ jobs:
192192
run: helm lint charts/${{ steps.chart-name.outputs.value }}
193193

194194
- name: Determine raw version
195-
uses: haya14busa/action-cond@1d6e8a12b20cdb4f1954feef9aa475b9c390cab5 # v1.1.1
195+
uses: haya14busa/action-cond@94f77f7a80cd666cb3155084e428254fea4281fd # v1.2.1
196196
id: version
197197
with:
198198
cond: ${{ inputs.release }}
@@ -226,7 +226,7 @@ jobs:
226226
if: inputs.publish && inputs.release
227227

228228
- name: Run Trivy vulnerability scanner
229-
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
229+
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0
230230
with:
231231
scan-type: config
232232
scan-ref: charts/${{ steps.chart-name.outputs.value }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/go-del
3636

3737
CMD ["/go/bin/dlv", "--listen=:40000", "--headless=true", "--api-version=2", "--accept-multiclient", "exec", "/usr/local/bin/manager"]
3838

39-
FROM gcr.io/distroless/static:latest@sha256:9be3fcc6abeaf985b5ecce59451acbcbb15e7be39472320c538d0d55a0834edc
39+
FROM gcr.io/distroless/static:latest@sha256:7e5c6a2a4ae854242874d36171b31d26e0539c98fc6080f942f16b03e82851ab
4040

4141
COPY --from=builder /usr/local/bin/manager /manager
4242

e2e/go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ require (
66
emperror.dev/errors v0.8.1
77
github.com/MakeNowJust/heredoc v1.0.0
88
github.com/cisco-open/operator-tools v0.34.0
9-
github.com/kube-logging/logging-operator v0.0.0-20240124150656-3b041ef4dde2
9+
github.com/kube-logging/logging-operator v0.0.0-20240306100514-51520001a7ad
1010
github.com/kube-logging/logging-operator/pkg/sdk v0.11.0
1111
github.com/spf13/cast v1.6.0
12-
github.com/stretchr/testify v1.8.4
13-
helm.sh/helm/v3 v3.14.2
14-
k8s.io/api v0.29.1
15-
k8s.io/apiextensions-apiserver v0.29.1
16-
k8s.io/apimachinery v0.29.1
17-
k8s.io/client-go v0.29.1
18-
sigs.k8s.io/controller-runtime v0.17.0
12+
github.com/stretchr/testify v1.9.0
13+
helm.sh/helm/v3 v3.14.3
14+
k8s.io/api v0.29.2
15+
k8s.io/apiextensions-apiserver v0.29.2
16+
k8s.io/apimachinery v0.29.2
17+
k8s.io/client-go v0.29.2
18+
sigs.k8s.io/controller-runtime v0.17.2
1919
)
2020

2121
require (
@@ -33,7 +33,7 @@ require (
3333
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3434
github.com/chai2010/gettext-go v1.0.2 // indirect
3535
github.com/cisco-open/k8s-objectmatcher v1.9.0 // indirect
36-
github.com/containerd/containerd v1.7.11 // indirect
36+
github.com/containerd/containerd v1.7.12 // indirect
3737
github.com/containerd/log v0.1.0 // indirect
3838
github.com/cppforlife/go-patch v0.2.0 // indirect
3939
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -110,7 +110,7 @@ require (
110110
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
111111
github.com/pkg/errors v0.9.1 // indirect
112112
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
113-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.1 // indirect
113+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.72.0 // indirect
114114
github.com/prometheus/client_golang v1.18.0 // indirect
115115
github.com/prometheus/client_model v0.5.0 // indirect
116116
github.com/prometheus/common v0.45.0 // indirect
@@ -132,14 +132,14 @@ require (
132132
go.opentelemetry.io/otel/trace v1.19.0 // indirect
133133
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
134134
go.uber.org/multierr v1.11.0 // indirect
135-
go.uber.org/zap v1.26.0 // indirect
136-
golang.org/x/crypto v0.18.0 // indirect
137-
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
138-
golang.org/x/net v0.20.0 // indirect
135+
go.uber.org/zap v1.27.0 // indirect
136+
golang.org/x/crypto v0.21.0 // indirect
137+
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
138+
golang.org/x/net v0.22.0 // indirect
139139
golang.org/x/oauth2 v0.12.0 // indirect
140140
golang.org/x/sync v0.5.0 // indirect
141-
golang.org/x/sys v0.16.0 // indirect
142-
golang.org/x/term v0.16.0 // indirect
141+
golang.org/x/sys v0.18.0 // indirect
142+
golang.org/x/term v0.18.0 // indirect
143143
golang.org/x/text v0.14.0 // indirect
144144
golang.org/x/time v0.3.0 // indirect
145145
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
@@ -150,13 +150,13 @@ require (
150150
gopkg.in/inf.v0 v0.9.1 // indirect
151151
gopkg.in/yaml.v2 v2.4.0 // indirect
152152
gopkg.in/yaml.v3 v3.0.1 // indirect
153-
k8s.io/apiserver v0.29.1 // indirect
153+
k8s.io/apiserver v0.29.2 // indirect
154154
k8s.io/cli-runtime v0.29.0 // indirect
155-
k8s.io/component-base v0.29.1 // indirect
156-
k8s.io/klog/v2 v2.110.1 // indirect
155+
k8s.io/component-base v0.29.2 // indirect
156+
k8s.io/klog/v2 v2.120.1 // indirect
157157
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
158158
k8s.io/kubectl v0.29.0 // indirect
159-
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
159+
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
160160
oras.land/oras-go v1.2.4 // indirect
161161
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
162162
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)