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

fix(deps): Versions #108

Merged
merged 2 commits into from
Mar 15, 2024
Merged

fix(deps): Versions #108

merged 2 commits into from
Mar 15, 2024

Conversation

Lucostus
Copy link
Collaborator

@Lucostus Lucostus commented Mar 15, 2024

Changes

Workflow Adjustments (/.github/workflows/release.yml)
  • Removed workaround exit codes in the Trivy scan steps, indicating a resolution to previous issues with exit code handling.
  • Updated Go version from 1.21.5 to 1.22.1 in the setup actions, aligning with the latest stable release for improved features and security.
Dependency Updates (/go.mod, /go.sum)
  • Upgraded several key dependencies, including:
    • github.com/MicahParks/keyfunc from v2 to v3, indicating a major version change with potential API adjustments.
    • Updated various libraries such as fsnotify, jwt, mux, prometheus, and zerolog to their latest versions for enhanced functionality and security.
Code Refinements (/config.go, /main.go)
  • Adapted code to accommodate the keyfunc package's major version upgrade, moving from v2 to v3. This involved changing the way JWKS is initialized and utilized within the application.

@Lucostus Lucostus force-pushed the bump/deps branch 3 times, most recently from acec904 to 7b5f483 Compare March 15, 2024 11:44
@Lucostus Lucostus merged commit 2c7f1fb into main Mar 15, 2024
9 checks passed
@Lucostus Lucostus deleted the bump/deps branch March 15, 2024 12:39
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.

None yet

1 participant