Skip to content

Commit de4bcf8

Browse files
authored
Merge branch 'main' into remove-loki-exporter
2 parents 4348466 + 9124326 commit de4bcf8

28 files changed

+104
-10
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: contrib
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: add the `text_encoding` encoding extension to the contrib distribution
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [1025]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []
26+

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
required: false
2929
type: string
3030

31+
permissions:
32+
contents: read
33+
3134
env:
3235
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
3336
GORELEASER_PRO_VERSION: v2.11.0

.github/workflows/base-package-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
default: false
1616
description: "Set to true if a GH issue should be generated upon failure"
1717

18+
permissions:
19+
contents: read
20+
1821
jobs:
1922
package-tests:
2023
name: Package Tests

.github/workflows/base-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
type: string
1818
default: ubuntu-24.04
1919

20+
permissions:
21+
contents: read
22+
2023
env:
2124
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
2225
GORELEASER_PRO_VERSION: v2.11.0

.github/workflows/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
branches:
1212
- main
1313

14+
permissions:
15+
contents: read
16+
1417
env:
1518
# Make sure to exit early if cache segment download times out after 2 minutes.
1619
# We limit cache download as a whole to 5 minutes.

.github/workflows/ci-builder.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- "go.mod"
2424
- "go.sum"
2525

26+
permissions:
27+
contents: read
28+
2629
env:
2730
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
2831
GORELEASER_PRO_VERSION: v2.11.0

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- "go.mod"
2424
- "go.sum"
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
check-goreleaser:
2831
name: CI - Contrib - GoReleaser

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- "go.mod"
2424
- "go.sum"
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
check-goreleaser:
2831
name: CI - Core - GoReleaser

.github/workflows/ci-goreleaser-ebpf-profiler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- "go.mod"
2424
- "go.sum"
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
check-goreleaser:
2831
name: CI - eBPF Profiler - GoReleaser

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
- "go.mod"
2424
- "go.sum"
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
check-goreleaser:
2831
name: CI - k8s - GoReleaser

0 commit comments

Comments
 (0)