From 9142fa0c186667fdf92af849f46a6167616c3c12 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 7 Nov 2023 09:55:21 -0800 Subject: [PATCH 1/2] chore(releasing): Add deprecation note about respositories.timber.io deprecation As part of the cutover plan described by the release highlight. Signed-off-by: Jesse Szwedko --- .../en/highlights/2023-11-07-0-34-0-upgrade-guide.md | 10 ++++++++++ website/cue/reference/releases/0.34.0.cue | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/website/content/en/highlights/2023-11-07-0-34-0-upgrade-guide.md b/website/content/en/highlights/2023-11-07-0-34-0-upgrade-guide.md index 7996304cfc102..c2d32c976aeb3 100644 --- a/website/content/en/highlights/2023-11-07-0-34-0-upgrade-guide.md +++ b/website/content/en/highlights/2023-11-07-0-34-0-upgrade-guide.md @@ -22,6 +22,7 @@ Vector's 0.34.0 release includes **breaking changes**: and **deprecations**: 1. [Deprecation of `requests_completed_total`, `request_duration_seconds`, and `requests_received_total` Internal Metrics](#deprecate-obsolete-http-metrics) +1. [Deprecation of `repositories.timber.io` package repositories](#timber-package-deprecation) We cover them below to help you upgrade quickly: @@ -125,3 +126,12 @@ The `requests_completed_total`, `request_duration_seconds`, and `requests_receiv | requests_completed_total | http_client_responses_total | apache metrics, aws ecs metrics, http client, prometheus remote write, prometheus scrape | | request_duration_seconds | http_client_response_rtt_seconds | apache metrics, aws ecs metrics, http client, prometheus remote write, prometheus scrape | | requests_received_total | http_server_requests_received_total | aws kinesis firehose, heroku logplex, prometheus exporter, splunk hec | + +#### Deprecation of `repositories.timber.io` package repositories {#timber-package-deprecation} + +Starting with the `v0.34.0` release, we are starting our migration of OS package hosting from +`repositories.timber.io` to `apt.vector.dev` and `yum.vector.dev`. This is the last point release +that will be published to `repositories.timber.io` (any `v0.34.x` patch releases will still be +published). The repositories at `repositories.timber.io` will be decommissioned on February 28th, +2024. Please see the [release highlight](/highlights/2023-11-07-new-linux-repos) for details about +this change and instructions on how to migrate. diff --git a/website/cue/reference/releases/0.34.0.cue b/website/cue/reference/releases/0.34.0.cue index 40bdd881211ab..345958d5caf38 100644 --- a/website/cue/reference/releases/0.34.0.cue +++ b/website/cue/reference/releases/0.34.0.cue @@ -22,6 +22,12 @@ releases: "0.34.0": { change and recommended practices to either secure the disk buffers or to avoid storing secrets in events altogether. + This release also marks the deprecation of the OS package repositories hosted at + `repositories.timber.io`. Instead, packages have been moved to `apt.vector.dev` and + `yum.vector.dev`. Please see the [release + highlight](/highlights/2023-11-07-new-linux-repos) for details about this change and + instructions on how to migrate. The repositories located at `repositories.timber.io` will + be decomissioned on February 28th, 2024. """ changelog: [ From 5a7f671a28560230c2d6d8163f3dc8bb6c19606f Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 7 Nov 2023 10:00:09 -0800 Subject: [PATCH 2/2] spelling Signed-off-by: Jesse Szwedko --- website/cue/reference/releases/0.34.0.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/cue/reference/releases/0.34.0.cue b/website/cue/reference/releases/0.34.0.cue index 345958d5caf38..6fdf9092a9e7b 100644 --- a/website/cue/reference/releases/0.34.0.cue +++ b/website/cue/reference/releases/0.34.0.cue @@ -27,7 +27,7 @@ releases: "0.34.0": { `yum.vector.dev`. Please see the [release highlight](/highlights/2023-11-07-new-linux-repos) for details about this change and instructions on how to migrate. The repositories located at `repositories.timber.io` will - be decomissioned on February 28th, 2024. + be decommissioned on February 28th, 2024. """ changelog: [