Freddy
760c28a2df
Avoid potential proxycfg/xDS deadlock using non-blocking send
2021-02-08 23:18:32 +00:00
Derek Strickland
0ea2cf33be
Crosslink new microservices collection. ( #9704 )
2021-02-08 18:28:30 +00:00
R.B. Boyer
17effdeb28
xds: prevent LDS flaps in mesh gateways due to unstable datacenter lists ( #9651 )
...
Also fix a similar issue in Terminating Gateways that was masked by an overzealous test.
2021-02-08 16:20:32 +00:00
R.B. Boyer
cab795ecc3
xds: deduplicate mesh gateway listeners in a stable way ( #9650 )
...
In a situation where the mesh gateway is configured to bind to multiple
network interfaces, we use a feature called 'tagged addresses'.
Sometimes an address is duplicated across multiple tags such as 'lan'
and 'lan_ipv4'.
There is code to deduplicate these things when creating envoy listeners,
but that code doesn't ensure that the same tag wins every time. If the
winning tag flaps between xDS discovery requests it will cause the
listener to be drained and replaced.
2021-02-05 22:28:52 +00:00
David Yu
380080774c
docs: fix another broken link to upgrading k8s servers from token rotation page ( #9707 )
...
fix another broken link to upgrading k8s servers from token rotation page
2021-02-04 17:44:44 +00:00
David Yu
93df4ca267
docs: Small change to fix broken link to k8s upgrade from k8s tls certs page ( #9705 )
...
Broken link to k8s server upgrade from tls certs page
2021-02-04 17:14:10 +00:00
Kim Ngo
1bdfc002ea
docs/nia: recommend sensitive variables for module authoring ( #9692 )
2021-02-02 20:58:23 +00:00
Kim Ngo
50ba190bf0
docs/nia: Update verbiage around securely configuring providers ( #9684 )
...
This reorganizes and flags where and when sensitive information may
be written in plain-text
2021-02-02 19:25:37 +00:00
Brandon Romano
1516acd6c4
Merge pull request #9677 from hashicorp/km.hcp
...
website: 2/2 Updates for HCP
2021-02-02 16:43:34 +00:00
hashicorp-ci
dc4ec94648
Merge branch 'release/1.9.3' into remote-x
2021-02-01 17:50:15 +00:00
hashicorp-ci
28859d505d
Putting source back into Dev Mode
2021-02-01 17:50:11 +00:00
hashicorp-ci
f55da93061
Release v1.9.3
2021-02-01 15:16:05 +00:00
hashicorp-ci
30538fd8ff
update bindata_assetfs.go
2021-02-01 15:16:04 +00:00
Mike Morris
c31aa0f5f2
website: add release notes for 1.9 ( #9189 )
...
* website: initial draft of release notes framework
* website: fixup ref to 1-9-0.mdx
* Update website/pages/docs/release-notes/1-9-0.mdx
* Update website/pages/docs/release-notes/1-9-0.mdx
* website: add draft of 1.9.0 release notes
* website: move release-notes directory from /pages to /content
* Update 1-9-0.mdx
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
* Update website/content/docs/release-notes/1-9-0.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-01-29 23:01:32 +00:00
Ashwin Venkatesh
328dba1959
Add docs for TLS Server Certificate rotation for K8S ( #9636 )
...
* Add docs for TLS Server Certificate rotation for K8s
2021-01-29 22:14:28 +00:00
Luke Kysow
120980ed8a
Add operations section to k8s notes ( #9625 )
...
* Add operations section to k8s notes
* Unify faq/troubleshooting
2021-01-29 19:16:14 +00:00
Matt Keeler
9bd62b1bb8
Generate the v1.9.3 changelog additions ( #9669 )
2021-01-29 13:07:10 -05:00
John Cowen
fa0edd2a2d
chore: changelog for 9660 ( #9668 )
2021-01-29 16:09:14 +00:00
John Cowen
c1b643b775
ui: Correct AdapterError import ( #9147 ) ( #9667 )
2021-01-29 16:06:07 +00:00
John Cowen
12c1898e06
ui: Keep track of previous node checks and avoid adding them twice ( #9661 )
...
* Keep track of previous node checks and avoid adding them twice
2021-01-29 15:58:34 +00:00
John Cowen
f0e2bc2a4e
ui: Check for a non-existent items argument/attribute within DataCollection ( #9662 )
2021-01-29 15:54:01 +00:00
John Cowen
beae0f5b60
ui: [BUGFIX] Fix missing or duplicate service instance health checks ( #9660 )
...
* Use NodeName not Node for cross checking proxies/instances
* Also copy over the meta data to keep the correct cursor/index
* When we sync checks to the ProxyInstance replace rather than accumulate
2021-01-29 15:52:37 +00:00
Kyle Havlovitz
11bb34c6c3
Merge pull request #9541 from sadedil/patch-1
...
Add a CLI tool for "Client Libraries & SDKs" page
2021-01-28 18:19:16 +00:00
R.B. Boyer
fa9b61ba15
server: use the presense of stored federation state data as a sign that we already activated the federation state feature flag ( #9519 )
...
This way we only have to wait for the serf barrier to pass once before
we can make use of federation state APIs Without this patch every
restart needs to re-compute the change.
2021-01-28 16:35:19 +00:00
David Yu
a89a803c17
docs: Update Compat Matrix for Consul Helm 0.29 ( #9657 )
...
* docs: Update Compat Matrix for Consul Helm 0.29
Adding 0.29
* Update compatibility.mdx
2021-01-27 22:39:43 +00:00
Daniel Nephin
86afa3024a
Merge pull request #9252 from hashicorp/dnephin/config-unmethod
...
config: remove Builder receiver from funcs that dont use it
2021-01-27 22:32:25 +00:00
Luke Kysow
b9df5d55b1
Fix missing docs for k8s
2021-01-27 12:16:01 -08:00
Kyle MacDonald
972e3add8e
website: remove netlify artifacts and port missing redirects over to new format ( #9601 )
...
* website: port existing new redirects old format
* website: remove netlify specific artifacts
2021-01-27 12:16:01 -08:00
Ashwin Venkatesh
bc7b85153c
Update docs with fields for ingress support for consul UI
2021-01-27 12:16:01 -08:00
Jeff Escalante
dc84ad6a3a
fix error in component name on autopilot page ( #9638 )
2021-01-27 12:16:01 -08:00
Peter M
e11f69a9f4
changing HCP Consul to reflect GA
...
currently still pointing at private beta link, need to fix for GA.
2021-01-27 12:16:01 -08:00
danielehc
8a1731489e
Update index.mdx
2021-01-27 12:16:01 -08:00
Mark Lewis
886f46c152
Update options.mdx ( #9578 )
...
MInor typo.
2021-01-27 12:16:01 -08:00
Luke Kysow
5a1887a09c
Document proxy-defaults config for prometheus
2021-01-27 12:16:01 -08:00
Luke Kysow
aa7026a79f
Remove guides that live in learn.hashicorp.com now
2021-01-27 12:16:01 -08:00
Luke Kysow
e7496e01f0
Update k8s gateway docs for CRDs
2021-01-27 12:16:01 -08:00
Luke Kysow
a73111ba82
Move cfg entry docs to under connect from agent
...
Since all config entries are currently related to service mesh it's a
much more natural place to look for them under Service Mesh than under
Agent.
2021-01-27 12:16:01 -08:00
Luke Kysow
3c66a9a697
Use full names for cfg entries in sidebar
2021-01-27 12:16:01 -08:00
Luke Kysow
620a92d434
Reword redirect docs for clarity
2021-01-27 12:16:01 -08:00
Luke Kysow
f7237ed171
Add note about code duplication
2021-01-27 12:16:01 -08:00
Jeff Escalante
5577783da3
update start script, remove extra tabs code
2021-01-27 12:16:01 -08:00
Jeff Escalante
ddbd372649
update to latest deps
2021-01-27 12:16:01 -08:00
Luke Kysow
eeb544cc2d
Use nested tabs for gateway examples
2021-01-27 12:16:01 -08:00
Luke Kysow
3f6fd7d66c
Clean up JS for ConfigEntryReference component
2021-01-27 12:16:01 -08:00
Luke Kysow
4d4af4552d
Document Kube CRDs alongside config entry docs
...
* Adds a new react component `ConfigEntryReference` that allows us to
document config entries for both HCL and Kubernetes CRDs.
* Rewrites config entry docs to use new component
* Add CRD examples alongside HCL examples
* Removes examples from Kube CRD doc because the examples are now in the
main CRD docs
2021-01-27 12:16:01 -08:00
Matt Keeler
ab1e689c4a
Upgrade raft-autopilot and wait for autopilot it to stop when revoking leadership ( #9644 )
...
Fixes: 9626
2021-01-27 16:15:37 +00:00
Hans Hasselberg
a625d8f11b
Add flags to support CA generation for Connect ( #9585 )
2021-01-27 07:55:24 +00:00
Matt Keeler
a608eec72c
Add changelog entry for change to the temporary client license duration ( #9642 )
2021-01-26 21:15:47 +00:00
R.B. Boyer
f25a21960e
server: initialize mgw-wanfed to use local gateways more on startup ( #9528 )
...
Fixes #9342
2021-01-25 23:31:21 +00:00
R.B. Boyer
2a8de69aec
chore: regenerate envoy golden files ( #9634 )
2021-01-25 20:03:51 +00:00