Update all deps #6

Merged
renovate[bot] merged 1 commits from renovate/all into master 2021-02-10 20:09:24 +03:00
renovate[bot] commented 2021-02-10 13:19:27 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
hashicorp/consul/api require patch v1.8.0 -> v1.8.1
unistack-org/micro/v3 require patch v3.2.4 -> v3.2.8

Release Notes

hashicorp/consul

v1.8.1

Compare Source

1.8.1 (July 30, 2020)

FEATURES:

IMPROVEMENTS:

  • acl: allow auth methods created in the primary datacenter to optionally create global tokens [GH-7899]
  • agent: Allow to restrict servers that can join a given Serf Consul cluster. [GH-7628]
  • agent: new configuration options allow ratelimiting of the agent-cache: cache.entry_fetch_rate and cache.entry_fetch_max_burst. [GH-8226]
  • cli: Output message on success when writing/deleting config entries. [GH-7806]
  • connect: Append port number to expected ingress hosts [GH-8190]
  • dns: Improve RCODE of response when query targets a non-existent datacenter. [GH-8102],[GH-8218]
  • version: The version CLI subcommand was altered to always show the git revision the binary was built from on the second line of output. Additionally the command gained a -format flag with the option now of outputting the version information in JSON form. NOTE This change has the potential to break any parsing done by users of the version commands output. In many cases nothing will need to be done but it is possible depending on how the output is parsed. [GH-8268]

BUGFIXES:

  • agent: Fixed a bug where Consul could crash when verify_outgoing was set to true but no client certificate was used. [GH-8211]
  • agent: Fixed an issue with lock contention during RPCs when under load while using the Prometheus metrics sink. [GH-8372]
  • auto_encrypt: Fixed an issue where auto encrypt certificate signing wasn't using the connect signing rate limiter. [GH-8211]
  • auto_encrypt: Fixed several issues around retrieving the first TLS certificate where it would have the wrong CN and SANs. This was being masked by a second bug (also fixed) causing that certificate to immediately be discarded with a second certificate request being made afterwards. [GH-8211]
  • auto_encrypt: Fixed an issue that caused auto encrypt certificates to not be updated properly if the agents token was changed and the old token was deleted. [GH-8311]
  • connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available [GH-8158]
  • connect: Fixed issue where specifying a prometheus bind address would cause ingress gateways to fail to start up [GH-8371]
  • gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms [GH-8343]
  • snapshot: (Consul Enterprise only) Fixed a regression when using Azure blob storage.
  • xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions [GH-8265]
unistack-org/micro

v3.2.8

Compare Source

  • util/reflect: improve merging

v3.2.7

Compare Source

  • api: encode body metadata in options
  • util/reflect: improve merge map support

v3.2.6

Compare Source

  • provide backward compat for older micro options

v3.2.5

