Luke Kysow
c496fd80c2
Merge pull request #6583 from hashicorp/connect-annotations
...
Document new annotations for Connect injections
2019-10-31 12:58:43 -07:00
Alexandra Freeman
00f5fde869
Update mediums on main community page ( #6699 )
...
Updating all .io Community sites to direct practitioners to the Forum as the first medium for communicating with other users and HashiCorp employees. Deleted Gitter link and Google Group link, as these will be phased out over the next few months. Updated what appeared to be a typo on the page description. Chatted with Nic Jackson before submitting PR.
2019-10-31 14:52:23 -04:00
kaitlincarter-hc
bac8edb7df
removed the term easy and updated the formatting
2019-10-29 15:59:21 -05:00
Charlie Voiselle
c646089c84
Updating Nomad Consul Connect info
2019-10-29 16:53:25 -04:00
Sarah Christoff
5e1c6e907b
Set MinQuorum variable in Autopilot ( #6654 )
...
* Add MinQuorum to Autopilot
2019-10-29 09:04:41 -05:00
Sarah Christoff
64d099c020
Update -protocol doc ( #6681 )
...
* Update -protocol to have more clear version wording
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-10-29 08:41:28 -05:00
Luke Kysow
b5cd6f83a3
Merge pull request #6683 from hashicorp/service-account-connect-inject-docs
...
Document service account name requirements
2019-10-28 10:26:52 -07:00
Luke Kysow
3524ee0478
Document service account name requirements
...
If ACLs are enabled, service account name must match the name of the
service in Consul.
Fixes https://github.com/hashicorp/consul-helm/issues/202
2019-10-24 16:51:51 -07:00
kaitlincarter-hc
749915ce0f
missed UTM parameter ( #6679 )
2019-10-24 12:29:54 -05:00
kaitlincarter-hc
73832ed80b
fixing ACL reset links ( #6678 )
2019-10-24 12:22:08 -05:00
kaitlincarter-hc
30ae048f85
Top Navigation change ( #6630 )
...
* Changed Guides to Learn in the top nav and added utm parameters to the guide index page
* Update website/source/docs/guides/index.html.md
* Update website/source/docs/guides/index.html.md
* Update website/source/layouts/layout.erb
2019-10-21 14:19:27 -05:00
kaitlincarter-hc
4f9e639d49
updating broken link ( #6633 )
2019-10-16 16:18:39 -05:00
PHBourquin
039615641e
Checks to passing/critical only after reaching a consecutive success/failure threshold ( #5739 )
...
A check may be set to become passing/critical only if a specified number of successive
checks return passing/critical in a row. Status will stay identical as before until
the threshold is reached.
This feature is available for HTTP, TCP, gRPC, Docker & Monitor checks.
2019-10-14 21:49:49 +01:00
kaitlincarter-hc
b0310364c6
[docs] Adding Links to Learn ( #6611 )
...
* adding links to Learn
* fixing a couple typos
* adding utm paramaters
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/agent/encryption.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/proxies/built-in.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/registration/sidecar-service.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/install/index.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/agent/kv.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/internals/architecture.html.md
2019-10-14 10:40:35 -05:00
Blake Covarrubias
97953454c4
Add Consul's L7 features to Istio comparison
...
Add text listing Consul's L7 features (via Envoy). Re-organize text to
flow similarly to Istio section.
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-10-10 11:33:34 -07:00
Luke Kysow
17990aabf3
Document new annotations for Connect injections
2019-10-04 15:31:24 -07:00
Sarah Christoff
5e26971864
Prune Unhealthy Agents ( #6571 )
...
* Add -prune flag to ForceLeave
2019-10-04 16:10:02 -05:00
Freddy
2eaece10a7
Update Force Leave docs ( #6550 )
...
Fixes #2742
Previously the docs didn't clarify that if a server restarts as a client then force-leave won't lead to removing the node from the raft config. This is because the node, which is alive after a restart, will refute messages about it having left . These messages about members leaving are in turn what trigger Consul's leader to remove a server from raft.
2019-09-27 17:49:28 -06:00
Mike Morris
6bf75d201d
docs: add managed proxy removal note to specific version upgrade notes ( #6557 )
2019-09-27 10:52:47 -04:00
Judith Malnick
fd41003138
Specify that mesh gateways require Envoy ( #6506 )
...
* Specify that mesh gateways must operate on L7
* Add feedback from Matt
* clarify gateway requirements
2019-09-26 20:06:58 -07:00
Freddy
fdd10dd8b8
Expose HTTP-based paths through Connect proxy ( #6446 )
...
Fixes : #5396
This PR adds a proxy configuration stanza called expose. These flags register
listeners in Connect sidecar proxies to allow requests to specific HTTP paths from outside of the node. This allows services to protect themselves by only
listening on the loopback interface, while still accepting traffic from non
Connect-enabled services.
Under expose there is a boolean checks flag that would automatically expose all
registered HTTP and gRPC check paths.
This stanza also accepts a paths list to expose individual paths. The primary
use case for this functionality would be to expose paths for third parties like
Prometheus or the kubelet.
Listeners for requests to exposed paths are be configured dynamically at run
time. Any time a proxy, or check can be registered, a listener can also be
created.
In this initial implementation requests to these paths are not
authenticated/encrypted.
2019-09-25 20:55:52 -06:00
Alvin Huang
f6b928043f
remove alert bar on homepage ( #6544 )
2019-09-25 17:28:14 -04:00
R.B. Boyer
af01d397a5
connect: don't colon-hex-encode the AuthorityKeyId and SubjectKeyId fields in connect certs ( #6492 )
...
The fields in the certs are meant to hold the original binary
representation of this data, not some ascii-encoded version.
The only time we should be colon-hex-encoding fields is for display
purposes or marshaling through non-TLS mediums (like RPC).
2019-09-23 12:52:35 -05:00
Jack Pearkes
5b41903bd0
website: update alert bar on homepage ( #6518 )
...
Per @changli0617
2019-09-20 15:32:25 -07:00
Luke Kysow
9f4ecdbf3e
Merge pull request #6511 from hashicorp/code-highlighting
...
Give code blocks coloured background
2019-09-20 10:35:53 -07:00
Luke Kysow
5c9ece5964
Merge pull request #6460 from hashicorp/helm-wait
...
Update consul-helm enterprise docs for ACLs
2019-09-19 15:32:27 -07:00
Bartek Jaroszewski
ea009d1457
website, add git2consul-go to the tools list ( #6286 )
...
Signed-off-by: bjaroszewski <bjaroszewski@griddynamics.com>
2019-09-19 17:20:50 -05:00
Luke Kysow
dcf922858a
Update consul-helm enterprise docs for ACLs
...
If ACLs are added then slightly different commands are needed.
2019-09-19 15:09:38 -07:00
Luke Kysow
2a0d9ff882
Update Consul DNS on kube docs
...
- fix instructions for CoreDNS (it updated)
- fix instructions for new component names
- recommend installing with the name 'consul'
- add disclaimer that catalog sync is not always required
- clean up example values.yaml files
2019-09-19 15:09:38 -07:00
Luke Kysow
16d1f4ca01
Give code blocks coloured background
...
This will make them stand out more and matches the style of terraform.io
2019-09-19 14:53:28 -07:00
Iryna Shustava
91e6c634ca
Merge pull request #6500 from hashicorp/typo-fix
...
Fix typo in "Service Ports" section
2019-09-18 13:11:52 -07:00
kaitlincarter-hc
c10f83ebee
[docs]Updated Containers Guide ( #6215 )
...
* Adding the updated containers guide that will be deployed on Learn only.
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
2019-09-17 13:35:46 -07:00
Iryna Shustava
7d593aca60
Fix typo in "Service Ports" section
2019-09-17 12:05:04 -07:00
Blake Covarrubias
fb2ffef849
docs: Fix typo in acl/acl-rules
2019-09-13 19:50:35 -07:00
Blake Covarrubias
257aeb7929
docs: Add .tgz to snapshot restore example ( #6476 )
2019-09-13 19:48:49 -07:00
Hans Hasselberg
dcba96079a
docs (Consul Enterprise): Google Cloud Storage snapshot documentation ( #6480 )
2019-09-13 17:54:15 +02:00
Jud White
5096a2fe39
docs: fix typo in install/performance ( #6428 )
2019-09-09 21:23:25 +01:00
dcallao
40af5ca2f0
fixed broken links on consul program page ( #6463 )
2019-09-06 17:18:59 -04:00
dcallao
545ab3c236
docs: added Consul Integration Program Docs Page ( #6459 )
...
* adding the Consul Integration Program page in docs section
2019-09-06 14:52:18 -04:00
John Cowen
826e82f765
docs: Fix discovery chain internals link ( #6449 )
2019-09-05 13:56:50 +01:00
Aestek
7c7b7f24fd
Add option to register services and their checks idempotently ( #4905 )
2019-09-02 09:38:29 -06:00
Matt Keeler
00aa108490
TxnCheckOp has a `Check` field not a `Service` field ( #6418 )
2019-08-28 15:57:41 -04:00
Freddy
4caf1d111a
Rephrase bind docs ( #6394 )
2019-08-26 11:31:55 -06:00
R.B. Boyer
cc9a6f7993
Merge pull request #6388 from hashicorp/release/1-6
...
merging release/1-6 into master
2019-08-23 13:44:46 -05:00
Anudeep Reddy
f9c2a95e0e
Update observability.html.md ( #6379 )
2019-08-23 17:07:48 +02:00
danielehc
2e64b19fc2
Update agent.html.markdown.erb ( #6380 )
...
Adding a note on how to make Consul trust S3-compatible storage that expose a self-signed certificate.
2019-08-23 16:09:41 +02:00
Jack Pearkes
b428e81483
website: fix typo on mesh page ( #6368 )
...
Fixes #6345 .
2019-08-21 16:35:11 -05:00
R.B. Boyer
0a4e683708
docs: remove beta references; leave version notation ( #6372 )
2019-08-21 16:23:08 -05:00
R.B. Boyer
7a6faccf2f
docs: document how envoy escape hatches work with the discovery chain ( #6350 )
...
- Bootstrap escape hatches are OK.
- Public listener/cluster escape hatches are OK.
- Upstream listener/cluster escape hatches are not supported.
If an unsupported escape hatch is configured and the discovery chain is
activated log a warning and act like it was not configured.
Fixes #6160
2019-08-21 15:10:12 -05:00
Alvin Huang
52041cc278
Merge Consul OSS branch 'master' at commit ce9cfc773d
2019-08-21 16:07:04 -04:00
R.B. Boyer
65fc93ea33
docs: fixing L7 config entries documentation ( #6358 )
...
- add service-router example involving gRPC
- fix indentation on service-router page by splitting it up
- remove reference to removed setting
2019-08-21 12:29:53 -05:00
R.B. Boyer
33c09f80c8
docs: add documentation for discovery chains
...
Fixes #6273
2019-08-21 12:29:53 -05:00
Ján Dzurek
5515e094f4
docs: ports docs missing paren fix ( #6367 )
2019-08-21 10:23:03 +02:00
hashicorp-ci
22789fedf8
Merge Consul OSS branch 'master' at commit a7ded1bd8e
2019-08-21 02:00:53 +00:00
Matt Keeler
9a5b258edf
Turned on Envoy 1.11.1 integration tests ( #6347 )
...
I also ran this against 1.5.2 so the docs update claiming compatibility should still be accurate.
2019-08-20 10:20:13 -04:00
John Cowen
a7ded1bd8e
docs: Fix typo layey > layer ( #6352 )
2019-08-20 10:16:30 +02:00
Tyler Ryan
fc9fcdfa53
Merge pull request #6341 from tryan225/docs/autopilot-updates
...
Clarifying autopilot bootstrap and config options
2019-08-19 13:36:50 -07:00
Jack Pearkes
589f77b2ab
website: update the vs. envoy and proxies page ( #6326 )
...
* website: update the vs. envoy and proxies page
This is the second result on Google for "consul envoy" and
it seemed like it needed a bit of an upgrade to help clarify the
current state.
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/intro/vs/proxies.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Apply suggestions from code review
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-08-16 14:25:24 -07:00
tryan225
47ca1fa988
Clarifying autopilot bootstrap and config options
2019-08-16 10:54:13 -07:00
hashicorp-ci
868780f237
Merge Consul OSS branch 'master' at commit 23cf22960a
2019-08-16 02:00:30 +00:00
mattc41190
23cf22960a
Fix 404 ( #6300 )
...
On page: https://www.consul.io/discovery.html
If you click the link for Health Checks -> Learn More the underlying resource is:
https://learn.hashicorp.com/consul/getting-started/checks
This page for me is a 404. I think you've bundled it together in the following page:
Register a Service and Health Check - Service Discovery
Located at: https://learn.hashicorp.com/consul/getting-started/services
Thanks for Consul, it's really awesome.
2019-08-15 14:04:30 -07:00
hashicorp-ci
5919c7c184
Merge Consul OSS branch 'master' at commit 8f7586b339
2019-08-13 02:00:43 +00:00
Sarah Adams
8ff1f481fe
add flag to allow /operator/keyring requests to only hit local servers ( #6279 )
...
Add parameter local-only to operator keyring list requests to force queries to only hit local servers (no WAN traffic).
HTTP API: GET /operator/keyring?local-only=true
CLI: consul keyring -list --local-only
Sending the local-only flag with any non-GET/list request will result in an error.
2019-08-12 11:11:11 -07:00
hashicorp-ci
5ecffb0c0a
Merge Consul OSS branch 'master' at commit 8241787e92
2019-08-11 02:01:18 +00:00
Jake Lundberg
8241787e92
docs: Update consul-helm example to pull latest tag
2019-08-09 16:33:43 -06:00
Mike Morris
b9f07fa9c3
website: restore accidental JSON deletion [skip ci] ( #6303 )
2019-08-09 15:32:54 -04:00
Mike Morris
65be58703c
connect: remove managed proxies ( #6220 )
...
* connect: remove managed proxies implementation and all supporting config options and structs
* connect: remove deprecated ProxyDestination
* command: remove CONNECT_PROXY_TOKEN env var
* agent: remove entire proxyprocess proxy manager
* test: remove all managed proxy tests
* test: remove irrelevant managed proxy note from TestService_ServerTLSConfig
* test: update ContentHash to reflect managed proxy removal
* test: remove deprecated ProxyDestination test
* telemetry: remove managed proxy note
* http: remove /v1/agent/connect/proxy endpoint
* ci: remove deprecated test exclusion
* website: update managed proxies deprecation page to note removal
* website: remove managed proxy configuration API docs
* website: remove managed proxy note from built-in proxy config
* website: add note on removing proxy subdirectory of data_dir
2019-08-09 15:19:30 -04:00
Matt Keeler
b53b98fa26
mesh-gateway ACL tokens should also have `node:read` on everyth… ( #6291 )
2019-08-07 13:52:57 -04:00
Alvin Huang
206b2016a4
Merge remote-tracking branch 'origin/master' into release/1-6
2019-08-02 18:09:32 -04:00
Omer Zach
6785e33d8a
Fix typo in architecture.html.md ( #6261 )
2019-08-01 12:21:37 -06:00
Venkata Krishna Annam
80f091e107
docs: Fix minor mistakes in index.html.md ( #6239 )
2019-08-01 12:57:26 -05:00
freddygv
1a14b94441
Update default gossip encryption key size to 32 bytes
2019-07-30 09:45:41 -06:00
Alvin Huang
b2944bdbe1
Merge remote-tracking branch 'origin/master' into release/1-6
2019-07-26 16:22:53 -04:00
Matt Keeler
59454c7edc
Set --max-obj-name-len 256 when execing Envoy ( #6202 )
...
* Pass -max-obj-name-len 256 to envoy
* Update test expectations.
* Add a note about requireing the max-obj-name-len option to be set
2019-07-26 15:43:15 -04:00
Todd Radel
dbae899796
Merge pull request #6210 from hashicorp/docs/fix-ambassador-link
...
Fix links to ambassador website
2019-07-26 14:29:03 -04:00
R.B. Boyer
c6c4a2251a
Merge Consul OSS branch master at commit b3541c4f34
2019-07-26 10:34:24 -05:00
Mike Morris
34984e4764
docs: add TCP half-close broken pipe to common errors ( #6203 )
2019-07-25 16:01:33 -04:00
Matt Keeler
8b54307be2
Allow forwarding of some status RPCs ( #6198 )
...
* Allow forwarding of some status RPCs
* Update docs
* add comments about not using the regular forward
2019-07-25 14:26:22 -04:00
Todd Radel
569b37133a
Fix links to ambassador website
2019-07-24 13:23:49 -04:00
R.B. Boyer
ad9e7b6ae9
connect: allow L7 routers to match on http methods ( #6164 )
...
Fixes #6158
2019-07-23 20:56:39 -05:00
R.B. Boyer
85cf2706e6
connect: change router syntax for matching query parameters to resemble the syntax for matching paths and headers for consistency. ( #6163 )
...
This is a breaking change, but only in the context of the beta series.
2019-07-23 20:55:26 -05:00
R.B. Boyer
e039dfd7f8
connect: rework how the service resolver subset OnlyPassing flag works ( #6173 )
...
The main change is that we no longer filter service instances by health,
preferring instead to render all results down into EDS endpoints in
envoy and merely label the endpoints as HEALTHY or UNHEALTHY.
When OnlyPassing is set to true we will force consul checks in a
'warning' state to render as UNHEALTHY in envoy.
Fixes #6171
2019-07-23 20:20:24 -05:00
Alvin Huang
ef6b80bab2
resolve circleci config conflicts
2019-07-23 20:18:36 -04:00
Matt Keeler
d7fe8befa9
Update go-bexpr ( #6190 )
...
* Update go-bexpr to v0.1.1
This brings in:
• `in`/`not in` operators to do substring matching
• `matches` / `not matches` operators to perform regex string matching.
* Add the capability to auto-generate the filtering selector ops tables for our docs
2019-07-23 14:45:20 -04:00
Paul Banks
f38da47c55
Allow raft TrailingLogs to be configured. ( #6186 )
...
This fixes pathological cases where the write throughput and snapshot size are both so large that more than 10k log entries are written in the time it takes to restore the snapshot from disk. In this case followers that restart can never catch up with leader replication again and enter a loop of constantly downloading a full snapshot and restoring it only to find that snapshot is already out of date and the leader has truncated its logs so a new snapshot is sent etc.
In general if you need to adjust this, you are probably abusing Consul for purposes outside its design envelope and should reconsider your usage to reduce data size and/or write volume.
2019-07-23 15:19:57 +01:00
kaitlincarter-hc
3a4e38a13e
[docs] New K8s-Consul deployment guide ( #5859 )
...
* New K8s-Consul deployment guide
* Update website/source/docs/guides/kubernetes-production-deploy.md
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* updating based on comments
* Update website/source/docs/guides/kubernetes-production-deploy.md
Co-Authored-By: Rebecca Zanzig <rebecca@hashicorp.com>
* Update website/source/docs/guides/kubernetes-production-deploy.md
* Update website/source/docs/guides/kubernetes-production-deploy.md
2019-07-22 19:16:06 -05:00
hashicorp-ci
a4431da1cc
Merge Consul OSS branch 'master' at commit ef257b084d
2019-07-20 02:00:29 +00:00
Freddy
ef257b084d
Fix typo chose/choose ( #6170 )
2019-07-19 16:29:42 -06:00
javicrespo
b006060d4c
log rotation: limit count of rotated log files ( #5831 )
2019-07-19 15:36:34 -06:00
hashicorp-ci
194a978707
Merge Consul OSS branch 'master' at commit 42dae36923
2019-07-19 02:00:21 +00:00
Luke Kysow
42dae36923
Merge pull request #6141 from hashicorp/hcl-multi-service-docs
...
Document multiple services config in hcl
2019-07-18 12:15:22 +01:00
kaitlincarter-hc
2679315177
[docs] Encryption docs update ( #6082 )
...
* Bad link in encryption docs
* clarifying the guide link
* Update website/source/docs/agent/encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/agent/encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-07-17 20:36:36 -07:00
Judith Malnick
f946545b28
Detail required settings in Gateway doc ( #6126 )
...
* Update mesh_gateway.html.md
* Apply suggestions from code review
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
* Add WAN joining requirement
* re-word primary dc guidance
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
* Update website/source/docs/connect/mesh_gateway.html.md
2019-07-17 11:02:58 -07:00
Luke Kysow
c31cb95da3
Document multiple services config in hcl
...
Also change ttl => timeout since ttl doesn't work anymore.
2019-07-17 15:26:08 +01:00
Sarah Adams
ea2bd5b728
http/tcp checks: fix long timeout behavior to default to user-configured value ( #6094 )
...
Fixes #5834
2019-07-16 15:13:26 -07:00
Jack Pearkes
df6eab83d4
website: link to beta changelog
2019-07-09 13:43:29 +02:00
Jack Pearkes
ad9dcfcfe5
website: fix use-case dropdown size
2019-07-09 08:45:58 +02:00
Jack Pearkes
6cf9abcf2f
website: remove configuration use-case
2019-07-09 07:47:49 +02:00
Jack Pearkes
81aba02015
website: better mesh call to actions
2019-07-09 05:55:58 +02:00
Jack Pearkes
12dc9019af
website: better mesh links into new docs
2019-07-09 05:51:23 +02:00