Skip to content

Commit fecda29

Browse files
chore(deps): update github-actions dependencies (#3159)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | elasticsearch | service | digest | `bfa9d21` -> `12829bb` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | service | minor | `0.128.0` -> `0.129.1` | | redpandadata/redpanda | service | digest | `95182a9` -> `b22ff89` | | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | pinDigest | -> `b1476f6` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.129.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.129.1) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.128.0...v0.129.1) Check the [v0.129.0 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.129.0) and the [v0.129.0 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.129.0) for changelogs on specific components. Due to difficulties with the release process, the v0.129.1 artifact release corresponds to the v0.129.0 source code releases. #### v0.129.1 - [`22c1148`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/22c11488359a9de53c6f363cd27d31219508f67c) Revert "use DOCKER\_TOKEN\_COLLECTOR\_RELEASES rather than DOCKER\_PASSWO… ([#&#8203;995](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/995)) #### v0.129.0 ##### 🚀 New components 🚀 - `datadog/extension`: Release datadog extension. See README for details: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/datadogextension/README.md ([#&#8203;983](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/983)) - `googlecloudlogentryencodingextension`: Release Google Cloud Log Entry encoding extension, see https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/encoding/googlecloudlogentryencodingextension/README.md ([#&#8203;985](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/985)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26b9a03 commit fecda29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
env:
4141
MYSQL_ROOT_PASSWORD: cipass
4242
redpanda:
43-
image: redpandadata/redpanda@sha256:95182a95a80f187a99cfe9fa03aaf18da0a3809a6741a229572f7ec33e795c13
43+
image: redpandadata/redpanda@sha256:b22ff89f4384e72f773aca495ade051c789f41976a78699644ba3039b9e43f84
4444
ports:
4545
- 9092:9092
4646
- 9644:9644
4747
elasticsearch:
48-
image: elasticsearch:9.0.2@sha256:bfa9d2126a5c3381ac272ee67264083ca04318def1d7b4ea9194ad0b0a8959bf
48+
image: elasticsearch:9.0.2@sha256:12829bb0fa8b3c6b65928868d2af0fbe67bf74aa6b92b14eca87957e9f554136
4949
ports:
5050
- 9200:9200
5151
env:
@@ -63,7 +63,7 @@ jobs:
6363
AWS_EC2_METADATA_DISABLED: true
6464
MINIO_DEFAULT_BUCKETS: peerdb
6565
otelcol:
66-
image: otel/opentelemetry-collector-contrib:0.128.0@sha256:1ab0baba0ee3695d823c46653d8a6e8894896e668ce8bd7ebe002e948d827bc7
66+
image: otel/opentelemetry-collector-contrib:0.129.1@sha256:4798e3095561ac8ae13a81965088d68b943b1991bbeede91b1564e12c95372cc
6767
ports:
6868
- 4317:4317
6969

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
pull-requests: write
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)