Skip to content

Commit

Permalink
chore(docs): Remove references to CloudSmith from docs (#19377)
Browse files Browse the repository at this point in the history
* chore(docs): Remove references to CloudSmith from docs

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

* Put publish_metadata back

Updating in a different PR

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

---------

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Dec 13, 2023
1 parent 632fe21 commit dff8ca3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 24 deletions.
14 changes: 6 additions & 8 deletions PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ project thinks about privacy now and in the future.

### Downloads

Vector uses AWS S3, GitHub assets, [Cloudsmith][cloudsmith], and Docker Hub to host
release artifacts. Vector does track download counts in aggregate. For GitHub, Cloudsmith,
and Docker this data is anonymous, but for AWS S3 IP addresses are logged. There is no
way to disable IP address tracking within the AWS S3 logs. If you are concerned about
sharing your IP address we recommend using a proxy, or downloading Vector from a
different channel.
Vector uses AWS S3, GitHub assets, and Docker Hub to host release artifacts.
Vector does track download counts in aggregate. For GitHub, and Docker this data
is anonymous, but for AWS S3 IP addresses are logged. There is no way to disable
IP address tracking within the AWS S3 logs. If you are concerned about sharing
your IP address we recommend using a proxy, or downloading Vector from
a different channel.

### Phoning Home

Expand Down Expand Up @@ -56,5 +56,3 @@ privacy policy [here][discord_pp].
[discord_pp]: https://discord.com/privacy/
[netlify_analytics]: https://www.netlify.com/products/analytics/
[vero_pp]: https://www.getvero.com/privacy/
[cloudsmith]: https://cloudsmith.com/

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ weight: 1

[Advanced Package Tool][apt], or **APT**, is a free package manager that handles the installation and removal of software on [Debian], [Ubuntu], and other [Linux] distributions.

Our APT repositories are provided by [Cloudsmith] and you can find [instructions][repos] for manually adding the repositories. This page covers installing and managing Vector through the [APT package repository][apt].
Our APT repositories are provided by [Datadog]. This page covers installing and managing Vector
through the [APT package repository][apt].

## Supported architectures

Expand Down Expand Up @@ -52,8 +53,7 @@ sudo apt remove vector
{{< jump "/docs/administration/management" "apt-dpkg-rpm-yum-pacman" >}}

[apt]: https://en.wikipedia.org/wiki/APT_(software)
[cloudsmith]: https://cloudsmith.io/~timber/repos/vector/packages
[datadog]: https://www.datadoghq.com/
[debian]: https://debian.org
[linux]: https://linux.org
[repos]: https://cloudsmith.io/~timber/repos/vector/setup/#formats-deb
[ubuntu]: https://ubuntu.com
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ weight: 9

The [Yellowdog Updater, Modified][yum] (YUM) is a free and open-source command-line package-manager for Linux operating system using the RPM Package Manager.

Our Yum repositories are provided by [Cloudsmith] and you can find [instructions for manually adding the repositories][add_repo]. This page covers installing and managing Vector through the YUM package repository.
Our Yum repositories are provided by [Datadog]. This page covers installing and managing Vector
through the YUM package repository.

## Installation

Expand Down Expand Up @@ -45,6 +46,5 @@ sudo yum remove vector

{{< jump "/docs/administration/management" "apt-dpkg-rpm-yum-pacman" >}}

[add_repo]: https://cloudsmith.io/~timber/repos/vector/setup/#formats-rpm
[cloudsmith]: https://cloudsmith.io/~timber/repos/vector/packages/
[Datadog]: https://www.datadoghq.com/
[yum]: https://en.wikipedia.org/wiki/Yum_(software)
4 changes: 1 addition & 3 deletions website/cue/reference/administration/interfaces/apt.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ administration: interfaces: apt: {
installation and removal of software on [Debian](\(urls.debian)), [Ubuntu](\(urls.ubuntu)),
and other Linux distributions.
Our APT repositories are provided by [Cloudsmith](\(urls.cloudsmith)). We recommend
consulting the official instructions for [manually adding
repositories](\(urls.cloudsmith_apt)).
Our APT repositories are provided by [Datadog](\(urls.datadog)).
"""

archs: ["x86_64", "ARM64", "ARMv7"]
Expand Down
5 changes: 1 addition & 4 deletions website/cue/reference/administration/interfaces/yum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ administration: interfaces: yum: {
open-source command-line package-manager for Linux operating system
using the RPM Package Manager.
Our Yum repositories are provided by
[Cloudsmith](\(urls.cloudsmith)) and you
can find [instructions for manually adding
the repositories](\(urls.cloudsmith_yum)).
Our Yum repositories are hosted by [Datadog](\(urls.datadog)).
"""

archs: ["x86_64", "ARM64", "ARMv7"]
Expand Down
3 changes: 0 additions & 3 deletions website/cue/reference/urls.cue
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ urls: {
cgroups_limit_resources: "https://the.binbashtheory.com/control-resources-cgroups/"
clickhouse: "https://clickhouse.com/"
clickhouse_http: "https://clickhouse.com/docs/en/interfaces/http/"
cloudsmith: "https://cloudsmith.io/~timber/repos/vector/packages/"
cloudsmith_apt: "https://cloudsmith.io/~timber/repos/vector/setup/#formats-deb"
cloudsmith_yum: "https://cloudsmith.io/~timber/repos/vector/setup/#formats-rpm"
community_id_spec: "https://github.com/corelight/community-id-spec"
console: "\(wikipedia)/wiki/System_console"
contributing: "\(vector_repo)/blob/master/CONTRIBUTING.md#setup"
Expand Down

0 comments on commit dff8ca3

Please sign in to comment.