-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(releasing): Prepare v0.32.0 release
Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: Doug Smith <[email protected]>
- Loading branch information
1 parent
cb007fe
commit 1b403e1
Showing
6 changed files
with
542 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
website/content/en/highlights/2023-08-15-0-32-0-upgrade-guide.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
date: "2023-08-15" | ||
title: "0.32 Upgrade Guide" | ||
description: "An upgrade guide that addresses breaking changes in 0.32.0" | ||
authors: ["jszwedko"] | ||
release: "0.32.0" | ||
hide_on_release_notes: false | ||
badges: | ||
type: breaking change | ||
--- | ||
|
||
Vector's 0.32.0 release includes **deprecations**: | ||
|
||
1. [VRL `to_timestamp` function](#deprecated-to-timestamp) | ||
|
||
and **potentially impactful changes**: | ||
|
||
1. [Upgrade of OpenSSL from 1.1.1 to 3.1](#openssl-upgrade) | ||
|
||
We cover them below to help you upgrade quickly: | ||
|
||
## Upgrade guide | ||
|
||
### Deprecations | ||
|
||
#### VRL `to_timestamp` function {#deprecated-to-timestamp} | ||
|
||
The `to_timestamp` function in VRL was deprecated. Instead, the following functions should be used: | ||
|
||
- `parse_timestamp` to parse string timestamps | ||
- `from_unix_timestamp` to parse integer timestamps | ||
|
||
This removes some confusion that existed around "magic formats" that the `to_timestamp` had by | ||
requiring string timestamp formats to be specified explicitly. | ||
|
||
### Potentially impactful changes | ||
|
||
#### Upgrade of OpenSSL from 1.1.1 to 3.1.0 {#openssl-upgrade} | ||
|
||
As part of moving off of OpenSSL 1.1.1 before it becomes [end-of-life in | ||
September](https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/), Vector has upgraded the version | ||
that it statically compiles in to 3.1.2. We don't anticipate any end-user impact from this change to | ||
users of Vector, but [please let us know](https://github.com/vectordotdev/vector/issues) if you see | ||
any breakages resulting from this upgrade. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Vector v0.32.0 release notes | ||
weight: 21 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.