Skip to content

Commit

Permalink
chore(releasing): Add deprecation note about respositories.timber.io …
Browse files Browse the repository at this point in the history
…deprecation (vectordotdev#19078)

* 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 <jesse.szwedko@datadoghq.com>

* spelling

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Nov 7, 2023
1 parent c909b66 commit 09df599
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/content/en/highlights/2023-11-07-0-34-0-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
6 changes: 6 additions & 0 deletions website/cue/reference/releases/0.34.0.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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 decommissioned on February 28th, 2024.
"""

changelog: [
Expand Down

0 comments on commit 09df599

Please sign in to comment.