Skip to content

Commit ca5bf26

Browse files
chore(releasing): prepare v0.52.0 release (#24367)
* chore(releasing): Pinned VRL version to 0.29.0 * chore(releasing): Generated release CUE file * chore(releasing): Updated website/cue/reference/administration/interfaces/kubectl.cue vector version to 0.52.0 * chore(releasing): Updated distribution/install.sh vector version to 0.52.0 * chore(releasing): Add 0.52.0 to versions.cue * chore(releasing): Created release md file * Fix date * Fix whitespace * Add release highlights * Add http_client changes + missing shas to the changelog
1 parent 75dda72 commit ca5bf26

32 files changed

+383
-120
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ vector-config-common = { path = "lib/vector-config-common" }
200200
vector-config-macros = { path = "lib/vector-config-macros" }
201201
vector-common-macros = { path = "lib/vector-common-macros" }
202202
vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl"] }
203-
vrl = { git = "https://github.com/vectordotdev/vrl.git", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
203+
vrl = { features = ["arbitrary", "cli", "test", "test_framework"] , version = "0.29.0" }
204204
mock_instant = { version = "0.6" }
205205
serial_test = { version = "3.2" }
206206

changelog.d/14758_http_client_body.enhancement.md

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

changelog.d/15687_syslog_udp_received_metrics.fix.md

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

changelog.d/18068_journalctl_all_boots.fix.md

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

changelog.d/21037_amqp_prefetch.feature.md

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

changelog.d/23146_tls_fips_compliance.enhancement.md

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

changelog.d/23458_add_validation_option_to_gelf_codec.enhancement.md

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

changelog.d/23821_aws_cloudwatch_metric_resolution.feature.md

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

changelog.d/23922_websocket_source_reconnect.fix.md

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

0 commit comments

Comments
 (0)