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

Changelog:All: Bump go.mongodb.org/mongo-driver from 1.4.5 to 1.5.0 #255

Merged

Commits on Mar 24, 2021

  1. Changelog:All: Bump go.mongodb.org/mongo-driver from 1.4.5 to 1.5.0

    Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.4.5 to 1.5.0.
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.4.5...v1.5.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alfrunes committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d525aa3 View commit details
    Browse the repository at this point in the history
  2. mongo: Use ordered map for search parameters

    Mongo 1.5 requires the use of ordered maps when executing a sort
    operation or it will panic.
    
    changelog: none
    
    Signed-off-by: Alf-Rune Siqveland <alf.rune@northern.tech>
    alfrunes committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    da0e78e View commit details
    Browse the repository at this point in the history