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 build #782

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Fix build #782

merged 2 commits into from
Jan 2, 2025

Conversation

blampe
Copy link
Contributor

@blampe blampe commented Jan 2, 2025

I kicked off some updates (via #755) for some k8s dependencies last month:

Tests failed on those due to some of our binaries installed via make being out of sync with the bumps.

As it turns out we also weren't requiring any status checks, so those PRs merged with failing tests.

This PR fixes the build by bumping corresponding dependencies in our Makefile and regenerating types.

I've also added required checks to the repo: "Build", "E2E Tests", and "Unit Tests".

Fixes #778

@blampe blampe added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Jan 2, 2025
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 50.16%. Comparing base (1eddac5) to head (1b1152e).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
operator/internal/apply/utils.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #782      +/-   ##
==========================================
- Coverage   50.19%   50.16%   -0.03%     
==========================================
  Files          30       30              
  Lines        4210     4212       +2     
==========================================
  Hits         2113     2113              
- Misses       1910     1912       +2     
  Partials      187      187              

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

@blampe blampe requested review from EronWright and mjeffryes January 2, 2025 21:32
@blampe blampe enabled auto-merge (squash) January 2, 2025 21:39
@blampe blampe merged commit fa4e2b5 into master Jan 2, 2025
7 checks passed
@blampe blampe deleted the blampe/master branch January 2, 2025 21:41
blampe added a commit that referenced this pull request Jan 2, 2025
I kicked off some updates (via
#755) for
some k8s dependencies last month:
* #769
* #768
* #767

Tests failed on those due to some of our binaries installed via `make`
being out of sync with the bumps.

As it turns out we also weren't requiring any status checks, so those
PRs merged with failing tests.

This PR fixes the build by bumping corresponding dependencies in our
Makefile and regenerating types.

I've also added required checks to the repo: "Build", "E2E Tests", and
"Unit Tests".

Fixes #778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow failure: Pulumi Kubernetes Operator PR Builds
2 participants