Skip to content

Commit 62bd340

Browse files
authored
chore(releasing): Add 0.32.0 highlight for legacy OpenSSL provider deprecation (#18263)
I forgot to do this prior to the release (#17669 (comment)). Signed-off-by: Jesse Szwedko <[email protected]>
1 parent a77b652 commit 62bd340

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

website/content/en/highlights/2023-08-15-0-32-0-upgrade-guide.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ badges:
1212
Vector's 0.32.0 release includes **deprecations**:
1313

1414
1. [VRL `to_timestamp` function](#deprecated-to-timestamp)
15+
2. [Deprecation of legacy OpenSSL providers](#legacy-openssl)
1516

1617
and **potentially impactful changes**:
1718

18-
1. [Upgrade of OpenSSL from 1.1.1 to 3.1](#openssl-upgrade)
19+
1. [Upgrade of OpenSSL from 1.1.1 to 3.1.2](#openssl-upgrade)
1920

2021
We cover them below to help you upgrade quickly:
2122

@@ -33,9 +34,18 @@ The `to_timestamp` function in VRL was deprecated. Instead, the following functi
3334
This removes some confusion that existed around "magic formats" that the `to_timestamp` had by
3435
requiring string timestamp formats to be specified explicitly.
3536

37+
#### Deprecation of legacy OpenSSL providers {#legacy-openssl}
38+
39+
With the upgrade to OpenSSL 3.1.2, the [legacy algorithm
40+
provider](https://github.com/openssl/openssl/blob/openssl-3.1.2/README-PROVIDERS.md#the-legacy-provider)
41+
was deprecated. The default will be switched in a future version to [default
42+
provider](https://github.com/openssl/openssl/blob/openssl-3.1.2/README-PROVIDERS.md#the-default-provider).
43+
You can opt into this behavior now by setting the environment variable
44+
`VECTOR_OPENSSL_LEGACY_PROVIDER=false`.
45+
3646
### Potentially impactful changes
3747

38-
#### Upgrade of OpenSSL from 1.1.1 to 3.1.0 {#openssl-upgrade}
48+
#### Upgrade of OpenSSL from 1.1.1 to 3.1.2 {#openssl-upgrade}
3949

4050
As part of moving off of OpenSSL 1.1.1 before it becomes [end-of-life in
4151
September](https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/), Vector has upgraded the version

0 commit comments

Comments
 (0)