Skip to content

Commit 4508c71

Browse files
authored
Merge branch 'main' into rv64
2 parents 449cbb5 + 21695b4 commit 4508c71

File tree

17 files changed

+379
-393
lines changed

17 files changed

+379
-393
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Build container images locally
236236
if: matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
237-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
237+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
238238
with:
239239
context: ./distributions/${{ inputs.distribution }}
240240
push: false

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26+
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4646
with:
4747
sarif_file: results.sarif

.github/workflows/release-ebpf-profiler.yaml

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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
<!-- next version -->
66

7+
## v0.128.0
8+
79
## v0.127.0
810

911
### 🚀 New components 🚀

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GORELEASER ?= goreleaser
33

44
# SRC_ROOT is the top of the source tree.
55
SRC_ROOT := $(shell git rev-parse --show-toplevel)
6-
OTELCOL_BUILDER_VERSION ?= 0.127.0
6+
OTELCOL_BUILDER_VERSION ?= 0.128.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

cmd/opampsupervisor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
1+
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
22
RUN apk --update add ca-certificates
33

44
ARG SERVICE_NAME=opampsupervisor

distributions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Distributions supported by the Collector SIG should fulfill the following criter
1010
2. Should meet general needs and be desired by many users.
1111
3. Should not be specific to any vendor.
1212
4. May be focused on development or proof of concept use cases. The distribution should clearly indicate whether the Collector SIG recommends the distribution be used in production environments.
13-
5. Must only include components from the `opentelemetry-collector` and `opentelemetry-collector-contrib` repositories.
13+
5. Must only include components from the `open-telemetry` org.
1414
- Components that are marked [Unmaintained](https://github.com/open-telemetry/opentelemetry-collector#unmaintained) will be kept in any distributions for six months. After six months of being unmaintained the component will be removed from the distributions.
1515
6. Have a clearly defined list of criteria for which components are included.
1616
7. Must include the following assets except where the specific purpose of the distribution is naturally associated with a subset of these assets. In such cases, it should be clearly stated which assets are skipped and why. Additional assets may be included if the maintainers agree:

distributions/otelcol-contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as certs
1+
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 as certs
22
RUN apk --update add ca-certificates
33

44
FROM scratch

distributions/otelcol-contrib/manifest.yaml

Lines changed: 235 additions & 235 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.3@sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8
1+
FROM golang:1.24.4@sha256:db5d0afbfb4ab648af2393b92e87eaae9ad5e01132803d80caef91b5752d289c
22

33
COPY --chmod=755 otelcol-ebpf-profiler /otelcol-ebpf-profiler
44
ENTRYPOINT ["/otelcol-ebpf-profiler"]

0 commit comments

Comments
 (0)