chore(k227): release 3.3.0 (#14750) #448
images.yml
on: push
check
/
checkFiles
4m 42s
check
/
faillint
3m 54s
check
/
golangciLint
4m 21s
check
/
integration
7m 30s
check
/
lintFiles
3m 2s
check
/
testLambdaPromtail
1m 30s
check
/
testPushPackage
58s
check
/
collectPackages
9s
Matrix: check / testPackages
fluent-bit
1m 47s
fluentd
1m 27s
logcli
52m 23s
logstash
2m 47s
loki
50m 58s
loki-canary
25m 57s
loki-canary-boringcrypto
26m 55s
promtail
56m 2s
querytee
1m 42s
Annotations
69 warnings
check / collectPackages
The process '/usr/bin/git' failed with exit code 128
|
check / testPushPackage
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/sizing)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (tools/deprecated-config-checker)
The process '/usr/bin/git' failed with exit code 128
|
check / testLambdaPromtail
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/queue)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/validation)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (tools/querytee)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/indexgateway)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/framedstdcopy)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/compression)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/distributor)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/bloomgateway)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/tool)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/chunkenc)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/scheduler)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/pattern)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/kafka)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/logcli)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (tools/tsdb)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (tools/doc-generator)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/logproto)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (clients/cmd)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/bloombuild)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/logqlmodel)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/ingester-rf1)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/lokifrontend)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/iter)
The process '/usr/bin/git' failed with exit code 128
|
check / lintFiles
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/ruler)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/canary)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/compactor)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/util)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/loghttp)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/logqlanalyzer)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/analytics)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/storage)
The process '/usr/bin/git' failed with exit code 128
|
check / faillint
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (clients/pkg)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/querier)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/logql)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/querier-rf1)
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (cmd/migrate)
The process '/usr/bin/git' failed with exit code 128
|
check / golangciLint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check / golangciLint
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/loki)
The process '/usr/bin/git' failed with exit code 128
|
check / checkFiles
The process '/usr/bin/git' failed with exit code 128
|
check / testPackages (pkg/ingester)
The process '/usr/bin/git' failed with exit code 128
|
check / integration
The process '/usr/bin/git' failed with exit code 128
|
check / check
The process '/usr/bin/git' failed with exit code 128
|
fluentd
The process '/usr/bin/git' failed with exit code 128
|
querytee
The process '/usr/bin/git' failed with exit code 128
|
The 'as' keyword should match the case of the 'from' keyword:
release/cmd/querytee/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
fluent-bit
The process '/usr/bin/git' failed with exit code 128
|
Legacy key/value format with whitespace separator should not be used:
release/clients/cmd/logstash/Dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
release/clients/cmd/logstash/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
release/clients/cmd/logstash/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
release/clients/cmd/logstash/Dockerfile#L7
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
logstash
The process '/usr/bin/git' failed with exit code 128
|
loki-canary
The process '/usr/bin/git' failed with exit code 128
|
The 'as' keyword should match the case of the 'from' keyword:
release/cmd/loki-canary/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
loki-canary-boringcrypto
The process '/usr/bin/git' failed with exit code 128
|
The 'as' keyword should match the case of the 'from' keyword:
release/cmd/loki-canary-boringcrypto/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
release/cmd/loki/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
loki
The process '/usr/bin/git' failed with exit code 128
|
The 'as' keyword should match the case of the 'from' keyword:
release/cmd/logcli/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
logcli
The process '/usr/bin/git' failed with exit code 128
|
promtail
The process '/usr/bin/git' failed with exit code 128
|
The 'as' keyword should match the case of the 'from' keyword:
release/clients/cmd/promtail/Dockerfile#L2
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
grafana~loki~AV9AHU.dockerbuild
|
59.8 KB |
|
grafana~loki~KQHQFC.dockerbuild
|
63.9 KB |
|
grafana~loki~M0SNJP.dockerbuild
|
124 KB |
|
grafana~loki~MJNJJ9.dockerbuild
|
113 KB |
|
grafana~loki~MO1B0K.dockerbuild
|
116 KB |
|
grafana~loki~S45KNQ.dockerbuild
|
46.7 KB |
|
grafana~loki~T3EYG2.dockerbuild
|
117 KB |
|
grafana~loki~VMUHM4.dockerbuild
|
59 KB |
|
grafana~loki~XLVPXF.dockerbuild
|
108 KB |
|