Skip to content

Commit 22fa53a

Browse files
chore: Prepare v0.10.0 (#3022)
* 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]>
1 parent 675ad3b commit 22fa53a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+14414
-140
lines changed

.meta/.schemas/highlights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"release": {
5555
"type": "string",
5656
"description": "The release/version number this highlight is included in.",
57-
"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"]
57+
"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"]
5858
},
5959
"tags": {
6060
"type": "array",

.meta/links.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ docker_alpine = "https://hub.docker.com/_/alpine"
7272
docker_debian = "https://hub.docker.com/_/debian"
7373
docker_daemon = "https://docs.docker.com/engine/docker-overview/#the-docker-daemon"
7474
docker_daemon_socket_option = "https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option"
75+
docker_dns = "https://docs.docker.com/config/containers/container-networking/#dns-services"
7576
docker_networking = "https://docs.docker.com/network/network-tutorial-host/"
7677
docker_hub_vector = "https://hub.docker.com/r/timberio/vector"
7778
docker_logging_driver_journald = "https://docs.docker.com/config/containers/logging/journald/"
@@ -88,11 +89,13 @@ elasticsearch = "https://www.elastic.co/products/elasticsearch"
8889
elasticsearch_bulk = "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"
8990
elasticsearch_id_field = "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-id-field.html"
9091
elasticsearch_id_performance = "https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html#_use_auto_generated_ids"
92+
endler_dev = "https://endler.dev/"
9193
etsy = "https://www.etsy.com"
9294
event_proto = "https://github.com/timberio/vector/blob/master/proto/event.proto"
9395
exit_codes = "https://docs.rs/exitcode/1.1.2/exitcode/#constants"
9496
externally_tagged_representation = "https://serde.rs/enum-representations.html#externally-tagged"
9597
file = "https://en.wikipedia.org/wiki/Computer_file"
98+
freebsd = "https://www.freebsd.org/"
9699
gcp_authentication = "https://cloud.google.com/docs/authentication/"
97100
gcp_authentication_api_key = "https://cloud.google.com/docs/authentication/api-keys"
98101
gcp_authentication_server_to_server = "https://cloud.google.com/docs/authentication/production"
@@ -130,6 +133,7 @@ iam_instance_profile = "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_role
130133
iana_time_zone_format = "https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"
131134
iana_time_zones = "https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
132135
ieee_754 = "https://en.wikipedia.org/wiki/IEEE_754"
136+
ietf_rfc_6750 = "https://tools.ietf.org/html/rfc6750"
133137
initd = "https://bash.cyberciti.biz/guide//etc/init.d"
134138
influxdb = "https://www.influxdata.com/products/influxdb-overview/"
135139
influxdb_http_api_v1 = "https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint"
@@ -144,6 +148,7 @@ json_types = "https://en.wikipedia.org/wiki/JSON#Data_types_and_syntax"
144148
kafka = "https://kafka.apache.org/"
145149
kafka_partitioning_docs = "https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Partitioningandbootstrapping"
146150
kafka_protocol = "https://kafka.apache.org/protocol"
151+
kafka_sasl = "https://docs.confluent.io/current/kafka/authentication_sasl/index.html"
147152
kubernetes = "https://kubernetes.io/"
148153
kubernetes_accessing_api_from_pod = "https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod"
149154
kubernetes_api = "https://kubernetes.io/docs/concepts/overview/kubernetes-api/"
@@ -256,6 +261,7 @@ statsd_udp_protocol = "https://github.com/b/statsd_spec"
256261
stderr = "https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)"
257262
stdin = "https://en.wikipedia.org/wiki/Standard_streams#Standard_input_(stdin)"
258263
stdout = "https://en.wikipedia.org/wiki/Standard_streams#Standard_output_(stdout)"
264+
stripe_blog_canonical_log_lines = "https://stripe.com/blog/canonical-log-lines"
259265
strptime_specifiers = "https://docs.rs/chrono/0.4.11/chrono/format/strftime/index.html#specifiers"
260266
syslog = "https://en.wikipedia.org/wiki/Syslog"
261267
syslog_3164 = "https://tools.ietf.org/html/rfc3164"
@@ -269,6 +275,7 @@ toml = "https://github.com/toml-lang/toml"
269275
toml_array = "https://github.com/toml-lang/toml#array"
270276
toml_table = "https://github.com/toml-lang/toml#table"
271277
toml_types = "https://github.com/toml-lang/toml#table-of-contents"
278+
twelve_factor_app = "https://12factor.net/"
272279
udp = "https://en.wikipedia.org/wiki/User_Datagram_Protocol"
273280
uds = "https://en.wikipedia.org/wiki/Unix_domain_socket"
274281
unicode_whitespace = "https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace"
@@ -287,8 +294,12 @@ vector_download = "https://vector.dev/releases/latest/download/"
287294
vector_download_nightly = "https://vector.dev/releases/nightly/download/"
288295
vector_enriching_transforms = "https://vector.dev/components/?functions%5B%5D=enrich"
289296
vector_getting_started = "https://vector.dev/guides/getting-started/"
297+
vector_generate_arguments_issue = "https://github.com/timberio/vector/issues/1966"
290298
vector_guides = "https://vector.dev/guides/"
299+
vector_glibc_benchmarks = "https://github.com/timberio/vector/issues/2313"
291300
vector_highlights = "https://vector.dev/highlights/"
301+
vector_http_auth_token = "https://vector.dev/docs/reference/sinks/http/#token"
302+
vector_homebrew = "https://vector.dev/docs/setup/installation/package-managers/homebrew/"
292303
vector_homebrew_source_files = "https://github.com/timberio/homebrew-brew/blob/master/Formula/vector.rb"
293304
vector_initd_service = "https://github.com/timberio/vector/blob/master/distribution/init.d/vector"
294305
vector_issues = "https://github.com/timberio/vector/issues"
@@ -303,9 +314,12 @@ vector_programmable_transforms = "https://vector.dev/components/?functions%5B%5D
303314
vector_pull_requests = "https://github.com/timberio/vector/pulls"
304315
vector_receiving_sources = "https://vector.dev/components/?functions%5B%5D=receive"
305316
vector_releases = "https://vector.dev/releases/latest/"
317+
vector_regex_parser = "https://vector.dev/docs/reference/transforms/regex_parser/"
306318
vector_repo = "https://github.com/timberio/vector"
307319
vector_roadmap = "https://github.com/timberio/vector/milestones?direction=asc&sort=due_date&state=open"
308320
vector_rpm_source_files = "https://github.com/timberio/vector/tree/master/distribution/rpm"
321+
vector_sink_kafka_sasl = "https://vector.dev/docs/reference/sources/kafka/#sasl"
322+
vector_sink_http_batch = "https://vector.dev/docs/reference/sinks/http/#batch"
309323
vector_security_policy = "https://github.com/timberio/vector/security/policy"
310324
vector_semantic_yml = "https://github.com/timberio/vector/blob/master/.github/semantic.yml"
311325
vector_stars = "https://github.com/timberio/vector/stargazers"

0 commit comments

Comments
 (0)