Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps github.com/nats-io/nats-server/v2 from 2.1.9 to 2.2.0.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.2.0

Changelog

Go Version

  • 1.16.2: Both release executables and Docker images are built with this Go release.

Added

  • JetStream, our new persistence offering
  • Websocket support (#1309)
    • Websocket Leafnode connections (#1858)
    • Cookie JWT authentication for Websocket. Thanks to #pas2k for the contribution (#1477)
  • MQTT Support (#1754)
    • Allow BearerToken as MQTT authentication method. Thanks to @​angiglesias for the contribution (#1840)
  • Monitoring:
    • New Endpoint: jsz for JetStream (#1881)
    • New Endpoint /accountz (#1611)
    • Value of GOMAXPROCS in /varz endpoint (#1304)
    • Ability to include subscription details in monitoring responses (#1318)
    • Endpoints now available via system services (#1362)
    • Base path for monitoring endpoints. Thanks to @​guilherme-santos for the contribution (#1392)
    • Filtering by account for /leafz and exposing this as per account subject (#1612)
    • Support for tags and filter PING monitoring requests by tags (#1832)
    • JWT/IssuerKey/NameTag/Tags to monitoring and event endpoints (#1830)
    • tls_required, tls_verify and tls_timeout to Cluster/Gateway/Leafnode sections under /varz (#1854)
    • Operator JWT to /varz (#1862)
    • system_account to /varz (#1898)
  • Options
    • lame_duck_grace_period (#1460)
    • sys_trace or --sys_trace command line to trace the system account (#1295)
    • resolver_tls to specify TLS configuration for account resolver. Thanks to @​JnMik for the report (#1272)
    • allowed_connection_types to restrict which type connections (STANDARD, WEBSOCKET, etc..) can authenticate with a specific user (#1594)
    • verify_cert_and_check_known_urls to tie subject ALT name to URL in configuration (#1727)
    • account_token_position to simplify the securing of imports without requiring a token (#1874)
  • Support for JWT BearerToken (#1226)
  • Accounts default permissions (#1398)
  • Printing of the configuration file being used in the startup banner. Thanks to @​rmoriz for the report (#1473)
  • Checks for CIDR blocks and connect time ranges specified in JWTs (#1567)
  • Support for route hostname resolution. Thanks to @​israellot for the report (#1590)
  • Account name checks for Leafnodes in operator mode (#1739)
  • User JWT payload and subscriber limits (#1570)
  • Ability to use JWT latency sampling properties "headers" and "share" (#1776)
  • Support for wildcard services and import remapping by JWT (#1790)
  • Support for JWT export response threshold (#1793)
  • Enforcement and usage of scoped signing keys (#1805)
  • Support for StrictSigningKeyUsage (#1845)
  • Support for JWT based account mappings (#1897)
  • Build for mips64le platform. Thanks to @​duchuanLX for the contribution (#1885)

Changed

... (truncated)

Commits
  • 0e3c723 Merge pull request #2007 from nats-io/release_2_2_0
  • 0d5b037 Release v2.2.0
  • 6764130 Merge pull request #2006 from nats-io/li
  • e84f845 Avoid lock inversions.
  • 4d15658 Merge pull request #1996 from nats-io/updates
  • e530c98 We no longer force remove our peer on out of space.
  • 423b794 Merge pull request #2004 from nats-io/jwt-issue
  • 4f8931e Merge pull request #2005 from nats-io/rm-dockerfile-alpine
  • e2287c6 Delete Dockerfile.alpine
  • eb1a91d [fixed] private import issue by pulling in up to date jwt library
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #3532 (b445bdc) into master (9207ee5) will decrease coverage by 0.68%.
The diff coverage is n/a.

❗ Current head b445bdc differs from pull request most recent head 69db2a1. Consider uploading reports for the commit 69db2a1 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3532      +/-   ##
==========================================
- Coverage   42.20%   41.51%   -0.69%     
==========================================
  Files         222      216       -6     
  Lines       11741    11531     -210     
  Branches      291      291              
==========================================
- Hits         4955     4787     -168     
+ Misses       6157     6123      -34     
+ Partials      629      621       -8     
Flag Coverage Δ *Carryforward flag
api 29.89% <ø> (ø) Carriedforward from 9207ee5
approval-service 84.61% <ø> (ø) Carriedforward from 9207ee5
bridge 20.36% <ø> (ø) Carriedforward from 9207ee5
cli 41.58% <ø> (ø) Carriedforward from 9207ee5
configuration-service 19.51% <ø> (ø) Carriedforward from 9207ee5
distributor 54.38% <ø> (ø) Carriedforward from 9207ee5
helm-service 45.70% <ø> (ø) Carriedforward from 9207ee5
jmeter-service 11.19% <ø> (ø) Carriedforward from 9207ee5
lighthouse-service 62.55% <ø> (ø)
mongodb-datastore 24.53% <ø> (ø) Carriedforward from 9207ee5
openshift-route-service 33.82% <ø> (ø) Carriedforward from 9207ee5
remediation-service 60.41% <ø> (ø) Carriedforward from 9207ee5
secret-service ?
shipyard-controller 55.73% <ø> (ø) Carriedforward from 9207ee5
statistics-service 55.31% <ø> (ø) Carriedforward from 9207ee5

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
secret-service/pkg/backend/secretbackend_k8s.go
secret-service/pkg/backend/registry.go
secret-service/pkg/repository/scopes.go
secret-service/pkg/handler/secrethandler.go
secret-service/pkg/handler/common.go
secret-service/pkg/common/utils.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9207ee5...69db2a1. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/lighthouse-service/github.com/nats-io/nats-server/v2-2.2.0 branch 2 times, most recently from 191d75d to 4f976aa Compare March 29, 2021 08:21
@dependabot dependabot bot force-pushed the dependabot/go_modules/lighthouse-service/github.com/nats-io/nats-server/v2-2.2.0 branch from 4f976aa to 61c09f2 Compare March 31, 2021 06:48
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.1.9 to 2.2.0.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/master/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.1.9...v2.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/lighthouse-service/github.com/nats-io/nats-server/v2-2.2.0 branch from 61c09f2 to 69db2a1 Compare April 2, 2021 07:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2021

Superseded by #3694.

@dependabot dependabot bot closed this Apr 5, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/lighthouse-service/github.com/nats-io/nats-server/v2-2.2.0 branch April 5, 2021 08:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants