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
John Cowen
0e4db3f242
ui: Adds ability to show a 'partial' list in list-collections ( #10174 )
...
* ui: Add support for showing partial lists in ListCollection
* Add CSS for partial 'View more' button, and move all CSS to /components
* Enable partial view for intention permissions
2021-05-07 16:54:45 +01:00
John Cowen
da78615b58
ui: Remove top border from Consul::AuthMethod::List ( #10195 )
2021-05-07 16:53:09 +01:00
hc-github-team-consul-core
a227966d85
auto-updated agent/uiserver/bindata_assetfs.go from commit e3f9a0f8e
2021-05-07 11:29:11 +00:00
John Cowen
e3f9a0f8ee
ui: Loader amends/improvements ( #10181 )
...
* ui: Loader amends/improvements
1. Create a JS compatible template only 'glimmer' component so we can
use it with or without glimmer.
2. Add a set of `rose` colors.
3. Animate the brand loader to keep it centered when the side
navigation appears.
4. Tweak the color of Consul::Loader to use a 'rose' color.
5. Move everything loader related to the `app/components/` folder and
add docs.
2021-05-07 12:23:29 +01:00
hc-github-team-consul-core
43cf4fa2dc
auto-updated agent/uiserver/bindata_assetfs.go from commit 5400c81e2
2021-05-07 11:11:34 +00:00
John Cowen
5400c81e29
ui: [BUGFIX] De-duplicate Tag rendering ( #10186 )
...
* Add some tests for duplicated and non-duplicated tags
* Ensure tags get de-duped and add docs
* Update docs to include info on the recursive-ness
2021-05-07 12:07:11 +01:00
Brandon Romano
5d7a49d510
Adjust order & remove titles on HashiStack section
2021-05-06 16:40:44 -07:00
Daniel Nephin
df5e18c9c5
agent/local: only fallback to agent token for deletes
...
Fallback to the default user token for synching registrations.
2021-05-06 18:44:05 -04:00
Daniel Nephin
aeaade3f29
Add changelog
2021-05-06 18:35:52 -04:00
Daniel Nephin
49e7e37cc7
config: handled deprecated config key with a warning
2021-05-06 18:09:30 -04:00
Daniel Nephin
0ddbb98668
Backport audit log config changes from enterprise
2021-05-06 18:09:30 -04:00
Mike Morris
24fc07be09
changelog: add 1.10.0-beta2 ( #10198 )
...
and add two missed entries from 1.10.0-beta1
2021-05-06 18:02:22 -04:00
Kim Ngo
5c17bf3d78
docs/nia: simplify api and cli url paths ( #10199 )
2021-05-06 16:26:31 -05:00
Daniel Nephin
d19137a429
Merge pull request #10075 from hashicorp/dnephin/handle-raft-apply-errors
...
rpc: some cleanup of canRetry and ForwardRPC
2021-05-06 16:59:53 -04:00
Freddy
a9e49c524c
Merge pull request #10187 from hashicorp/fixup/ent-tproxy-test
2021-05-06 14:47:44 -06:00
Brandon Romano
d8de3ab581
Updates the homepage hero CTA ( #10192 )
...
Plug in callouts content
Most styles for the callout blade
Re-export Consul Stack image
Update icons
Misc content tweaks
Optimize mobile for the consul stack icon
Better alignment
Make full CTA box clickable
2021-05-06 16:33:15 -04:00
Daniel Nephin
7b5d432121
Merge pull request #10064 from hashicorp/docs-fix-namespace-api-descriptions
...
docs: fix api-docs namespace descriptions
2021-05-06 15:32:12 -04:00
Andy Assareh
99617a70af
K8s docs: Manual join: add note that kubeconfig not required ( #9998 )
...
Per Consul PM, kubeconfig is not required for manual join. I believe this should be clarified in the docs as the current wording refers to the auto join steps above which state kubeconfig is required.
2021-05-06 12:59:25 -06:00
Seth Hoenig
60af6a13ff
docs: fix api-docs namespace descriptions
...
Looks like some copy/paste from ACL docs.
2021-05-06 14:58:08 -04:00
Daniel Nephin
74d516dcfd
Merge pull request #10177 from hashicorp/dnephin/config-entry-remove-fields
...
docs: remove name field from Mesh config entry
2021-05-06 14:21:38 -04:00
Daniel Nephin
7d8d00b154
Merge pull request #10047 from hashicorp/dnephin/config-entry-validate
...
state: reduce arguments to validateProposedConfigEntryInServiceGraph
2021-05-06 14:11:21 -04:00
Daniel Nephin
850c6e5b57
Merge pull request #10189 from hashicorp/dnephin/http-api-health-query-meta
...
http: set consistency header properly for health endpoint
2021-05-06 14:05:12 -04:00
Daniel Nephin
23a2306c88
Merge pull request #10165 from hashicorp/dnephin/improve-cert-pool-cmp
...
testing: slightly better comparison for x509.CertPool
2021-05-06 14:04:55 -04:00
Daniel Nephin
2628974692
Update website/content/commands/config/delete.mdx
...
Co-authored-by: Jono Sosulska <42216911+jsosulska@users.noreply.github.com>
2021-05-06 14:04:26 -04:00
Daniel Nephin
45c5ba46f3
state: reduce arguments to validateProposedConfigEntryInServiceGraph
2021-05-06 13:47:40 -04:00