Skip to content

Commit 9a19e8a

Browse files
authored
chore(releasing): prepare v0.46.1 (#22870)
* fix(releasing): AWS integrations regression in v0.46.0 (#22844) * Revert "fix(aws_s3 sink): Respect endpoint_url field in AWS_CONFIG_FILE (#22687)" This reverts commit 0c873ec. * sort aws deps * enable AWS integration tests * refresh licenses * bump aws-sdk-s3 to 1.15 to test MissingApiMetadata failure * also bump sqs * update VRL, bad rebase * bumped aws-sdk-cloudwatchlogs and this fixed the failing healthcheck * bump docker images used by AWS ITs (this is still failing in the tests, but the previous commit works with an actual cloudwatch setup) * aws_kinesis_streams healthcheck works with this version bump * aws cloudwatch e2e tests passing * one attempt to fix the last few failing aws firehose integration tests * redo a few version bumps - these are not related to the regression * bump AWS config dep to the latest version * add endpoint from config if-else block * generated 0.46.1.cue * generated 0.46.1.cue * patch prep steps * add 0.46.1.cue
1 parent 5b4e0c9 commit 9a19e8a

File tree

10 files changed

+156
-162
lines changed

10 files changed

+156
-162
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ jobs:
111111
if: ${{ needs.setup.outputs.can_access_secrets == 'true' }}
112112
strategy:
113113
matrix:
114-
# TODO: Add "aws" back once https://github.com/vectordotdev/vector/issues/22780 is fixed.
115114
# TODO: Add "azure" back one https://github.com/vectordotdev/vector/issues/22777 is fixed.
116115
# TODO: Add "splunk" back once https://github.com/vectordotdev/vector/issues/22379 is fixed.
117116
# If you modify this list, please also update the `int_tests` job in changes.yml.
118117
service: [
119-
"amqp", "appsignal", "axiom", "clickhouse", "databend", "datadog-agent",
118+
"amqp", "appsignal", "axiom", "aws", "clickhouse", "databend", "datadog-agent",
120119
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch",
121120
"eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash",
122121
"loki", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",

0 commit comments

Comments
 (0)