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/go-ldap/ldap/v3 from 3.3.0 to 3.4.4 #100

Closed

Commits on Jul 22, 2021

  1. build(deps): bump helm/kind-action from 1.1.0 to 1.2.0

    Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.1.0 to 1.2.0.
    - [Release notes](https://github.com/helm/kind-action/releases)
    - [Commits](helm/kind-action@v1.1.0...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: helm/kind-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f669dc4 View commit details
    Browse the repository at this point in the history
  2. Adding an oidcConnector config to decide whether to validate that the…

    … Connector Callback must contain the same host as the issuer
    acohen4 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    bf3b81c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from pachyderm/acohen4/relax-callback-issuer-u…

    …rl-check-2
    
    Adding an oidcConnector config to decide whether to validate that the Connector Callback must contain the same host as the issuer
    acohen4 authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a3bf676 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. pass login_hint to OIDC connector's /auth endpoint in auth_code flow (#…

    …12)
    
    * pass login_hint to OIDC connector's /auth endpoint in auth_code flow
    
    * Also pass non-OIDC Standard params that may be used by specific connectors
    acohen4 authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    56fc504 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    1efa471 View commit details
    Browse the repository at this point in the history
  2. add some logging

    armaanv committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f73bd86 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. dont refresh with connector

    armaanv committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2060aa2 View commit details
    Browse the repository at this point in the history
  2. lint

    armaanv committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    825fea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. remove offline acess type

    armaanv committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    31634c5 View commit details
    Browse the repository at this point in the history
  2. Revert "lint"

    This reverts commit 825fea7.
    armaanv committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3f72bb8 View commit details
    Browse the repository at this point in the history
  3. Revert "dont refresh with connector"

    This reverts commit 2060aa2.
    armaanv committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6981cae View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. remove token logs

    armaanv committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    37923ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from pachyderm/armaan/offline-access

    add offline_access scope to oidc connector
    Armaan Varadaraj authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ebfeda6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge pull request #5 from pachyderm/dependabot/github_actions/helm/k…

    …ind-action-1.2.0
    
    build(deps): bump helm/kind-action from 1.1.0 to 1.2.0
    msteffen authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8b147da View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. build(deps): bump golang from 1.16.5-alpine3.13 to 1.17.3-alpine3.13

    Bumps golang from 1.16.5-alpine3.13 to 1.17.3-alpine3.13.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f7cfc0b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. build(deps): bump github.com/mattn/go-sqlite3

    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.7 to 2.0.3+incompatible.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.7...v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-sqlite3
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    12cd7b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. build(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9670608 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. build(deps): bump actions/setup-go from 2 to 3

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b1ca9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. build(deps): bump github/codeql-action from 1 to 2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d4e0ce7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. build(deps): bump docker/build-push-action from 2 to 3

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    13ebd9a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump docker/login-action from 1 to 2

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    80d8c5f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. build(deps): bump alpine from 3.14.0 to 3.16.0

    Bumps alpine from 3.14.0 to 3.16.0.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    ed5adfe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.5.0

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.5.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.1.3...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    62b1ba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. build(deps): bump google.golang.org/api from 0.49.0 to 0.87.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.49.0 to 0.87.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.49.0...v0.87.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8a4719c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.38.0 to 1.48.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.48.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.38.0...v1.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    888209a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. build(deps): bump entgo.io/ent from 0.8.0 to 0.11.1

    Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.8.0 to 0.11.1.
    - [Release notes](https://github.com/ent/ent/releases)
    - [Commits](ent/ent@v0.8.0...v0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: entgo.io/ent
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    39241b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Fix linter, and delint

    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    36fe38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    465168c View commit details
    Browse the repository at this point in the history
  3. Update & tidy deps

    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fda1bb5 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dependabot/go_modules/github.com…

    …/mattn/go-sqlite3-2.0.3incompatible' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7efcfd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d57fb5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dependabot/github_actions/action…

    …s/checkout-3' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f301d91 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/dependabot/github_actions/action…

    …s/setup-go-3' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5c5f3c1 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/dependabot/github_actions/github…

    …/codeql-action-2' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e3d4268 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/dependabot/github_actions/docker…

    …/build-push-action-3' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e4ec8b4 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/dependabot/github_actions/docker…

    …/login-action-2' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    336acfb View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/dependabot/docker/alpine-3.16.0'…

    … into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    869b29f View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/dependabot/go_modules/github.com…

    …/spf13/cobra-1.5.0' into ruhl/core-873-update-deps
    robert-uhl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    784c6b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Merge remote-tracking branch 'origin/dependabot/go_modules/google.gol…

    …ang.org/api-0.87.0' into ruhl/core-873-update-deps
    robert-uhl committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    cd68836 View commit details
    Browse the repository at this point in the history
  2. Delint

    robert-uhl committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    a26b9fd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Merge remote-tracking branch 'origin/dependabot/go_modules/google.gol…

    …ang.org/grpc-1.48.0' into ruhl/core-873-update-deps
    robert-uhl committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ee44c5f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Merge remote-tracking branch 'origin/dependabot/go_modules/entgo.io/e…

    …nt-0.11.1' into ruhl/core-873-update-deps
    robert-uhl committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6cd2777 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge pull request #90 from pachyderm/ruhl/core-873-update-deps

    [CORE-873] Update deps
    
    This PR pulls in all dependabot commits and ensures that they test cleanly. It does not pull in the latest upstream commits.
    robert-uhl authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8eefbbc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. build(deps): bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.4

    Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) from 3.3.0 to 3.4.4.
    - [Release notes](https://github.com/go-ldap/ldap/releases)
    - [Commits](go-ldap/ldap@v3.3.0...v3.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-ldap/ldap/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5b58ffa View commit details
    Browse the repository at this point in the history