Chris Piraino
4ec01900cd
Fixes envoy config when both RetryOn* values are set ( #7280 )
2020-02-18 09:25:47 -06:00
John Cowen
89402d401b
ui: Use options.method for keying not options.type ( #7308 )
2020-02-18 14:03:27 +00:00
Lars Lehtonen
83a3136b5a
agent/proxycfg: fix dropped error in state.initWatchesMeshGateway() ( #7267 )
2020-02-18 14:41:01 +01:00
Mishin Nickolay
4ced7aa0e4
docs: add note bout change case in config files to specific version upgrade notes ( #6870 ) ( #6878 )
2020-02-18 14:32:07 +01:00
Tom Downes
2b54237e33
docs: add documentation for enabling reverse DNS lookup with systemd-resolved ( #6731 )
...
* Remove trailing whitespace in DNS forwarding guide.
* Add example for enabling reverse lookup of IP addrseses to .consul domain on systemd-resolved platforms
2020-02-18 14:16:12 +01:00
Mr.gao
0a239e49db
docs: update libraries-and-sdks.html.md ( #6745 )
...
python-consul maintainer gone, this is my version you want to add to the recommended
2020-02-18 14:08:57 +01:00
Aleksey Stepanenko
e84b7904bf
docs: update connection for the openstack provider ( #6776 )
...
The option `username` does not work. Need to use user_name with underscore
> Authentication failed: Exactly one of Username and UserID must be provided for password authentication
The option `user_name` works, however, it's need to use `region`, `domain_name` in additional.
2020-02-18 14:06:34 +01:00
John Cowen
c5cad67f84
ui: Gracefully cope with 500 errors from the disco-chain API endpoint ( #7291 )
...
When connect is disabled the discovery-chain endpoint returns a 500
error status, which we previoulsy did not gracefully cope with.
This commit gracefully copes with any errors from the disco-chain
endpoint by supressing the error and hiding the Routing tab from the
Service detail page.
Acceptance test included
2020-02-14 14:46:16 +00:00
Alvin Huang
ea809b3f17
skip go build and tests on ui/* branches ( #7303 )
...
* skip go build and tests on ui/* branches
* also filter out lint-consul-retry since it runs in parallel with check-vendor
2020-02-14 09:40:02 -05:00
Alvin Huang
c0a85ffdb7
only run website workflow on docs/* branches ( #7299 )
2020-02-13 21:41:37 -05:00
Matt Keeler
be0d6efac9
Allow the PolicyResolve and RoleResolve endpoints to process na… ( #7296 )
2020-02-13 14:55:27 -05:00
Hans Hasselberg
0cdc75a6e3
website: put a note on the website re vault with 1.7.0 and 1.6.3 ( #7295 )
2020-02-13 20:42:36 +01:00
Hans Hasselberg
2bba591906
agent: sensible keyring error ( #7272 )
...
Fixes #7231 . Before an agent would always emit a warning when there is
an encrypt key in the configuration and an existing keyring stored,
which is happening on restart.
Now it only emits that warning when the encrypt key from the
configuration is not part of the keyring.
2020-02-13 20:35:09 +01:00
Christoph Puhl
9944096d66
Adjust formula for quorum size ( #7286 )
...
Current formula for quorum size does not match numbers in table below.
2020-02-13 15:57:38 +00:00
Hans Hasselberg
0d043f045b
config: increase http_max_conns_per_client default to 200 ( #7289 )
2020-02-13 16:27:33 +01:00
R.B. Boyer
5ae0049649
update contributing doc for go 1.13 ( #7283 )
2020-02-12 16:28:22 -06:00
Alvin Huang
a2ed78453e
remove docker layer caching ( #7277 )
2020-02-12 13:56:16 -05:00
R.B. Boyer
703cd284cd
update changelog
2020-02-12 12:39:33 -06:00
R.B. Boyer
0394ed2967
Switch to go 1.13.7 ( #7262 )
...
- You can no longer cross submodule boundaries with ./... in go
subcommands like `go list` or `go test`. The makefile and CI scripts
were updated accordingly.
- Also of note: `go mod vendor` now omits things build ignored.
2020-02-12 10:15:24 -06:00
R.B. Boyer
0e152672a1
avoid 'panic: Log in goroutine after TestCacheGet_refreshAge has completed' ( #7276 )
2020-02-12 10:01:51 -06:00
R.B. Boyer
919741838d
fix use of hclog logger ( #7264 )
2020-02-12 09:37:16 -06:00
Hans Hasselberg
d1a550c85a
docs: correct envoy versions ( #7266 )
2020-02-11 23:18:09 +01:00
Chris Piraino
5dd410a8c6
Fix -mesh-gateway flag help text ( #7265 )
2020-02-11 14:48:58 -06:00
David Yu
424ed35fd2
Merge pull request #7263 from hashicorp/david-yu-patch-2
...
1.7.0 Namespaces Learn Guides
2020-02-11 11:56:59 -08:00
Judith Malnick
204ab2fb9a
docs: add f5 guide text ( #6493 )
2020-02-11 20:39:44 +01:00
Judith Malnick
564de1e536
docs: add splitting guide ( #6597 )
...
* add splitting guide, originially adapted from nic's blog and drafted on learn
2020-02-11 20:39:08 +01:00
David Yu
4653c82bf6
1.7.0 Namespaces Learn Guides
...
Attaching learn guides associated with Namespaces release
2020-02-11 11:31:47 -08:00
R.B. Boyer
0b0f1a6934
fix changelog format
2020-02-11 12:08:46 -06:00
Matt Keeler
e82b3d8747
Merge branch 'master' of github.com:hashicorp/consul
2020-02-11 11:54:58 -05:00
Matt Keeler
12d28c5594
Putting source back into Dev Mode
2020-02-11 11:54:35 -05:00
hashicorp-ci
62ddc1a69d
Release v1.7.0
2020-02-11 15:19:16 +00:00
hashicorp-ci
62abcfacc9
update bindata_assetfs.go
2020-02-11 15:19:16 +00:00
Matt Keeler
c2b9cde141
Update CHANGELOG.md
2020-02-11 10:06:41 -05:00
Alvin Huang
457474a66f
[skip ci] add windows signing to changelog ( #7260 )
2020-02-11 10:05:37 -05:00
Alvin Huang
f5a811f347
[skip ci] add windows signing to changelog ( #7260 )
2020-02-11 10:04:52 -05:00
Matt Keeler
78a6c5674d
Run make update-vendor and fixup various go.sum files
...
go mod tidy removes these lines because we have a replace directive
2020-02-11 09:20:49 -05:00
Nuno Adrego
f8c5e2a898
docs: changed the return value from null to empty JSON list, when a session does not exist ( #7232 )
2020-02-11 11:03:28 +01:00
Nicole Forrester
ea2109a60d
website: bump middleman version ( #7254 )
2020-02-11 10:59:14 +01:00
Lars Lehtonen
5d6a821ae7
monitor: fix dropped error ( #7206 )
2020-02-11 10:57:50 +01:00
Hans Hasselberg
f5875b55ca
Small readme changes.
2020-02-11 10:53:57 +01:00
ShimmerGlass
a27ccc7248
agent: add server raft.{last,applied}_index gauges ( #6694 )
...
These metrics are useful for :
* Tracking the rate of update to the db
* Allow to have a rough idea of when an index originated
2020-02-11 10:50:18 +01:00
Blake Covarrubias
1c88dc15ef
docs: document format for TTL values in Consul config ( #6693 )
2020-02-11 10:47:21 +01:00
kaitlincarter-hc
698aa3e69f
docs: adding note to ACL rules page for intentions. ( #6569 )
2020-02-11 10:28:48 +01:00
gaoxinge
5ac14438b0
tests: convert windows style path to posix style path to avoid hcl parsing error ( #6351 )
2020-02-11 10:13:31 +01:00
Matt Keeler
17591327e4
Bump `api` and `sdk` module versions
...
api -> v1.4.0
sdk -> v0.4.0
2020-02-10 20:08:47 -05:00
Matt Keeler
e24b358cac
Bump sdk module version to 0.4.0
2020-02-10 20:03:17 -05:00
Matt Keeler
7f610f275d
Make the config entry and leaf cert cache types ns aware ( #7256 )
2020-02-10 19:26:01 -05:00
Hans Hasselberg
71ce832990
connect: add validations around intermediate cert ttl ( #7213 )
2020-02-11 00:05:49 +01:00
Kit Patella
d33201f3b1
changelog: move "calls" outside code backticks
...
I clearly need an editor
2020-02-10 14:10:42 -08:00
Kit Patella
39533f08f9
changelog: add accessorID logging ticket
...
Also fix ensure my previously added github links are bracketed
2020-02-10 14:07:26 -08:00