chore(deps): update module gopkg.in/ldap.v2 to v3 - autoclosed #8

Closed
renovate-bot wants to merge 1 commits from renovate/gopkg.in-ldap.v2-3.x into master
Contributor

This PR contains the following updates:

Package Type Update Change
gopkg.in/ldap.v2 require major v2.5.1 -> v3.4.1

Release Notes

go-ldap/ldap

v3.4.1

Compare Source

Also, improve debug logging output.

v3.4.0

Compare Source

v3.3.0

Compare Source

New features and bug fixes:

#​303 - Add IsClosing() to client interface for mocking
#​305 - Avoid panic on NTLMChallengeBind where bytes were less than 7
#​306 - Add support for LDAP_SERVER_LINK_TTL_OID control
#​316 - Network timeouts now return appropriate error message and code
#​318 - RFC4532 WhoAmI support added

v3.2.4

Compare Source

Dropping support for legacy Go versions in a first step effort to clean up go modules vs non-go modules repo

v3.2.3

Compare Source

Fix policy control response decoding for ControlBeheraPasswordPolicy.

Should address #​162, #​156 and #​257

v3.2.2

Compare Source

Don't discard results on error - make raw result packet available in the Error object.

v3.2.1

Compare Source

Update to allow binding with only NTLM hash instead of password.

Also, add missing go.mod changes.

v3.2.0

Compare Source

v3.1.11

Compare Source

v3.1.10

Compare Source

v3.1.9

Compare Source

v3.1.8

Compare Source

Pull DIGEST-MD5 bind support changes into v3 (#​230)

v3.1.7

Compare Source

v3.1.6

Compare Source

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Also some internal refactoring to make the code flow more consistent and predictable.

v3.0.3

Compare Source

v3.0.2

Compare Source

Also some internal Go 1.12 build updates.

v3.0.1

Compare Source

This release adds a couple goodies in the ldap connection:

  • Exposing the ldap.Conn.IsClosing()
  • Exposing the ldap.Conn.TLSConnectionState()

v3.0.0

Compare Source


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gopkg.in/ldap.v2](https://github.com/go-ldap/ldap) | require | major | `v2.5.1` -> `v3.4.1` | --- ### Release Notes <details> <summary>go-ldap/ldap</summary> ### [`v3.4.1`](https://github.com/go-ldap/ldap/releases/v3.4.1) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.0...v3.4.1) Also, improve debug logging output. ### [`v3.4.0`](https://github.com/go-ldap/ldap/compare/v3.3.0...v3.4.0) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.3.0...v3.4.0) ### [`v3.3.0`](https://github.com/go-ldap/ldap/releases/v3.3.0) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.2.4...v3.3.0) New features and bug fixes: [#&#8203;303](https://github.com/go-ldap/ldap/issues/303) - Add IsClosing() to client interface for mocking [#&#8203;305](https://github.com/go-ldap/ldap/issues/305) - Avoid panic on NTLMChallengeBind where bytes were less than 7 [#&#8203;306](https://github.com/go-ldap/ldap/issues/306) - Add support for LDAP_SERVER_LINK_TTL_OID control [#&#8203;316](https://github.com/go-ldap/ldap/issues/316) - Network timeouts now return appropriate error message and code [#&#8203;318](https://github.com/go-ldap/ldap/issues/318) - RFC4532 WhoAmI support added ### [`v3.2.4`](https://github.com/go-ldap/ldap/releases/v3.2.4) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.2.3...v3.2.4) Dropping support for legacy Go versions in a first step effort to clean up go modules vs non-go modules repo ### [`v3.2.3`](https://github.com/go-ldap/ldap/releases/v3.2.3) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.2.2...v3.2.3) Fix policy control response decoding for ControlBeheraPasswordPolicy. Should address [#&#8203;162](https://github.com/go-ldap/ldap/issues/162), [#&#8203;156](https://github.com/go-ldap/ldap/issues/156) and [#&#8203;257](https://github.com/go-ldap/ldap/issues/257) ### [`v3.2.2`](https://github.com/go-ldap/ldap/releases/v3.2.2) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.2.1...v3.2.2) Don't discard results on error - make raw result packet available in the Error object. ### [`v3.2.1`](https://github.com/go-ldap/ldap/releases/v3.2.1) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.2.0...v3.2.1) Update to allow binding with only NTLM hash instead of password. Also, add missing go.mod changes. ### [`v3.2.0`](https://github.com/go-ldap/ldap/compare/v3.1.11...v3.2.0) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.11...v3.2.0) ### [`v3.1.11`](https://github.com/go-ldap/ldap/compare/v3.1.10...v3.1.11) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.10...v3.1.11) ### [`v3.1.10`](https://github.com/go-ldap/ldap/compare/v3.1.9...v3.1.10) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.9...v3.1.10) ### [`v3.1.9`](https://github.com/go-ldap/ldap/compare/v3.1.8...v3.1.9) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.8...v3.1.9) ### [`v3.1.8`](https://github.com/go-ldap/ldap/releases/v3.1.8) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.7...v3.1.8) Pull DIGEST-MD5 bind support changes into v3 ([#&#8203;230](https://github.com/go-ldap/ldap/issues/230)) ### [`v3.1.7`](https://github.com/go-ldap/ldap/compare/v3.1.6...v3.1.7) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.6...v3.1.7) ### [`v3.1.6`](https://github.com/go-ldap/ldap/compare/v3.1.5...v3.1.6) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.5...v3.1.6) ### [`v3.1.5`](https://github.com/go-ldap/ldap/compare/v3.1.4...v3.1.5) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.4...v3.1.5) ### [`v3.1.4`](https://github.com/go-ldap/ldap/compare/v3.1.3...v3.1.4) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.3...v3.1.4) ### [`v3.1.3`](https://github.com/go-ldap/ldap/compare/v3.1.2...v3.1.3) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.2...v3.1.3) ### [`v3.1.2`](https://github.com/go-ldap/ldap/compare/v3.1.1...v3.1.2) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.1...v3.1.2) ### [`v3.1.1`](https://github.com/go-ldap/ldap/compare/v3.1.0...v3.1.1) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://github.com/go-ldap/ldap/releases/v3.1.0) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.0.3...v3.1.0) Also some internal refactoring to make the code flow more consistent and predictable. ### [`v3.0.3`](https://github.com/go-ldap/ldap/compare/v3.0.2...v3.0.3) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.0.2...v3.0.3) ### [`v3.0.2`](https://github.com/go-ldap/ldap/releases/v3.0.2) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.0.1...v3.0.2) Also some internal Go 1.12 build updates. ### [`v3.0.1`](https://github.com/go-ldap/ldap/releases/v3.0.1) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.0.0...v3.0.1) This release adds a couple goodies in the ldap connection: - Exposing the ldap.Conn.IsClosing() - Exposing the ldap.Conn.TLSConnectionState() ### [`v3.0.0`](https://github.com/go-ldap/ldap/compare/v2.5.1...v3.0.0) [Compare Source](https://github.com/go-ldap/ldap/compare/v2.5.1...v3.0.0) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Author
Contributor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/var/lib/renovatebot/repos/gitea/srs/adlin":"/var/lib/renovatebot/repos/gitea/srs/adlin" -v "/var/lib/renovatebot/cache":"/var/lib/renovatebot/cache" -v "/var/lib/renovatebot/cache/others/go":"/var/lib/renovatebot/cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/var/lib/renovatebot/repos/gitea/srs/adlin" docker.io/renovate/go:1.16.6 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: gopkg.in/ldap.v3@v3.3.0: go.mod has non-....v3 module path "github.com/go-ldap/ldap" at revision v3.3.0

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you check the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/var/lib/renovatebot/repos/gitea/srs/adlin":"/var/lib/renovatebot/repos/gitea/srs/adlin" -v "/var/lib/renovatebot/cache":"/var/lib/renovatebot/cache" -v "/var/lib/renovatebot/cache/others/go":"/var/lib/renovatebot/cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/var/lib/renovatebot/repos/gitea/srs/adlin" docker.io/renovate/go:1.16.6 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy" go: gopkg.in/ldap.v3@v3.3.0: go.mod has non-....v3 module path "github.com/go-ldap/ldap" at revision v3.3.0 ```
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from 13f3770cb4 to fc25ed52b3 2021-08-04 11:03:33 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from fc25ed52b3 to 142e23b88e 2021-08-17 18:36:13 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from 142e23b88e to ecd07805b5 2021-08-18 08:02:57 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from ecd07805b5 to f338b8f3aa 2021-10-31 16:04:24 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from f338b8f3aa to b124ab4b9a 2021-10-31 19:02:44 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from b124ab4b9a to ffb6f36a2e 2021-10-31 20:01:55 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from ffb6f36a2e to dfeb50bf4a 2021-10-31 21:01:43 +00:00 Compare
renovate-bot force-pushed renovate/gopkg.in-ldap.v2-3.x from dfeb50bf4a to 01d59ac515 2021-11-14 10:02:53 +00:00 Compare
renovate-bot changed title from chore(deps): update module gopkg.in/ldap.v2 to v3 to chore(deps): update module gopkg.in/ldap.v2 to v3 - autoclosed 2021-11-14 16:01:12 +00:00
renovate-bot closed this pull request 2021-11-14 16:01:12 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: teach/adlin#8
No description provided.