Compare Source

  • codec: fix noop codec

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hashicorp/consul/api](https://togithub.com/hashicorp/consul) | require | patch | `v1.8.0` -> `v1.8.1` | | [unistack-org/micro/v3](https://togithub.com/unistack-org/micro) | require | patch | `v3.2.4` -> `v3.2.8` | --- ### Release Notes <details> <summary>hashicorp/consul</summary> ### [`v1.8.1`](https://togithub.com/hashicorp/consul/releases/v1.8.1) [Compare Source](https://togithub.com/hashicorp/consul/compare/v1.8.0...v1.8.1) ##### 1.8.1 (July 30, 2020) FEATURES: - acl: Added ACL Node Identities for easier creation of Consul Agent tokens. \[[GH-7970](https://togithub.com/hashicorp/consul/pull/7970)] - agent: Added Consul client agent automatic configuration utilizing JWTs for authorizing the request to generate ACL tokens, TLS certificates and retrieval of the gossip encryption key. \[[GH-8003](https://togithub.com/hashicorp/consul/pull/8003)], \[[GH-8035](https://togithub.com/hashicorp/consul/pull/8035)], \[[GH-8086](https://togithub.com/hashicorp/consul/pull/8086)], \[[GH-8148](https://togithub.com/hashicorp/consul/pull/8148)], \[[GH-8157](https://togithub.com/hashicorp/consul/pull/8157)], \[[GH-8159](https://togithub.com/hashicorp/consul/pull/8159)], \[[GH-8193](https://togithub.com/hashicorp/consul/pull/8193)], \[[GH-8253](https://togithub.com/hashicorp/consul/pull/8253)], \[[GH-8301](https://togithub.com/hashicorp/consul/pull/8301)], \[[GH-8360](https://togithub.com/hashicorp/consul/pull/8360)], \[[GH-8362](https://togithub.com/hashicorp/consul/pull/8362)], \[[GH-8363](https://togithub.com/hashicorp/consul/pull/8363)], \[[GH-8364](https://togithub.com/hashicorp/consul/pull/8364)], \[[GH-8409](https://togithub.com/hashicorp/consul/pull/8409)] IMPROVEMENTS: - acl: allow auth methods created in the primary datacenter to optionally create global tokens \[[GH-7899](https://togithub.com/hashicorp/consul/issues/7899)] - agent: Allow to restrict servers that can join a given Serf Consul cluster. \[[GH-7628](https://togithub.com/hashicorp/consul/issues/7628)] - agent: new configuration options allow ratelimiting of the agent-cache: `cache.entry_fetch_rate` and `cache.entry_fetch_max_burst`. \[[GH-8226](https://togithub.com/hashicorp/consul/pull/8226)] - cli: Output message on success when writing/deleting config entries. \[[GH-7806](https://togithub.com/hashicorp/consul/pull/7806)] - connect: Append port number to expected ingress hosts \[[GH-8190](https://togithub.com/hashicorp/consul/pull/8190)] - dns: Improve RCODE of response when query targets a non-existent datacenter. \[[GH-8102](https://togithub.com/hashicorp/consul/issues/8102)],\[[GH-8218](https://togithub.com/hashicorp/consul/pull/8218)] - version: The `version` CLI subcommand was altered to always show the git revision the binary was built from on the second line of output. Additionally the command gained a `-format` flag with the option now of outputting the version information in JSON form. **NOTE** This change has the potential to break any parsing done by users of the `version` commands output. In many cases nothing will need to be done but it is possible depending on how the output is parsed. \[[GH-8268](https://togithub.com/hashicorp/consul/pull/8268)] BUGFIXES: - agent: Fixed a bug where Consul could crash when `verify_outgoing` was set to true but no client certificate was used. \[[GH-8211](https://togithub.com/hashicorp/consul/pull/8211)] - agent: Fixed an issue with lock contention during RPCs when under load while using the Prometheus metrics sink. \[[GH-8372](https://togithub.com/hashicorp/consul/pull/8372)] - auto_encrypt: Fixed an issue where auto encrypt certificate signing wasn't using the connect signing rate limiter. \[[GH-8211](https://togithub.com/hashicorp/consul/pull/8211)] - auto_encrypt: Fixed several issues around retrieving the first TLS certificate where it would have the wrong CN and SANs. This was being masked by a second bug (also fixed) causing that certificate to immediately be discarded with a second certificate request being made afterwards. \[[GH-8211](https://togithub.com/hashicorp/consul/pull/8211)] - auto_encrypt: Fixed an issue that caused auto encrypt certificates to not be updated properly if the agents token was changed and the old token was deleted. \[[GH-8311](https://togithub.com/hashicorp/consul/pull/8311)] - connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available \[[GH-8158](https://togithub.com/hashicorp/consul/pull/8158)] - connect: Fixed issue where specifying a prometheus bind address would cause ingress gateways to fail to start up [\[GH-8371\]](https://togithub.com/hashicorp/consul/pull/8371) - gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms \[[GH-8343](https://togithub.com/hashicorp/consul/issues/8343)] - snapshot: **(Consul Enterprise only)** Fixed a regression when using Azure blob storage. - xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions \[[GH-8265](https://togithub.com/hashicorp/consul/issues/8265)] </details> <details> <summary>unistack-org/micro</summary> ### [`v3.2.8`](https://togithub.com/unistack-org/micro/releases/v3.2.8) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.7...v3.2.8) - util/reflect: improve merging ### [`v3.2.7`](https://togithub.com/unistack-org/micro/releases/v3.2.7) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.6...v3.2.7) - api: encode body metadata in options - util/reflect: improve merge map support ### [`v3.2.6`](https://togithub.com/unistack-org/micro/releases/v3.2.6) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.5...v3.2.6) - provide backward compat for older micro options ### [`v3.2.5`](https://togithub.com/unistack-org/micro/releases/v3.2.5) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.4...v3.2.5) - codec: fix noop codec </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/micro-config-consul).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-config-consul#6
No description provided.