Skip to content

Commit

Permalink
Prepare 0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Apr 29, 2021
1 parent 420a74f commit f0749f6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vector"
version = "0.13.0"
version = "0.13.1"
authors = ["Vector Contributors <[email protected]>"]
edition = "2018"
description = "A lightweight and ultra-fast tool for building observability pipelines"
Expand Down
18 changes: 18 additions & 0 deletions docs/reference/releases/0.13.1.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package metadata

releases: "0.13.1": {
date: "2021-04-29"
codename: ""

description: """
This release includes a high priority bug fix for a regression in
0.13.0 that caused very high memory use when using the `kafka`
source and backpressure was experienced.
"""

whats_next: []

commits: [
{sha: "420a74fe57cf81984db72bf319d4e7eba1059e7c", date: "2021-04-29 00:44:52 UTC", description: "Fix runaway memory usage of kafka source", pr_number: 7266, scopes: ["kafka source"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 118, deletions_count: 126},
]
}

0 comments on commit f0749f6

Please sign in to comment.