mendersoftware / mender-server

Other
2 stars 10 forks source link

chore: Bump the backend-golang-dependencies group in /backend with 9 updates #68

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the backend-golang-dependencies group in /backend with 9 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.4.0 1.4.1
github.com/aws/aws-sdk-go-v2 1.30.5 1.31.0
github.com/aws/aws-sdk-go-v2/config 1.27.33 1.27.39
github.com/aws/aws-sdk-go-v2/credentials 1.17.32 1.17.37
github.com/aws/aws-sdk-go-v2/service/iot 1.55.6 1.57.3
github.com/aws/aws-sdk-go-v2/service/iotdataplane 1.24.6 1.25.3
github.com/aws/aws-sdk-go-v2/service/s3 1.61.2 1.63.3
github.com/nats-io/nats-server/v2 2.10.20 2.10.21
go.mongodb.org/mongo-driver 1.16.1 1.17.0

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.

sdk/storage/azblob/v1.4.1

1.4.1 (2024-09-18)

Features Added

  • Added crc64 response header to Put Blob.
  • Upgraded service version to 2024-08-04.

sdk/storage/azblob/v1.4.1-beta.1

1.4.1-beta.1 (2024-08-27)

Features Added

  • Upgraded service version to 2024-08-04.

Other Changes

  • Updated azcore version to 1.14.0
Commits


Updates github.com/aws/aws-sdk-go-v2 from 1.30.5 to 1.31.0

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.39

Commits


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.37

Commits


Updates github.com/aws/aws-sdk-go-v2/service/iot from 1.55.6 to 1.57.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/iotdataplane from 1.24.6 to 1.25.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.61.2 to 1.63.3

Commits


Updates github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21

Release notes

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

Release v2.10.21

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.22.7

Dependencies

  • golang.org/x/crypto v0.27.0 (#5869)
  • golang.org/x/sys v0.25.0 (#5869)

Added

Config

  • New TLS min_version option for configuring the minimum supported TLS version (#5904)

Improved

JetStream

  • Global JetStream API queue hard limit for protecting the system (#5900, #5923)
  • Orphaned ephemeral consumer clean-up is now logged at debug level only (#5917)

Monitoring

  • statsz messages are now sent every 10 seconds instead of every 30 seconds (#5925)
  • Include JetStream pending API request count in statsz messages and jsz responses for monitoring (#5923, #5926)

Fixed

JetStream

  • Fix an issue comparing the stream configuration with the updated stream assignment on stream create (#5854)
  • Improvements to recovering from old or corrupted index.db (#5893, #5901, #5907)
  • Ensure that consumer replicas and placement are adjusted properly when scaling down a replicated stream (#5927)
  • Fix a panic that could occur when trying to shut down while the JetStream meta group was in the process of being set up (#5934)

Monitoring

  • Always update account issuer in accountsz (#5886)

OCSP

  • Fix peer validation on the HTTPS monitoring port when OCSP is enabled (#5906)

Config

  • Support multiple trusted operators using a config file (#5896)

Complete Changes

https://github.com/nats-io/nats-server/compare/v2.10.20...v2.10.21

Release v2.10.21-RC.4

... (truncated)

Commits
  • d3a8868 Release v2.10.21
  • cbbef5a Reuse pre-existing sys account reference
  • 5792b08 Bump to 2.10.21-RC.4
  • b39694d Cherry-picks for 2.10.21-RC.4 (#5928)
  • 098b4f8 When scaling down a stream make sure replica count is correct if adjusted and...
  • 8c0b9b5 Ensure pending sent correctly in regular statsz messages
  • 6fb4277 Publish STATSZ messages every 10 seconds rather than 30
  • 58fba00 Add pending to jsz response and statsz (#5923)
  • bac6cc2 Bump to 2.10.21-RC.3
  • 1e29e3a Cherry-picks for 2.10.21-RC.3 (#5921)
  • Additional commits viewable in compare view


Updates go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.0

The MongoDB Go Driver Team is pleased to release version 1.17.0 of the official MongoDB Go driver.

Release Notes

This release adds support for client authentication using OpenID Connect (MONGODB-OIDC), and for the Queryable Encryption Range Protocol. The driver now supports MongoDB 8.0. Additionally, IndexView has been extended to include methods for dropping indexes by key (i.e. DropOneWithKey and DropWithKey).

[!NOTE]

This is the last planned minor release in the 1.x series. Future driver versions will be in the 2.x series. The v1.17.x will still receive security and bug fixes for a year.

Queryable Encryption Range Protocol

Added range protocol support for Queryable Encryption.

MONGODB-OIDC

Added support OpenID Connect (OIDC) authentication for workload identities. A workload identity is an identity you assign to a software workload, such as an application, service, script, or container, to authenticate and access other services and resources.

See the documentation for more details.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.16.1...v1.17.0

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 5484657 BUMP v1.17.0
  • be25b9a GODRIVER-3302 Handle malformatted message length properly. (#1758)
  • 4757f44 GODRIVER-3312 Use remaining test secrets from the vault [v1] (#1811)
  • 6bcc3dc Remove GCP from supplied callback example (#1809)
  • b133d71 GODRIVER-2587 Implement modifyCollection for the unified test runner (#1796) ...
  • c5b9705 GODRIVER-3331 Fix default authSource for SRV connections (#1795)
  • 485e74d GODRIVER-2758: Add documentation examples (#1759)
  • ac03e73 GODRIVER-3324 Upgrade CI Go to 1.22 and golangci-lint to 1.59.1. (#1783)
  • 56e75b2 GODRIVER-3195 Sync updated QE Range tests (#1789) [v1] (#1790)
  • 783cc6c GODRIVER-3290 Mention the final 1.x release in the release notes (#1788)
  • Additional commits viewable in compare view


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions