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

fixes to push docker image #688

Merged
merged 5 commits into from
Sep 26, 2024
Merged

fixes to push docker image #688

merged 5 commits into from
Sep 26, 2024

Conversation

EronWright
Copy link
Contributor

Proposed changes

Related issues (optional)

@EronWright EronWright added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Sep 25, 2024
operator/Dockerfile Outdated Show resolved Hide resolved
operator/Dockerfile Show resolved Hide resolved
@@ -45,7 +45,7 @@ func TestE2E(t *testing.T) {
b := make([]byte, 12)
_, _ = rand.Read(b) //nolint:staticcheck // Don't need crypto here.
tag := hex.EncodeToString(b)
projectimage := "pulumi/pulumi-kubernetes-operator-v2:" + tag
projectimage := "pulumi/pulumi-kubernetes-operator:" + tag
Copy link
Contributor

Choose a reason for hiding this comment

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

I worry about folks currently using pulumi/pulumi-kubernetes-operator:latest. This has the potential to break people, or at least require some manual migration steps -- assuming we eventually publish v2 to latest.

Copy link
Contributor Author

@EronWright EronWright Sep 26, 2024

Choose a reason for hiding this comment

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

I sympathize. My plan is to NOT apply a suffix, but also NOT push to latest. Then, in coming weeks, we will see whether usage of latest tapers off.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.11%. Comparing base (a3d2072) to head (be25626).
Report is 1 commits behind head on v2.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2     #688   +/-   ##
=======================================
  Coverage   49.11%   49.11%           
=======================================
  Files          26       26           
  Lines        2877     2877           
=======================================
  Hits         1413     1413           
  Misses       1287     1287           
  Partials      177      177           

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

@EronWright EronWright merged commit fcd9589 into v2 Sep 26, 2024
7 checks passed
@EronWright EronWright deleted the issue-684 branch September 26, 2024 00:49
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.

2 participants