Skip to content

Commit 3cdc7c3

Browse files
committed
chore(releasing): Prepare v0.44.0 (#22192)
* chore(releasing): Prepare v0.44.0 * Bump Alpine Linux base image to 3.21 * cargo update -p vrl * cargo vdev build release-cue * upgrade guide * commit website/cue/reference/releases/0.44.0.cue * bump versions * spelling fixes * update changelog * enforce changelog rendering order * tweak upgrade guide * add website prefix to the preparation branch so that we can get previews * address Jesse's review points * improve changelog change header and content alignment chore(releasing): docs feedback on v0.44.0 (#22193) chore(releasing): docs feedback
1 parent 6a50999 commit 3cdc7c3

33 files changed

+406
-111
lines changed

.github/ISSUE_TEMPLATE/minor-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The week before the release:
1313
- [ ] Create a new release branch from master to freeze commits
1414
- `git fetch && git checkout origin/master && git checkout -b v0.<new version number> && git push -u`
1515
- [ ] Create a new release preparation branch from `master`
16-
- `git checkout -b prepare-v0.<new version number> && git push -u`
16+
- `git checkout -b website-prepare-v0.<new version number> && git push -u`
1717
- [ ] Pin VRL to latest released version rather than `main`
1818
- [ ] Check if there is a newer version of [Alpine](https://alpinelinux.org/releases/) or
1919
[Debian](https://www.debian.org/releases/) available to update the release images in

.github/ISSUE_TEMPLATE/patch-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "domain: releasing"
88
Before the release:
99

1010
- [ ] Create a new release preparation branch from the current release branch
11-
- `git fetch && git checkout v0.<current minor version> && git checkout -b prepare-v0.<new version number>`
11+
- `git fetch && git checkout v0.<current minor version> && git checkout -b website-prepare-v0.<new version number>`
1212
- [ ] Cherry-pick in all commits to be released from the associated release milestone
1313
- If any merge conflicts occur, attempt to solve them and if needed enlist the aid of those familiar with the conflicting commits.
1414
- [ ] Bump the release number in the `Cargo.toml` to the current version number

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,3 +509,4 @@ teledisk
509509
UMTS
510510
WCDMA
511511
XMODEM
512+
cbor

Cargo.lock

Lines changed: 5 additions & 4 deletions
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
@@ -167,7 +167,7 @@ vector-lib = { path = "lib/vector-lib", default-features = false, features = ["v
167167
vector-config = { path = "lib/vector-config" }
168168
vector-config-common = { path = "lib/vector-config-common" }
169169
vector-config-macros = { path = "lib/vector-config-macros" }
170-
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
170+
vrl = { version = "0.21.0", features = ["arbitrary", "cli", "test", "test_framework"] }
171171

172172
[dependencies]
173173
pin-project.workspace = true

changelog.d/21128_log_aws_s3_objects_consumed.enhancement.md

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

changelog.d/21704_file_sink_supports_encoding_input.feature.md

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

changelog.d/21822-nats-sink-multiple-urls.enhancement.md

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

changelog.d/21864_kubernetes_logs_user_agent.fix.md

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

changelog.d/21873-correctly-propagate-http-config-provider.fix.md

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

0 commit comments

Comments
 (0)