R.B. Boyer
c20f3a0695
dev: adding a make target to regenerate envoy golden files ( #10158 )
2021-04-30 16:27:54 +00:00
R.B. Boyer
ee30a54c7f
[1.9.x] connect: update supported envoy versions to 1.16.3, 1.15.4, 1.14.7, 1.13.7 ( #10105 )
2021-04-29 15:49:16 -05:00
John Cowen
c6905c0b39
ui: Add a max height and scroll to the intention perm header lists ( #10128 )
2021-04-29 09:42:21 +00:00
Jamie Finnigan
1c8164f5df
remove Codecov from CI runs ( #10145 )
2021-04-28 22:09:58 +00:00
Matt Keeler
aa2099d12a
Add prometheus guage definitions for replication metrics. ( #10109 )
2021-04-23 21:06:21 +00:00
Paul Banks
7a682b33af
Fix panic bug in snapshot inspect ( #10091 ) ( #10108 )
...
* Fix panic bug in snapshot inspect
* Add changelog entry
* Update .changelog/10091.txt
* Undo bad GitHub UI merge
* Undo bad GitHub UI merge
2021-04-23 21:29:06 +01:00
Matt Keeler
7093e48f97
[Backport/1.9.x] Backport #10073 ( #10104 )
...
* Merge pull request #10094 from hashicorp/update-fingerprint
updating fingerprint
* Add replication metrics (#10073 )
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2021-04-23 16:17:09 -04:00
Matt Keeler
5eb34113dd
Update changelog and add telemetry docs ( #10107 )
2021-04-23 20:05:38 +00:00
R.B. Boyer
962563f31b
test: switch envoy integration tests to use pkill instead of ps+grep+awk+kill ( #10097 )
2021-04-23 18:24:10 +00:00
John Cowen
4827df9f4c
ui: Vertically stack methods listing in the L7 intentions form ( #10052 )
...
* ui: Vertically stack methods listing in the L7 intentions form
2021-04-22 11:24:17 +00:00
R.B. Boyer
c41074a344
Merge pull request #10079 from hashicorp/1.9.x-ca-force-skip-xc
...
[1.9.x] connect/ca: Allow ForceWithoutCrossSigning for all providers
2021-04-21 13:07:39 -05:00
Kyle Havlovitz
f65b9ac4cf
Merge pull request #9672 from hashicorp/ca-force-skip-xc
...
connect/ca: Allow ForceWithoutCrossSigning for all providers
2021-04-20 15:30:37 -05:00
Sam Salisbury
ab82cf8c65
Merge pull request #10065 from hashicorp/ci/update-ssh-rw-key
...
ci: rotate the read/write SSH key fingerprint
2021-04-19 17:18:38 +00:00
hashicorp-ci
3821d6702a
Putting source back into Dev Mode
2021-04-15 22:10:01 +00:00
hashicorp-ci
3c1c22679e
Release v1.9.5
2021-04-15 18:15:03 +00:00
hashicorp-ci
7398f36168
update bindata_assetfs.go
2021-04-15 18:15:02 +00:00
R.B. Boyer
8980514c46
update changelog for 1.9.5 ( #10042 )
2021-04-15 12:03:06 -05:00
Kent 'picat' Gruber
2e84559d4b
Merge pull request #10030 from hashicorp/fix-ent-audit-log-bypass
...
Add synthetic enterprise entry for CVE-2021-28156
2021-04-15 16:14:39 +00:00
Kent 'picat' Gruber
dc937c9532
Merge pull request #10023 from hashicorp/fix-raw-kv-xss
...
Add content type headers to raw KV responses
2021-04-15 13:44:02 +00:00
Daniel Nephin
04d3575f11
Merge pull request #10025 from hashicorp/dnephin/fix-snapshot-auth-methods
...
snapshot: fix saving of auth methods
2021-04-14 21:19:24 +00:00
R.B. Boyer
0e7ab74f17
[1.9.x] mod: bump to github.com/hashicorp/mdns v1.0.4 ( #10019 )
...
backport of #10018 to 1.9.x
2021-04-14 14:42:10 -05:00
Daniel Nephin
01998aeaf0
Merge pull request #10014 from hashicorp/dnephin/changelog
...
Add changelog for enterprise change
2021-04-14 18:10:15 +00:00
Matt Keeler
72aee1d8c4
Move static token resolution into the ACLResolver ( #10013 )
2021-04-14 16:40:12 +00:00
Mike Wickett
b8c7982a00
Merge pull request #10008 from hashicorp/mw.update-homepage-links
...
website: update why hashicorp links
2021-04-14 14:59:05 +00:00
ketzacoatl
dcb3679401
add consul-haskell to libraries-and-sdks documentation ( #9982 )
...
See also https://github.com/alphaHeavy/consul-haskell/issues/40 .
2021-04-14 01:07:10 +00:00
Kendall Strautman
f1e78729b7
fix(website): docs link text color ( #10001 )
2021-04-12 17:48:22 +00:00
Freddy
7b88faca15
Merge pull request #9042 from lawliet89/tg-rewrite
2021-04-08 12:59:22 -06:00
Paul Banks
bb985743e9
cache: Fix bug where connection errors can cause early cache expiry ( #9979 )
...
Fixes a cache bug where TTL is not updated while a value isn't changing or cache entry is returning fetch errors.
2021-04-08 10:11:46 +00:00
Paul Banks
5587296464
Merge pull request #9977 from hashicorp/grpc-tuning
...
streaming: Grpc tuning
2021-04-08 10:10:22 +00:00
Paul Banks
78c1528c48
cache: fix bug where TTLs were ignored leading to leaked memory in client agents ( #9978 )
...
* Fix bug in cache where TTLs are effectively ignored
This mostly affects streaming since streaming will immediately return from Fetch calls when the state is Closed on eviction which causes the race condition every time.
However this also affects all other cache types if the fetch call happens to return between the eviction and then next time around the Get loop by any client.
There is a separate bug that allows cache items to be evicted even when there are active clients which is the trigger here.
* Add changelog entry
* Update .changelog/9978.txt
2021-04-08 10:09:29 +00:00
R.B. Boyer
0efdb9f0b5
[1.9.x] command: when generating envoy bootstrap configs to stdout do not mix informational logs into the json ( #9984 )
...
Backport of #9980 to `1.9.x`
Conflicts:
- just the generated golden command/ files
2021-04-07 15:00:19 -05:00
Zachary Shilton
1a28cd9175
website: implement mktg 032 ( #9953 )
...
* website: migrate to new nav-data format
* website: clean up unused intro content
* website: remove deprecated sidebar_title from frontmatter
* website: add react-content to fix global style import issue
2021-04-07 19:51:54 +00:00
Brandon Romano
ee2c1e93f7
Merge pull request #9975 from hashicorp/br.stackmenu
...
Upgrades the Stackmenu to latest
2021-04-07 16:37:12 +00:00
R.B. Boyer
8df30a4ded
[1.9.x] api: ensure v1/health/ingress/:service endpoint works properly when streaming is enabled ( #9968 )
...
Backport of #9967 to 1.9.x
2021-04-05 13:23:15 -05:00
Mike Wickett
c99e94a8df
Merge pull request #9936 from hashicorp/asm.nq.k8s-service-mesh-focus
...
website: homepage changes
2021-04-01 19:37:49 +00:00
Mike Morris
830a70f3f4
changelog: fixup release-note formatting ( #9960 )
...
so these changelog entries will be parsed successfully
2021-04-01 14:32:56 +00:00
Mike Green
09adada274
Docs: add enterprise upgrade link ( #9934 )
...
* add enterprise upgrade note
* Update index.mdx
2021-03-30 00:03:42 +00:00
lornasong
8316bcd8b0
nia/docs 0.1.0 ga ( #9946 )
...
* docs/nia: consul compatibilty
* docs/nia: remove beta callouts (#9919 )
Co-authored-by: Kim Ngo <6362111+findkim@users.noreply.github.com>
2021-03-29 19:23:49 +00:00
Bryce Kalow
bb503f6c1f
website: add should-build script ( #9896 )
2021-03-29 15:10:33 +00:00
Sabeen Syed
8d70a6c3da
Add link to TF module tutorial and example TF modules ( #9937 )
...
Add link to TF tutorial
Add links to print TF module and template for TF modules
2021-03-29 04:20:37 +00:00
Sabeen Syed
650064b519
Add Avi Network, AWS ALB and NS1 TF Registies and GitHub links ( #9938 )
...
Add Avi Network GH link
Add AWS ALB TF Registry and GH link
Add NS1 TF Registry and GH link
2021-03-27 06:53:19 +00:00
Daniel Nephin
6544539954
Merge pull request #9917 from Ranjandas/docs/exec-cmd-acl
...
Document agent token policy requirement for rexec
2021-03-25 21:50:25 +00:00
danielehc
e40940f110
Cherrypick NIA doc cross linking ( #9928 )
2021-03-25 18:01:51 +01:00
Daniel Nephin
5e3825d9a7
Merge pull request #9923 from hashicorp/dnephin/fix-ui-config
...
http: fix a bug that would cause runtimeConfig to be cached
2021-03-25 16:29:01 +00:00
Ranjandas
ee93193239
Merge pull request #9838 from Ranjandas/master
...
Fix TLS cert creation instruction for Consul federation
2021-03-24 15:54:30 +00:00
Jono Sosulska
d8be22a75c
Update telemetry docs ( #9905 )
...
* Fixes #2379-Improve interval explanation in the telemetry doc
* Fixes #4734-Update consul memory metrics
* Fixes #4836-Removed node.deregistration as that isn't in state.go
* Fixes #8986 partially-Trim redundant language
* Fixes #9087-Adds helpful details to telemetry on autopilot
* Fixes #9274-Addresses NaN output in autopilot
2021-03-22 22:50:50 +00:00
Paul Banks
f77642abef
Retroactive Chagelog update for header fix ( #9897 )
...
This was fixed as part of a refactor in 1.9.0 but no changelog entry was added. It affected some users who used automated security scanning tools which detected violations on Consul's error pages because appropriate security-related headers were not being added.
2021-03-22 16:13:16 +00:00
Hans Hasselberg
c2f56435bb
introduce certopts ( #9606 )
...
* introduce cert opts
* it should be using the same signer
* lint and omit serial
2021-03-22 09:17:19 +00:00
Kim Ngo
245591abac
docs/nia: Update CTS configuration example to not confuse vault provider with vault config block ( #9909 )
2021-03-19 21:53:24 +00:00
Iryna Shustava
b812746b44
docs: Update Helm reference docs ( #9904 )
2021-03-19 16:13:33 +00:00