Conversation
…to latest versions Direct dependency updates: - netresearch/simple-ldap-go: v1.0.3 → v1.2.0 Runtime environment upgrades: - Go: 1.24.0 → 1.25.1 (latest stable) - Dockerfile golang: 1.25-alpine → 1.25.1-alpine - Dockerfile alpine: 3.22 → 3.22.1 (latest stable) - go.mod directive: Updated to 1.25.1 Major indirect dependency updates: - valyala/fasthttp: v1.51.0 → v1.66.0 - rivo/uniseg: v0.2.0 → v0.4.7 - andybalholm/brotli: v1.1.0 → v1.2.0 - klauspost/compress: v1.17.9 → v1.18.0 - stretchr/testify: v1.10.0 → v1.11.1 New transitive dependencies: - testcontainers/testcontainers-go v0.39.0 - OpenTelemetry instrumentation packages - Docker/Moby ecosystem packages Breaking changes: - simple-ldap-go v1.2.0: API reverted pointer to value for Config Fixed ldap.New() calls in service.go and auth_middleware_test.go All quality checks passing: - go fmt, vet, golangci-lint (0 issues) - typecheck, test suite (5 unit tests) - Binary build successful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete dependency upgrade bringing all components to their latest stable versions:
Changes
Runtime Environment
Direct Dependencies
Major Indirect Dependencies
New Transitive Dependencies
Breaking Changes Fixed
simple-ldap-go v1.2.0 reverted API from pointer to value for Config:
ldap.New()calls ininternal/server/service.go:26ldap.New()calls ininternal/server/auth_middleware_test.go:173Test Plan
Files Changed
Dockerfile- Updated Go and Alpine versionsgo.mod- Updated go directive and dependenciesgo.sum- Cleaned up checksums (231 insertions, 461 deletions)All quality checks passing ✅