Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/hashicorp/consul from 1.4.3 to 1.5.0 #24

Merged
merged 1 commit into from
May 16, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/hashicorp/consul from 1.4.3 to 1.5.0.

Changelog

Sourced from github.com/hashicorp/consul's changelog.

1.5.0 (May 08, 2019)

SECURITY:

  • connect: Envoy versions lower than 1.9.1 are vulnerable to
    CVE-2019-9900 and
    CVE-2019-9901. Both are
    related to HTTP request parsing and so only affect Consul Connect users if they
    have configured HTTP routing rules via the "escape
    hatch"
    . We recommend Envoy 1.9.1 be used.
    Note that while we officially deprecate support for older version of Envoy in 1.5.0,
    we recommend using Envoy 1.9.1 with all previous versions of Consul Connect too
    (back to 1.3.0 where Envoy support was introduced).

BREAKING CHANGES:

  • /watch: (note this only affects downstream programs importing /watch package as a library not the watch feature in Consul) The watch package was moved from github.com/hashicorp/consul/watch to github.com/hashicorp/consul/api/watch to live in the API module. This was necessary after updating the repo to use Go modules or else various other bugs cropped up. The watch package API has not changed so projects depending on it should need to only update the import statement to get their code functioning again. [GH-5664]
  • ui: Legacy UI has been removed. Setting the CONSUL_UI_LEGACY environment variable to 1 or true will no longer revert to serving the old UI. [GH-5643]

FEATURES:

  • Connect Envoy Supports L7 Observability: We introduce features that allow configuring Envoy sidecars to emit metrics and tracing at L7 (http, http2, grpc supported). For more information see the Envoy Integration docs.
  • Centralized Configuration: Enables central configuration of some service and proxy defaults. For more information see the Configuration Entries docs
  • api: Implement data filtering for some endpoints using a new filtering language. [GH-5579]
  • snapshot agent (Consul Enterprise): Added support for saving snapshots to Azure Blob Storage.
  • acl: tokens can be created with an optional expiration time [GH-5353]
  • acl: tokens can now be assigned an optional set of service identities [GH-5390]
  • acl: tokens can now be assigned to roles [GH-5514]
  • acl: adding support for kubernetes auth provider login [GH-5600]
  • ui: Template-able Dashboard links for Service detail pages [GH-5704] [GH-5777]
  • ui: support for ACL Roles [GH-5635]

IMPROVEMENTS:

  • cli: allow to add ip addresses as Subject Alternative Names when creating certificates with consul tls cert create [GH-5602]
  • dns: Allow for hot-reload of many DNS configurations. [GH-4875]
  • agent: config is now read if json or hcl is set as the config-format or the extension is either json or hcl [GH-5723]
  • acl: Allow setting token accessor ids and secret ids during token creation. [[GH-4977]
    (https://github-redirect.dependabot.com/Allow setting of SecretID and AccessorID on ACL tokens on Consul 1.4+ hashicorp/consul#4977)]
  • ui: Service Instances page redesign and further visibility of Connect Proxies [GH-5326]
  • ui: Blocking Query support / live updates for Services and Nodes, requires enabling per user via the UI Settings area [GH-5070] [GH-5267]
  • ui: Finer grained searching for the Service listing page [GH-5507]
  • ui: Add proxy icons to proxy services and instances where appropriate [GH-5463]

BUG FIXES:

  • api: fix panic in 'consul acl set-agent-token' [GH-5533]
  • api: fix issue in the transaction API where the health check definition struct wasn't being deserialized properly [GH-5553]
  • acl: memdb filter of tokens-by-policy was inverted [GH-5575]
  • acl: Fix legacy rules translation for JSON based rules. [GH-5493]
  • agent: Fixed a bug causing RPC errors when the discovery_max_stale time was exceeded. [GH-4673]
  • agent: Fix an issue with registering health checks for an agent service where the service name would be missing. [GH-5705]
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/hashicorp/consul](https://github.com/hashicorp/consul) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/master/CHANGELOG.md)
- [Commits](hashicorp/consul@v1.4.3...v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 9, 2019
@nirmoy nirmoy merged commit 02ca79c into master May 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/dep/github.com/hashicorp/consul-1.5.0 branch May 16, 2019 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants