Skip to content

Commit 9a00d9d

Browse files
authored
Merge branch 'main' into feature/tharing/config-reload
2 parents 3b2f1eb + ea781ec commit 9a00d9d

28 files changed

+433
-700
lines changed

.chloggen/add-tcpcheckreceiver.yaml

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

.chloggen/add_windows_container_images.yaml

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

.chloggen/contrib-awscloudwatchmetricsencodingextension.yaml

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

.chloggen/dinesh.gurumurthy_add-schema-processor-to-contrib.yaml

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

.chloggen/tlscheckreceiver.yaml

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# otelcol-contrib is built in a separate stage
128128
- name: Build ${{ inputs.distribution }}
129129
if: inputs.distribution == 'otelcol-contrib' && inputs.nightly != true
130-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
130+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
131131
with:
132132
distribution: goreleaser-pro
133133
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -150,7 +150,7 @@ jobs:
150150
run: ls -laR distributions/otelcol-contrib/artifacts
151151

152152
- name: Run GoReleaser for ${{ inputs.distribution }}
153-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
153+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
154154
with:
155155
distribution: goreleaser-pro
156156
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/base-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# otelcol-contrib is built in a separate stage
9595
- name: Build ${{ inputs.distribution }}
9696
if: inputs.distribution == 'otelcol-contrib'
97-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
97+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
9898
with:
9999
distribution: goreleaser-pro
100100
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -120,7 +120,7 @@ jobs:
120120
shell: bash
121121
run: ls -laR distributions/otelcol-contrib/artifacts
122122

123-
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
123+
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
124124
with:
125125
distribution: goreleaser-pro
126126
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -220,7 +220,7 @@ jobs:
220220
username: ${{ github.repository_owner }}
221221
password: ${{ secrets.GITHUB_TOKEN }}
222222

223-
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
223+
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
224224
with:
225225
distribution: goreleaser-pro
226226
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/builder-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
username: ${{ github.repository_owner }}
6262
password: ${{ secrets.GITHUB_TOKEN }}
6363
- name: Run GoReleaser
64-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
64+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
6565
with:
6666
distribution: goreleaser-pro
6767
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/builder-testbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: "~1.24"
5656
- name: Check GoReleaser
57-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
57+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
5858
with:
5959
distribution: goreleaser-pro
6060
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -63,7 +63,7 @@ jobs:
6363
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Run GoReleaser
66-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
66+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
6767
with:
6868
distribution: goreleaser-pro
6969
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Link Checker
8686
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
8787
id: lychee
88-
uses: lycheeverse/lychee-action@a99389aeff3c193ffb6f0741178e519569d3f404
88+
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
8989
with:
9090
args: "--verbose --no-progress ./changelog_preview.md --config .github/lychee.toml"
9191
failIfEmpty: false

0 commit comments

Comments
 (0)