Skip to content

Tags: anapsix/vector

Tags

v0.20.1

Toggle v0.20.1's commit message
fix(releasing): Fix version calculation (vectordotdev#11778)

Adding `rust-version` was causing the `awk` script to match it as well.

Signed-off-by: Jesse Szwedko <[email protected]>

v0.20.0

Toggle v0.20.0's commit message
chore(docs): Consistently use `s for versions

Signed-off-by: Jesse Szwedko <[email protected]>

v0.19.3

Toggle v0.19.3's commit message
chore(releasing): Prepare v0.19.3 release

Signed-off-by: Jesse Szwedko <[email protected]>

v0.19.2

Toggle v0.19.2's commit message
fix(releasing): Update rpm tests (vectordotdev#11140)

* fix(releasing): Update rpm tests

Drop EOL distributions. This was prompted because the mirrors for Centos
8 no longer exist.

https://www.centos.org/centos-linux-eol/

Signed-off-by: Jesse Szwedko <[email protected]>

* Allow replacing existing packages

Signed-off-by: Jesse Szwedko <[email protected]>

* Allow replacing installed packages

Signed-off-by: Jesse Szwedko <[email protected]>

* conditionally install curl

Signed-off-by: Jesse Szwedko <[email protected]>

v0.19.1

Toggle v0.19.1's commit message
chore(releasing): Prepare v0.19.1 release

Signed-off-by: Jesse Szwedko <[email protected]>

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(releasing): Prepare 0.19.0 release (vectordotdev#10605)

* chore(releasing): Prepare 0.19.0 release

Signed-off-by: Jesse Szwedko <[email protected]>

v0.18.1

Toggle v0.18.1's commit message
chore(releasing): Prepare 0.18.1

Signed-off-by: Jesse Szwedko <[email protected]>

v0.18.0

Toggle v0.18.0's commit message
Point upgrade tokio to address advisory (vectordotdev#10103)

Our tokio version was previously 1.13.0 which had an advisory regarding a panic
in oneshot, per tokio-rs/tokio#4225. This problem is
corrected in 1.13.1, which this commit bumps us to.

Signed-off-by: Brian L. Troutwine <[email protected]>