This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/consul.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 19, 2023
-
-
David Yu authored
-
- Dec 18, 2023
-
-
hc-github-team-consul-core authored
backport of commit 0085e759 Co-authored-by:
Michael Zalimeni <michael.zalimeni@hashicorp.com>
-
- Dec 15, 2023
-
-
hc-github-team-consul-core authored
backport of commit ce3277570c39f10dd4a9bdbd4b5fac9d25b34734 Co-authored-by:
Nathan Coleman <nathan.coleman@hashicorp.com>
-
wangxinyi7 authored
-
- Dec 14, 2023
-
-
hc-github-team-consul-core authored
Backport of NET-6317 - update usage of deprecated fields: http2_protocol_options and access_log_path into release/1.15.x (#19951) NET-6317 - update usage of deprecated fields: http2_protocol_options and access_log_path Co-authored-by:
John Murret <john.murret@hashicorp.com>
-
hc-github-team-consul-core authored
* backport of commit ea114971 * backport of commit 8df9c6f3 * backport of commit e2a3294b --------- Co-authored-by:
natemollica-dev <57850649+natemollica-nm@users.noreply.github.com>
-
hc-github-team-consul-core authored
Backport of NET-6785: updating peering docs to include stream status and remote data into release/1.15.x (#19936) backport of commit a785cbf3 Co-authored-by:
Tauhid <tauhidanjum@gmail.com>
-
- Dec 12, 2023
-
-
Tyler Wendlandt authored
Backport of fix: token list in Role details page is updated with tokens linked to… into release/1.15.x (#19921) fix: token list in Role details page is updated with tokens linked to… (#19912) Co-authored-by:
Valeriia Ruban <valeriia.ruban@hashicorp.com>
-
hc-github-team-consul-core authored
add hash based config entry replication Co-authored-by:
Dhia Ayachi <dhia@hashicorp.com>
-
hc-github-team-consul-core authored
backport of commit 8d43647e Co-authored-by:
Ronald Ekambi <ronekambi@gmail.com>
-
hc-github-team-consul-core authored
backport of commit de839085b9782478aa758de495a121ccd57c7384 Co-authored-by:
valeriia-ruban <valeriia.ruban@hashicorp.com>
-
- Dec 11, 2023
-
-
hc-github-team-consul-core authored
Backport of Add documentation for proxy-config-map and xds_fetch_timeout_ms. into release/1.15.x (#19894) backport of commit 85e94247 Co-authored-by:
Derek Menteer <derek.menteer@hashicorp.com>
-
Derek Menteer authored
Fix ClusterLoadAssignment timeouts dropping endpoints. When a large number of upstreams are configured on a single envoy proxy, there was a chance that it would timeout when waiting for ClusterLoadAssignments. While this doesn't always immediately cause issues, consul-dataplane instances appear to consistently drop endpoints from their configurations after an xDS connection is re-established (the server dies, random disconnect, etc). This commit adds an `xds_fetch_timeout_ms` config to service registrations so that users can set the value higher for large instances that have many upstreams. The timeout can be disabled by setting a value of `0`. This configuration was introduced to reduce the risk of causing a breaking change for users if there is ever a scenario where endpoints would never be received. Rather than just always blocking indefinitely or for a significantly longer period of time, this config will affect only the service instance associated with it.
-
hc-github-team-consul-core authored
backport of commit 2e594e15 Co-authored-by:
Ronald Ekambi <ronekambi@gmail.com>
-
- Dec 08, 2023
-
-
hc-github-team-consul-core authored
Fix xDS missing endpoint race condition. This fixes the following race condition: - Send update endpoints - Send update cluster - Recv ACK endpoints - Recv ACK cluster Prior to this fix, it would have resulted in the endpoints NOT existing in Envoy. This occurred because the cluster update implicitly clears the endpoints in Envoy, but we would never re-send the endpoint data to compensate for the loss, because we would incorrectly ACK the invalid old endpoint hash. Since the endpoint's hash did not actually change, they would not be resent. The fix for this is to effectively clear out the invalid pending ACKs for child resources whenever the parent changes. This ensures that we do not store the child's hash as accepted when the race occurs. An escape-hatch environment variable `XDS_PROTOCOL_LEGACY_CHILD_RESEND` was added so that users can revert back to the old legacy behavior in the event that this produces unknown side-effects. This bug report and fix was mostly implemented by @ksmiley with some minor tweaks. Co-authored-by:
Derek Menteer <derek.menteer@hashicorp.com> Co-authored-by:
Keith Smiley <ksmiley@salesforce.com>
-
hc-github-team-consul-core authored
Add CE version of Gateway Upstream Disambiguation Co-authored-by:
Thomas Eckert <teckert@hashicorp.com>
-
- Dec 07, 2023
-
-
hc-github-team-consul-core authored
Backport of parse config protocol on write to optimize disco-chain compilation into release/1.15.x (#19857) * parse config protocol on write to optimize disco-chain compilation (#19829) * parse config protocol on write to optimize disco-chain compilation * add changelog * add test fixes from PR * gofmt'd * adding missing config field * Revert "gofmt'd" This reverts commit edbb472e . * go fmt agent/structs/config_entry.go --------- Co-authored-by:
Dhia Ayachi <dhia@hashicorp.com>
-
Michael Zalimeni authored
chore: update version to 1.15.8-dev
-
hc-github-team-consul-core authored
backport of commit af6045cd Co-authored-by:
Ronald Ekambi <ronekambi@gmail.com> Co-authored-by:
Ronald <roncodingenthusiast@users.noreply.github.com>
-
- Dec 06, 2023
-
-
John Buonassisi authored
changes from backport
-
hc-github-team-consul-core authored
* backport of commit 06507fe0 * backport of commit 14e16057 * backport of commit 088ec70f --------- Co-authored-by:
Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
-
Ashesh Vidyut authored
* cherry pick commit * fix merge conf * del import alias * fix go mod * fix go mod and licence
-
- Nov 29, 2023
-
-
Matt Keeler authored
v1.3.0 was before the linter became more accurate. All the issues the linter found have been applied to main but are not being backported.
-
John Maguire authored
* [NET-5688] APIGateway UI Topology Fixes (#19657) * Update catalog and ui endpoints to show APIGateway in gateway service topology view * Added initial implementation for service view * updated ui * Fix topology view for gateways * Adding tests for gw controller * remove unused args * Undo formatting changes * Fix call sites for upstream/downstream gw changes * Add config entry tests * Fix function calls again * Move from ServiceKey to ServiceName, cleanup from PR review * Add additional check for length of services in bound apigateway for IsSame comparison * fix formatting for proto * gofmt * Add DeepCopy for retrieved BoundAPIGateway * gofmt * gofmt * Rename function to be more consistent * Remove BUSL license * Fix import
-
- Nov 27, 2023
-
-
Michael Zalimeni authored
Revert "[NET-6232] docs: Update consul-k8s Helm chart docs (1.1.x) (#19699)" This reverts commit c4b3ca81.
-
Michael Zalimeni authored
docs: Update consul-k8s Helm chart docs (1.1.x) Sync docs for recent changes to the Helm chart from `consul-k8s`.
-
hc-github-team-consul-core authored
backport of commit 5316676b Co-authored-by:
Michael Zalimeni <michael.zalimeni@hashicorp.com>
-
Dhia Ayachi authored
fix a panic in the CLI when deleting an acl policy with an unknown name (#19679) * fix a panic in the CLI when deleting an acl policy with an unknown name * add changelog
-
hc-github-team-consul-core authored
Backport of [NET-6617] security: Bump github.com/golang-jwt/jwt/v4 to 4.5.0 into release/1.15.x (#19739) backport of commit fbb8be55 Co-authored-by:
Michael Zalimeni <michael.zalimeni@hashicorp.com>
-
- Nov 22, 2023
-
-
Valeriia Ruban authored
* chore: add suffix to consul version in sidenav
-
- Nov 14, 2023
-
-
Valeriia Ruban authored
* feat: Change global-read-only policy to non editable (downgraded styles of alerts)
-
hc-github-team-consul-core authored
* backport of commit 54ecfa6b93c4f66a05e87819cea6e6291dae1fd7 * backport of commit a5bc545f95b47c4c910e35ec21175cb443c2dd5d --------- Co-authored-by:
am-ak <114914687+am-ak@users.noreply.github.com>
-
hc-github-team-consul-core authored
backport of commit d4ba678e Co-authored-by:
Joshua Timmons <joshua.timmons1@gmail.com>
-
- Nov 09, 2023
-
-
hc-github-team-consul-core authored
backport of commit 26cb1f6a Co-authored-by:
John Murret <john.murret@hashicorp.com>
-
- Nov 07, 2023
-
-
hc-github-team-consul-core authored
backport of commit d6283a93 Co-authored-by:
DanStough <dan.stough@hashicorp.com>
-
hc-github-team-consul-core authored
* backport of commit 5cb614ed * Fix flaky metrics tests. --------- Co-authored-by:
Derek Menteer <derek.menteer@hashicorp.com>
-
- Nov 06, 2023
-
-
hc-github-team-consul-core authored
backport of commit a47995f7 Co-authored-by:
Derek Menteer <derek.menteer@hashicorp.com>
-
hc-github-team-consul-core authored
backport of commit b8a18c4f Co-authored-by:
Derek Menteer <derek.menteer@hashicorp.com>
-
- Nov 03, 2023
-
-
Tyler Wendlandt authored
Only show back to hcp link if CONSUL_HCP_URL is present
-
- Nov 02, 2023
-
-
Ronald authored
* Consul k8s release 1.1.7 * fix typos
-