Skip to content

chore: Prepare v0.10.0 #3022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 38 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
296da08
wip
Hoverbear Jul 10, 2020
b7d3868
wip
Hoverbear Jul 13, 2020
8b5fece
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 13, 2020
6358cac
generate
Hoverbear Jul 13, 2020
9b43a72
Add a few highlights
Hoverbear Jul 13, 2020
4ca5ad9
Add more highlights
Hoverbear Jul 13, 2020
ff44827
More highlights
Hoverbear Jul 13, 2020
dc22240
Add glibc notes
Hoverbear Jul 14, 2020
a678012
More highlights
Hoverbear Jul 14, 2020
eb4459a
Add sinks
Hoverbear Jul 14, 2020
236782a
upgrading guide to getting started
Hoverbear Jul 14, 2020
333acd7
Whats next
Hoverbear Jul 14, 2020
5f4c4c4
Rules laywer appeasement
Hoverbear Jul 14, 2020
ab58b4b
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 15, 2020
711ea85
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 15, 2020
5b47a31
Add notes to sasl, add reduce
Hoverbear Jul 15, 2020
8fceef8
Presume sasl update will merge
Hoverbear Jul 16, 2020
33af117
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 16, 2020
3f501ba
Add more notes
Hoverbear Jul 16, 2020
1b31202
Touchups
Hoverbear Jul 17, 2020
1a1a675
Better reduction example
Hoverbear Jul 17, 2020
ecea735
Fixup links
Hoverbear Jul 17, 2020
3a83818
Remove dead links
Hoverbear Jul 17, 2020
c205f0e
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 20, 2020
96fe50b
Rebase
Hoverbear Jul 20, 2020
f24ed10
Run make generate
binarylogic Jul 20, 2020
9d3b936
make generate
binarylogic Jul 20, 2020
89db41f
make generate again :/
binarylogic Jul 20, 2020
910e9b2
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 20, 2020
5224f2b
Some notes
Hoverbear Jul 20, 2020
e8ce525
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 20, 2020
c0af50f
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 20, 2020
848cf13
include buster fix
Hoverbear Jul 20, 2020
1d68981
Run make generate
Hoverbear Jul 21, 2020
316d3be
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 21, 2020
7e0b260
Add new updates
Hoverbear Jul 21, 2020
47fcd0c
Merge branch 'master' into Hoverbear/issue2961
Hoverbear Jul 21, 2020
e785990
Include fixups for arm
Hoverbear Jul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -72,6 +72,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 @@ -88,11 +89,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 @@ -130,6 +133,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 @@ -144,6 +148,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 @@ -256,6 +261,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 @@ -269,6 +275,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 @@ -287,8 +294,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 @@ -303,9 +314,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