Commit Graph

19221 Commits (e55f47143e8fd8161353bff819620183f72384b3)

Author SHA1 Message Date
hc-github-team-consul-core e55f47143e
backport of commit a6d264fafa (#15523) 2022-11-21 13:52:57 -08:00
hc-github-team-consul-core 07f0f07d5e
backport of commit a6d264fafa (#15524) 2022-11-21 13:52:32 -08:00
hc-github-team-consul-core 98a9643da7
backport of commit 821415c1ce (#15521)
This pull request was automerged via backport-assistant
2022-11-21 16:17:23 -05:00
Derek Menteer 6632e19f78
Backport 1.14.1 changes (#15513)
Add post-release changes for 1.14.1 updates.
2022-11-21 13:35:11 -06:00
hc-github-team-consul-core 09cf75f64d
backport of commit fa94219055 (#15511)
Co-authored-by: boruszak <jeffrey.boruszak@hashicorp.com>
2022-11-21 11:53:40 -06:00
hc-github-team-consul-core 93c3a86ec4
backport of commit 22d216c106 (#15508)
This pull request was automerged via backport-assistant
2022-11-21 12:46:15 -05:00
hc-github-team-consul-core 5ce0132e9b
Backport of Add -grpc-ca-file and -grpc-ca-path CLI info on upgrade notes. into release/1.14.x (#15502)
This pull request was automerged via backport-assistant
2022-11-21 10:41:55 -05:00
hc-github-team-consul-core c914ac1afa
backport of commit ee266d8f27 (#15493)
This pull request was automerged via backport-assistant
2022-11-19 08:54:13 -05:00
hc-github-team-consul-core 47adbebaec
backport of commit 8220f7845a (#15491)
This pull request was automerged via backport-assistant
2022-11-19 08:53:59 -05:00
hc-github-team-consul-core 6fa93d3844
backport of commit 8220f7845a (#15489)
This pull request was automerged via backport-assistant
2022-11-19 08:53:50 -05:00
hc-github-team-consul-core 263a95d54b
Backport of docs: formatting release notes into release/1.14.x (#15486)
This pull request was automerged via backport-assistant
2022-11-18 22:50:40 -05:00
hc-github-team-consul-core 287d7a13c0
Backport of docs: Core 1.14 and K8s 1.0 release notes into release/1.14.x (#15483)
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-11-18 18:53:25 -08:00
hc-github-team-consul-core 184574f711
backport of commit 42990fc94b (#15480)
This pull request was automerged via backport-assistant
2022-11-18 18:51:50 -05:00
hc-github-team-consul-core 5028fa4299
Backport of docs(peering): peering GA ACL updates into release/1.14.x (#15476)
This pull request was automerged via backport-assistant
2022-11-18 17:40:15 -05:00
hc-github-team-consul-core d39405377e
Backport of Add Consul 1.14.0 known issue. into release/1.14.x (#15472)
This pull request was automerged via backport-assistant
2022-11-18 17:00:25 -05:00
hc-github-team-consul-core f4724e2e46
Backport of Fix issue with connect Envoy choosing incorrect TLS settings. into release/1.14.x (#15468)
This pull request was automerged via backport-assistant
2022-11-18 15:36:50 -05:00
hc-github-team-consul-core e8563be54a
Backport of docs: remaining agentless docs updates into release/1.14.x (#15461)
* backport of commit ca414959df

* backport of commit bb4f27a87f

* backport of commit 18fb766e9b

* backport of commit 36bc043649

* backport of commit 0fa6507b90

Co-authored-by: Iryna Shustava <iryna@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-11-18 12:11:53 -06:00
hc-github-team-consul-core bcfa4879e6
backport of commit 2989c9c096 (#15465)
This pull request was automerged via backport-assistant
2022-11-18 12:57:05 -05:00
Derek Menteer 3efb619e88
Fix SDK to support older versions of Consul. (#15423) (#15459)
This change was necessary, because the configuration was always
generated with a gRPC TLS port, which did not exist in Consul 1.13,
and would result in the server failing to launch with an error.

This code checks the version of Consul and conditionally adds the
gRPC TLS port, only if the version number is greater than 1.14.
2022-11-18 11:27:23 -06:00
hc-github-team-consul-core d9bbc819ce
Backport of Update docs for the release of Consul API Gateway v0.5 into release/1.14.x (#15451)
* backport of commit 68ee017adf

* backport of commit f23b3662d8

* backport of commit deaba3ef15

* backport of commit d1f1ff50f8

* backport of commit e41ec340d8

* backport of commit 72a3bf2296

* backport of commit 41dfa89653

* backport of commit 9d4c77a51f

* backport of commit 0d8bad1d02

Co-authored-by: trujillo-adam <ajosetru@gmail.com>
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-18 07:38:37 -08:00
Chris S. Kim 84838e57f0
Detect Vault 1.11+ import, update default issuer (#15253) (#15437)
Consul used to rely on implicit issuer selection when calling Vault endpoints to issue new CSRs. Vault 1.11+ changed that behavior, which caused Consul to check the wrong (previous) issuer when renewing its Intermediate CA. This patch allows Consul to explicitly set a default issuer when it detects that the response from Vault is 1.11+.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Chris S. Kim <ckim@hashicorp.com>
2022-11-18 10:24:27 -05:00
hc-github-team-consul-core 95b09ce5c0
Backport of docs: Update admin-partitions.mdx into release/1.14.x (#15449)
* backport of commit 5cbc968699

Co-authored-by: David Yu <dyu@hashicorp.com>
2022-11-17 15:31:53 -08:00
hc-github-team-consul-core bbed2efd49
Backport of docs: Consul Dataplane updates for v.1.14.0 into release/1.14.x (#15448)
* backport of commit 2393183b8b

* backport of commit 078037ba89

* backport of commit b12295a915

* backport of commit 1cfeefe7c1

* backport of commit a796b1b28d

* backport of commit 311bab5546

* backport of commit 8f995aa000

* backport of commit c77c1fce44

* backport of commit d45f5c0ab5

* backport of commit 795a134e94

* backport of commit b0475b4f53

* backport of commit 92b5b4202a

* backport of commit fb1c932e44

* backport of commit d24dd81cd0

* backport of commit 41a6e193cc

* docs: Consul Dataplane updates for v.1.14.0 (#15384)

* Consul Architecture update

* Consul on Kubernetes architecture

* Install Consul on Kubernetes with Helm updates

* Vault as the Secrets Backend Data Integration

* Kubernetes Service Mesh Overview

* Terminating Gateways

* Fully updated

* Join external service to k8s

* Consul on Kubernetes

* Configure metrics for Consul on Kubernetes

* Service Sync for Consul on Kubernetes

* Custom Resource Definitions for Consul on k8s

* Upgrading Consul on Kubernetes Components

* Rolling Updates to TLS

* Dataplanes diagram

* Upgrade instructions

* k8s architecture page updates

* Update website/content/docs/k8s/connect/observability/metrics.mdx

Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>

* Update website/content/docs/architecture/index.mdx

* Update website/content/docs/k8s/connect/terminating-gateways.mdx

* CRDs

* updating version numbers

* Updated example config

* Image clean up

* Apply suggestions from code review

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

* Update website/content/docs/k8s/architecture.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

* pic fix

Co-authored-by: boruszak <jeffrey.boruszak@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-17 17:23:00 -06:00
hc-github-team-consul-core b6839eb9cf
backport of commit b7dd9b9911 (#15446)
Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
2022-11-17 16:47:32 -06:00
hc-github-team-consul-core d528580188
backport of commit 89298b6cb7 (#15444)
This pull request was automerged via backport-assistant
2022-11-17 17:26:36 -05:00
hc-github-team-consul-core 1412ca996c
Backport of Update licensing docs to account for virtual agents. into release/1.14.x (#15441)
This pull request was automerged via backport-assistant
2022-11-17 16:58:32 -05:00
hc-github-team-consul-core 3c8f373a41
Backport of docs: Include env vars in consul-dataplane reference into release/1.14.x (#15439)
This pull request was automerged via backport-assistant
2022-11-17 16:57:06 -05:00
hc-github-team-consul-core 7d6fc59487
Backport of docs: Consul K8s 1.0/Consul 1.14 GA Compat Matrix change into release/1.14.x (#15434)
This pull request was automerged via backport-assistant
2022-11-17 16:42:35 -05:00
hc-github-team-consul-core bbe62e5998
Backport of docs(peering): update k8s docs for GA into release/1.14.x (#15425)
This pull request was automerged via backport-assistant
2022-11-17 11:26:05 -05:00
hc-github-team-consul-core 1853ac8669
Backport of docs: add nomad incompatibility to 1.14 docs into release/1.14.x (#15419)
* backport of commit f0558c9900

* backport of commit 3eba4f9c09

Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
2022-11-16 17:03:58 -06:00
hc-github-team-consul-core 2de3b807d0
Backport of fix: clarifying error message when acquiring a lock in remote dc into release/1.14.x (#15415)
This pull request was automerged via backport-assistant
2022-11-16 15:28:16 -05:00
hc-github-team-consul-core 187ac02483
backport of commit 4de81ddfeb (#15411)
This pull request was automerged via backport-assistant
2022-11-16 15:10:58 -05:00
hc-github-team-consul-core e83f8b9980
backport of commit 4de81ddfeb (#15410)
This pull request was automerged via backport-assistant
2022-11-16 15:10:53 -05:00
hc-github-team-consul-core b34aa6ca38
backport of commit c2b1f6a1cc (#15407)
This pull request was automerged via backport-assistant
2022-11-16 14:41:21 -05:00
hc-github-team-consul-core 74dd5a3fec
backport of commit c2b1f6a1cc (#15406)
This pull request was automerged via backport-assistant
2022-11-16 14:41:15 -05:00
hc-github-team-consul-core 4b6d893122
backport of commit 729f790500 (#15404)
This pull request was automerged via backport-assistant
2022-11-16 14:38:40 -05:00
hc-github-team-consul-core a39fd724ce
backport of commit 729f790500 (#15403)
This pull request was automerged via backport-assistant
2022-11-16 14:38:34 -05:00
hc-github-team-consul-core 325202feca
backport of commit 03a4185c28 (#15393)
This pull request was automerged via backport-assistant
2022-11-16 01:08:08 -05:00
hc-github-team-consul-core 6fbfea01aa
backport of commit 03a4185c28 (#15391)
This pull request was automerged via backport-assistant
2022-11-16 01:07:58 -05:00
hc-github-team-consul-core f814f3b2ec
backport of commit 4900006f5e (#15385)
This pull request was automerged via backport-assistant
2022-11-15 15:26:58 -05:00
Derek Menteer 50cbc7f6c4
Derekm/release updates (#15383)
* Update changelog with 1.14 notes.

* gomod version bumps for 1.14 release.

* Post-release gomod changes.

* Version bump.
2022-11-15 13:45:26 -06:00
hc-github-team-consul-core a7df17f0df
backport of commit 73a84c9358 (#15380)
This pull request was automerged via backport-assistant
2022-11-15 11:40:28 -05:00
hc-github-team-consul-core bbe14724c6
Backport of docs: minor clarifiation to mesh gateway into release/1.14.x (#15377)
This pull request was automerged via backport-assistant
2022-11-15 11:01:31 -05:00
hc-github-team-consul-core d9d0d925c3
Backport of auto-config: relax node name validation for JWT authorization into release/1.14.x (#15372)
This pull request was automerged via backport-assistant
2022-11-14 19:25:12 -05:00
hc-github-team-consul-core 5d10221a55
Peering Mesh Gateway Updates for GA (#15344) (#15363)
* docs(peering): remove beta references

Co-authored-by: hc-github-team-consul-core <github-team-consul-core@hashicorp.com>
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>

Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
2022-11-14 16:09:45 -06:00
hc-github-team-consul-core 6f82a5e1e8
docs(peering): remove beta references (#15340) (#15362)
* docs(peering): remove beta references

Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
2022-11-14 16:07:50 -05:00
hc-github-team-consul-core 329d111dcb
backport of commit 87038bb672 (#15364)
Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
2022-11-14 14:24:04 -06:00
hc-github-team-consul-core 6ca306f1a3
Backport of Ensure that NodeDump imported nodes are filtered into release/1.14.x (#15359)
This pull request was automerged via backport-assistant
2022-11-14 14:36:09 -05:00
hc-github-team-consul-core 4d36fd11cd
backport of commit 33d521d9ce (#15357)
This pull request was automerged via backport-assistant
2022-11-14 14:23:40 -05:00
hc-github-team-consul-core 54f7a79d69
Backport of Fixup authz for data imported from peers into release/1.14.x (#15355)
This pull request was automerged via backport-assistant
2022-11-14 13:36:51 -05:00