Daniel Nephin
6bda3a48ba
Merge pull request #10200 from hashicorp/dnephin/backport-audit-log-config-changes
...
config: backport audit log config changes from enterprise
2021-05-19 10:58:28 -04:00
hc-github-team-consul-core
76f857e781
auto-updated agent/uiserver/bindata_assetfs.go from commit 39302041e
2021-05-19 10:11:29 +00:00
John Cowen
39302041e9
ui: Miscellaneous Lock Session fixes ( #10225 )
2021-05-19 11:05:54 +01:00
Kendall Strautman
a003265964
chore: 'overview' nav item links to home page ( #10255 )
2021-05-18 12:48:47 -07:00
Daniel Nephin
ce5ef18911
Merge pull request #8812 from jjshanks/GH-8728
...
GH-8728 add raft default values
2021-05-18 15:32:37 -04:00
Daniel Nephin
2b0700fe39
add changelog
2021-05-18 15:04:12 -04:00
Joshua Shanks
00ca99bf67
GH-8728 add raft default values
2021-05-18 14:51:14 -04:00
Daniel Nephin
5a7059f45c
redirecttraffic: fix a flaky test
...
https://app.circleci.com/pipelines/github/hashicorp/consul-enterprise/6408/workflows/e90b1140-daa2-458f-8197-d1821e3693e3/jobs/94694/tests#failed-test-0
The ExcludeInboundPorts can be in a different order sometimes, although I'm not sure how.
Also removes t.Parallel. We should only need to use t.Parallel in large packages with many slow tests.
In this case there is only a single slow test so we don't get any benefit.
Also add struct field names to the testcases list, so that it is easier to see what
each value is doing, and to make it easier to add new fields in the future.
2021-05-18 12:36:46 -04:00
hc-github-team-consul-core
2bb846fee5
auto-updated agent/uiserver/bindata_assetfs.go from commit 8301e79c5
2021-05-18 15:35:50 +00:00
John Cowen
8301e79c56
ui: Bump node to v14 ( #10238 )
2021-05-18 16:30:19 +01:00
Brandon Romano
cc5dba1e3b
Merge pull request #10251 from hashicorp/br.hc-banner
...
Updates AlertBanner for HashiConf EU
2021-05-17 15:23:10 -07:00
Brandon Romano
19ea60e714
Updates AlertBanner for HashiConf EU
2021-05-17 14:49:40 -07:00
mrspanishviking
62ddd82338
Merge pull request #10230 from hashicorp/consul-documentation-update
...
docs: updated the standard upgrade process
2021-05-17 08:56:19 -07:00
Karl Cardenas
32fb011a54
chore: removed changelog file as not needed for documentation update
2021-05-17 07:25:24 -07:00
Karl Cardenas
2268a2a3e0
chore: added .changelog txt file
2021-05-17 07:20:48 -07:00
Karl Cardenas
498a698ffa
Merge branch 'master' of github.com:hashicorp/consul into consul-documentation-update
2021-05-17 07:20:06 -07:00
hc-github-team-consul-core
5c119ba050
auto-updated agent/uiserver/bindata_assetfs.go from commit d1bbe0895
2021-05-17 12:32:31 +00:00
John Cowen
d1bbe0895f
ui: Use babel plugin to strip calls to runInDebug ( #10237 )
2021-05-17 13:27:34 +01:00
R.B. Boyer
ede14b7c54
xds: emit a labeled gauge of connected xDS streams by version ( #10243 )
...
Fixes #10099
2021-05-14 13:59:13 -05:00
R.B. Boyer
597448da47
server: ensure that central service config flattening properly resets the state each time ( #10239 )
...
The prior solution to call reply.Reset() aged poorly since newer fields
were added to the reply, but not added to Reset() leading serial
blocking query loops on the server to blend replies.
This could manifest as a service-defaults protocol change from
default=>http not reverting back to default after the config entry
reponsible was deleted.
2021-05-14 10:21:44 -05:00
R.B. Boyer
7e1d7803b8
agent: ensure we hash the non-deprecated upstream fields on ServiceConfigRequest ( #10240 )
2021-05-14 10:15:48 -05:00
Freddy
f8c4075953
Add changelog entry for network area timeout updates ( #10241 )
2021-05-13 15:05:38 -06:00
Luke Kysow
83a6579299
Update k8s fed docs to clarify role of acl token ( #10233 )
2021-05-13 10:20:12 -07:00
hc-github-team-consul-core
0f313f0f58
auto-updated agent/uiserver/bindata_assetfs.go from commit 04bd57617
2021-05-13 10:42:23 +00:00
John Cowen
04bd576179
ui: Serf Health Check warning notice ( #10194 )
...
When the Consul serf health check is failing, this means that the health checks registered with the agent may no longer be correct. Therefore we show a notice to the user when we detect that the serf health check is failing both for the health check listing for nodes and for service instances.
There were a few little things we fixed up whilst we were here:
- We use our @replace decorator to replace an empty Type with serf in the model.
- We noticed that ServiceTags can be null, so we replace that with an empty array.
- We added docs for both our Notice component and the Consul::HealthCheck::List component. Notice now defaults to @type=info.
2021-05-13 11:36:51 +01:00
Christopher Poenaru
a7d96bb546
correct website documentation typo
2021-05-12 23:29:51 -07:00
Iryna Shustava
d7d44f6ae7
Save exposed ports in agent's store and expose them via API ( #10173 )
...
* Save exposed HTTP or GRPC ports to the agent's store
* Add those the health checks API so we can retrieve them from the API
* Change redirect-traffic command to also exclude those ports from inbound traffic redirection when expose.checks is set to true.
2021-05-12 13:51:39 -07:00
Daniel Nephin
71fc219189
Merge pull request #10217 from hashicorp/dnephin/test-flakes
...
testing: attempt to fix some test flakes
2021-05-12 15:38:29 -04:00
R.B. Boyer
3b50a55533
connect: update supported envoy versions to 1.18.3, 1.17.3, 1.16.4, and 1.15.5 ( #10231 )
2021-05-12 14:06:06 -05:00
mrspanishviking
c59c0b05dd
docs: updated the standard upgrade process
...
Added a cross-reference link in the upgrade guides. This resource https://www.consul.io/docs/upgrading/instructions/general-process including specific-version guides for breaking changes and a more detailed upgrade process, but it's not mentioned in the https://www.consul.io/docs/upgrading#standard-upgrade overview page.
2021-05-12 08:18:06 -07:00
Brandon Romano
edbbe59354
Merge pull request #10226 from hashicorp/pcmccarron-patch-1
...
Update network-infrastructure-automation.jsx
2021-05-11 12:49:27 -07:00
Kyle MacDonald
a69df96ee6
website: add /form redirect ( #10227 )
2021-05-11 14:28:03 -04:00
Kyle Havlovitz
7bc4a59177
Merge pull request #9995 from tarat44/fix-close-h2ping-client-connections
...
Add graceful shutdown of client connection and WaitGroup to H2PING
2021-05-11 10:45:26 -07:00
Peter M
fc946d5284
Update network-infrastructure-automation.jsx
2021-05-11 11:13:44 -06:00
hc-github-team-consul-core
6234d01d5c
auto-updated agent/uiserver/bindata_assetfs.go from commit ecbeaa87c
2021-05-11 15:39:38 +00:00
Kenia
ecbeaa87c1
ui: Add conditionals to Lock Session list items ( #10121 )
...
* Add conditionals to Lock Session list items
* Add changelog
* Show ID in details if there is a name to go in title
* Add copy-button if ID is in the title
* Update TTL conditional
* Update .changelog/10121.txt
Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
2021-05-11 11:35:15 -04:00
Daniel Nephin
f546342062
Merge pull request #10219 from hashicorp/dnephin/connect-docs
...
docs: update notice on connect built-in proxy and native app integration
2021-05-10 17:01:08 -04:00
Daniel Nephin
f6580400dc
docs: document the current state of built-in and native
2021-05-10 16:54:11 -04:00
Daniel Nephin
b823cd3994
Merge pull request #10188 from hashicorp/dnephin/dont-persist-agent-tokens
...
agent/local: do not persist the agent or user token
2021-05-10 15:58:20 -04:00
Joel Watson
0a5fa17850
Merge pull request #10214 from hashicorp/watsonian/raft-protocol-upgrade-note
...
Flesh out Raft Protocol Support note
2021-05-10 13:20:35 -05:00
Daniel Nephin
9c8b0b451f
testing: don't run t.Parallel in a goroutine
...
TestACLEndpoint_Login_with_TokenLocality was reguardly being reported as failed even though
it was not failing. I took another look and I suspect it is because t.Parllel was being
called in a goroutine.
This would lead to strange behaviour which apparently confused the 'go test' runner.
2021-05-10 13:30:10 -04:00
Daniel Nephin
3dde5ab521
ci: update gotestsum
...
To pickup this fix: e91cbd912a
2021-05-10 13:25:18 -04:00
Daniel Nephin
1618912cf6
Fix some test flakes
...
- return errors in TestAgent.Start so that the retry works correctly
- remove duplicate logging, the error is returned already
- add a missing t.Helper() to retry.Run
- properly set a.Agent to nil so that subsequent retry attempts will actually try to start
2021-05-10 13:20:45 -04:00
Joel Watson
a1db512e90
Flesh out Raft Protocol Support note
2021-05-10 11:21:05 -05:00
Paul Banks
219874ecbb
Retroactively update changelog to note metrics contention fixes ( #10184 )
...
* Retroactively update changelog to note metrics contention fixes
* Update CHANGELOG.md
2021-05-10 16:10:53 +01:00
hc-github-team-consul-core
ece69f8e11
auto-updated agent/uiserver/bindata_assetfs.go from commit 90d1a307e
2021-05-10 10:22:54 +00:00
John Cowen
90d1a307ef
ui: Fix nspace spacing issue ( #10157 )
...
This fixes the spacing bug in nspaces only by only showing Description if the namespace has one, and removing the extra 2 pixel margin of dds for when dts aren't rendered/don't exist.
2021-05-10 11:19:11 +01:00
Mike Morris
99d1a56c0a
website: bump beta callout on downloads page to 1.10.0-beta2 ( #10202 )
2021-05-07 15:03:50 -04:00
Brandon Romano
b42d0f0018
Merge pull request #10203 from hashicorp/br.hashistack-tweak
...
Adjust order, remove titles, on HashiStack section
2021-05-07 10:51:37 -07:00
hc-github-team-consul-core
08b6f95fd7
auto-updated agent/uiserver/bindata_assetfs.go from commit 0e4db3f24
2021-05-07 15:59:32 +00:00