Skip to content

Commit

Permalink
chore: Prepare v0.10.0 (vectordotdev#3022)
Browse files Browse the repository at this point in the history
* wip

Signed-off-by: Ana Hobden <[email protected]>

* wip

Signed-off-by: Ana Hobden <[email protected]>

* generate

Signed-off-by: Ana Hobden <[email protected]>

* Add a few highlights

Signed-off-by: Ana Hobden <[email protected]>

* Add more highlights

Signed-off-by: Ana Hobden <[email protected]>

* More highlights

Signed-off-by: Ana Hobden <[email protected]>

* Add glibc notes

Signed-off-by: Ana Hobden <[email protected]>

* More highlights

Signed-off-by: Ana Hobden <[email protected]>

* Add sinks

Signed-off-by: Ana Hobden <[email protected]>

* upgrading guide to getting started

Signed-off-by: Ana Hobden <[email protected]>

* Whats next

Signed-off-by: Ana Hobden <[email protected]>

* Rules laywer appeasement

Signed-off-by: Ana Hobden <[email protected]>

* Add notes to sasl, add reduce

Signed-off-by: Ana Hobden <[email protected]>

* Presume sasl update will merge

Signed-off-by: Ana Hobden <[email protected]>

* Add more notes

Signed-off-by: Ana Hobden <[email protected]>

* Touchups

Signed-off-by: Ana Hobden <[email protected]>

* Better reduction example

Signed-off-by: Ana Hobden <[email protected]>

* Fixup links

Signed-off-by: Ana Hobden <[email protected]>

* Remove dead links

Signed-off-by: Ana Hobden <[email protected]>

* Rebase

Signed-off-by: Ana Hobden <[email protected]>

* Run make generate

Signed-off-by: binarylogic <[email protected]>

* make generate

Signed-off-by: binarylogic <[email protected]>

* make generate again :/

Signed-off-by: binarylogic <[email protected]>

* Some notes

Signed-off-by: Ana Hobden <[email protected]>

* include buster fix

Signed-off-by: Ana Hobden <[email protected]>

* Run make generate

Signed-off-by: Ana Hobden <[email protected]>

* Add new updates

Signed-off-by: Ana Hobden <[email protected]>

* Include fixups for arm

Signed-off-by: Ana Hobden <[email protected]>

Co-authored-by: binarylogic <[email protected]>
Signed-off-by: Brian Menges <[email protected]>
  • Loading branch information
2 people authored and Brian Menges committed Dec 9, 2020
1 parent 9cc344d commit f0218d4
Show file tree
Hide file tree
Showing 42 changed files with 14,414 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .meta/.schemas/highlights.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"release": {
"type": "string",
"description": "The release/version number this highlight is included in.",
"enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9.2"]
"enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9.2","0.10.0"]
},
"tags": {
"type": "array",
Expand Down
14 changes: 14 additions & 0 deletions .meta/links.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ docker_alpine = "https://hub.docker.com/_/alpine"
docker_debian = "https://hub.docker.com/_/debian"
docker_daemon = "https://docs.docker.com/engine/docker-overview/#the-docker-daemon"
docker_daemon_socket_option = "https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option"
docker_dns = "https://docs.docker.com/config/containers/container-networking/#dns-services"
docker_networking = "https://docs.docker.com/network/network-tutorial-host/"
docker_hub_vector = "https://hub.docker.com/r/timberio/vector"
docker_logging_driver_journald = "https://docs.docker.com/config/containers/logging/journald/"
Expand All @@ -89,11 +90,13 @@ elasticsearch = "https://www.elastic.co/products/elasticsearch"
elasticsearch_bulk = "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"
elasticsearch_id_field = "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-id-field.html"
elasticsearch_id_performance = "https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html#_use_auto_generated_ids"
endler_dev = "https://endler.dev/"
etsy = "https://www.etsy.com"
event_proto = "https://github.com/timberio/vector/blob/master/proto/event.proto"
exit_codes = "https://docs.rs/exitcode/1.1.2/exitcode/#constants"
externally_tagged_representation = "https://serde.rs/enum-representations.html#externally-tagged"
file = "https://en.wikipedia.org/wiki/Computer_file"
freebsd = "https://www.freebsd.org/"
gcp_authentication = "https://cloud.google.com/docs/authentication/"
gcp_authentication_api_key = "https://cloud.google.com/docs/authentication/api-keys"
gcp_authentication_server_to_server = "https://cloud.google.com/docs/authentication/production"
Expand Down Expand Up @@ -131,6 +134,7 @@ iam_instance_profile = "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_role
iana_time_zone_format = "https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"
iana_time_zones = "https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
ieee_754 = "https://en.wikipedia.org/wiki/IEEE_754"
ietf_rfc_6750 = "https://tools.ietf.org/html/rfc6750"
initd = "https://bash.cyberciti.biz/guide//etc/init.d"
influxdb = "https://www.influxdata.com/products/influxdb-overview/"
influxdb_http_api_v1 = "https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint"
Expand All @@ -145,6 +149,7 @@ json_types = "https://en.wikipedia.org/wiki/JSON#Data_types_and_syntax"
kafka = "https://kafka.apache.org/"
kafka_partitioning_docs = "https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Partitioningandbootstrapping"
kafka_protocol = "https://kafka.apache.org/protocol"
kafka_sasl = "https://docs.confluent.io/current/kafka/authentication_sasl/index.html"
kubernetes = "https://kubernetes.io/"
kubernetes_accessing_api_from_pod = "https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod"
kubernetes_api = "https://kubernetes.io/docs/concepts/overview/kubernetes-api/"
Expand Down Expand Up @@ -257,6 +262,7 @@ statsd_udp_protocol = "https://github.com/b/statsd_spec"
stderr = "https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)"
stdin = "https://en.wikipedia.org/wiki/Standard_streams#Standard_input_(stdin)"
stdout = "https://en.wikipedia.org/wiki/Standard_streams#Standard_output_(stdout)"
stripe_blog_canonical_log_lines = "https://stripe.com/blog/canonical-log-lines"
strptime_specifiers = "https://docs.rs/chrono/0.4.11/chrono/format/strftime/index.html#specifiers"
syslog = "https://en.wikipedia.org/wiki/Syslog"
syslog_3164 = "https://tools.ietf.org/html/rfc3164"
Expand All @@ -270,6 +276,7 @@ toml = "https://github.com/toml-lang/toml"
toml_array = "https://github.com/toml-lang/toml#array"
toml_table = "https://github.com/toml-lang/toml#table"
toml_types = "https://github.com/toml-lang/toml#table-of-contents"
twelve_factor_app = "https://12factor.net/"
udp = "https://en.wikipedia.org/wiki/User_Datagram_Protocol"
uds = "https://en.wikipedia.org/wiki/Unix_domain_socket"
unicode_whitespace = "https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace"
Expand All @@ -288,8 +295,12 @@ vector_download = "https://vector.dev/releases/latest/download/"
vector_download_nightly = "https://vector.dev/releases/nightly/download/"
vector_enriching_transforms = "https://vector.dev/components/?functions%5B%5D=enrich"
vector_getting_started = "https://vector.dev/guides/getting-started/"
vector_generate_arguments_issue = "https://github.com/timberio/vector/issues/1966"
vector_guides = "https://vector.dev/guides/"
vector_glibc_benchmarks = "https://github.com/timberio/vector/issues/2313"
vector_highlights = "https://vector.dev/highlights/"
vector_http_auth_token = "https://vector.dev/docs/reference/sinks/http/#token"
vector_homebrew = "https://vector.dev/docs/setup/installation/package-managers/homebrew/"
vector_homebrew_source_files = "https://github.com/timberio/homebrew-brew/blob/master/Formula/vector.rb"
vector_initd_service = "https://github.com/timberio/vector/blob/master/distribution/init.d/vector"
vector_issues = "https://github.com/timberio/vector/issues"
Expand All @@ -304,9 +315,12 @@ vector_programmable_transforms = "https://vector.dev/components/?functions%5B%5D
vector_pull_requests = "https://github.com/timberio/vector/pulls"
vector_receiving_sources = "https://vector.dev/components/?functions%5B%5D=receive"
vector_releases = "https://vector.dev/releases/latest/"
vector_regex_parser = "https://vector.dev/docs/reference/transforms/regex_parser/"
vector_repo = "https://github.com/timberio/vector"
vector_roadmap = "https://github.com/timberio/vector/milestones?direction=asc&sort=due_date&state=open"
vector_rpm_source_files = "https://github.com/timberio/vector/tree/master/distribution/rpm"
vector_sink_kafka_sasl = "https://vector.dev/docs/reference/sources/kafka/#sasl"
vector_sink_http_batch = "https://vector.dev/docs/reference/sinks/http/#batch"
vector_security_policy = "https://github.com/timberio/vector/security/policy"
vector_semantic_yml = "https://github.com/timberio/vector/blob/master/.github/semantic.yml"
vector_stars = "https://github.com/timberio/vector/stargazers"
Expand Down
Loading

0 comments on commit f0218d4

Please sign in to comment.