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

Bump dependencies #1881

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Bump dependencies #1881

merged 1 commit into from
Mar 5, 2024

Conversation

pinniped-ci-bot
Copy link
Member

Automatically bumped all go.mod direct dependencies and/or images in dockerfiles.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.29%. Comparing base (df580fc) to head (9423ff5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1881      +/-   ##
==========================================
- Coverage   38.30%   38.29%   -0.01%     
==========================================
  Files         347      347              
  Lines       44149    44149              
==========================================
- Hits        16911    16909       -2     
- Misses      26725    26727       +2     
  Partials      513      513              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cfryanr
Copy link
Member

cfryanr commented Mar 5, 2024

It looks like integration-test-k8s-main failed because they promoted several feature gates to be on by default in preparation for Kube 1.30: ServiceAccountTokenJTI, ServiceAccountTokenNodeBindingValidation, and ServiceAccountTokenPodNodeInfo. One (or more) of these changed the values of the extras shown in the whoami response. Looks like we need to add code to some tests to expect these when the version is greater than 1.29.

However, these are changes in the main branch of Kube, and the changes in this PR are not related, so it should be safe to merge this dep bump PR and open a new separate PR to handle the new whoami responses in tests.

@cfryanr cfryanr merged commit eb08a9f into main Mar 5, 2024
40 of 41 checks passed
@cfryanr cfryanr deleted the pinny/bump-deps branch March 5, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants