Skip to content

chore(deps): update dependencies #5

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

Merged
merged 4 commits into from
May 27, 2025
Merged

chore(deps): update dependencies #5

merged 4 commits into from
May 27, 2025

Conversation

ndyakov
Copy link
Member

@ndyakov ndyakov commented May 27, 2025

  • update deps to the latest
  • add release notes

@ndyakov ndyakov force-pushed the ndyakov/update-deps branch from 254db8e to ae377b7 Compare May 27, 2025 16:36
@ndyakov ndyakov force-pushed the ndyakov/update-deps branch from ae377b7 to 33c7baf Compare May 27, 2025 16:46
@ndyakov ndyakov requested a review from Copilot May 27, 2025 16:55
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the dependency versions across multiple go.mod files and adds release notes for version v1.0.0. It also modifies example scripts and code to align with updated dependency requirements and Go version specifications.

  • Update dependency versions and Go toolchain details in go.mod files
  • Modify example scripts (e.g. adding "go get -u" in run_examples.sh)
  • Add release notes for the new release

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
go.mod Updated Go version, toolchain, and dependency versions
examples/entraid/run_examples.sh Added "go get -u" to update modules before running examples
examples/entraid/managedidentity_userassigned/go.mod Switched Redis dependency versions to "latest"
examples/entraid/managedidentity_systemassigned/go.mod Switched Redis dependency versions to "latest"
examples/entraid/defaultcredentials/go.mod Switched Redis dependency versions to "latest"
examples/entraid/clientsecret/go.mod Switched Redis dependency versions to "latest"
examples/entraid/clientcert/go.mod Switched Redis dependency versions to "latest"
examples/custom_idp/main.go Updated function signatures and added error handling for token parsing
examples/custom_idp/go.mod Updated Redis dependency versions to stable versions
RELEASE_NOTES.md Added release notes detailing key changes for v1.0.0

ndyakov added 2 commits May 27, 2025 22:42
Add Makefile to reproduce the test commands used in the CI.

A better approach for the future would be to use the exact makefile in the CI
pipelines.
@ndyakov ndyakov force-pushed the ndyakov/update-deps branch from 3d9c315 to 6806df0 Compare May 27, 2025 19:44
It turns out that the x/crypto with the security fixes requires go 1.23
anyway.
@ndyakov ndyakov force-pushed the ndyakov/update-deps branch from 3002e89 to fad3986 Compare May 27, 2025 20:05
Copy link

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/redis/go-redis-entraid 93.18% (ø)
github.com/redis/go-redis-entraid/examples/custom_idp 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/redis/go-redis-entraid/examples/custom_idp/main.go 0.00% (ø) 0 0 0

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/redis/go-redis-entraid/entraid_test.go

@ndyakov ndyakov changed the title chore(examples): update dependencies chore(deps): update dependencies May 27, 2025
@ndyakov ndyakov merged commit 50c261b into main May 27, 2025
7 checks passed
@ndyakov ndyakov deleted the ndyakov/update-deps branch May 30, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant