Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions vector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: vector
version: "0.51.1"
version: "0.52.0"
epoch: 0
description: End-to-end observability data pipeline
copyright:
Expand All @@ -14,6 +14,7 @@ environment:
packages:
- bash
- build-base
- clang-21
- cyrus-sasl-dev
- gcc-14-default
- librdkafka
Expand All @@ -31,14 +32,7 @@ pipeline:
with:
repository: https://github.com/vectordotdev/vector
tag: v${{package.version}}
expected-commit: 44c8f1cfd64bdedb924034c946f639d09890fc53

# NOTE: Patch not applied upstream just yet, but is required to actually keep
# the package FIPS-able. Let's keep an eye out for upstream movement there.
# https://github.com/vectordotdev/vector/pull/23146
- uses: patch
with:
patches: rework-TlsSettings-to-carry-PEM-based-objects.patch
expected-commit: ca5bf2690ffcfc2c95d320cf7156b1df1b28a080

- runs: |
sed -i '7s/deny/allow/' src/lib.rs
Expand Down
255 changes: 0 additions & 255 deletions vector/rework-TlsSettings-to-carry-PEM-based-objects.patch

This file was deleted.

Loading