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

Update module github.com/pulumi/pulumi-kubernetes/tests/v4 to v4.0.0-20241219211733-02c6a402cfc4 #3384

Closed
wants to merge 1 commit into from

Conversation

pulumi-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi-kubernetes/tests/v4 require patch v4.0.0-20241219025154-c17b3653a081 -> v4.0.0-20241219211733-02c6a402cfc4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Dec 19, 2024
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) December 19, 2024 21:32
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.14%. Comparing base (02c6a40) to head (c1bdc27).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3384      +/-   ##
==========================================
- Coverage   41.17%   41.14%   -0.03%     
==========================================
  Files          85       85              
  Lines       12764    12764              
==========================================
- Hits         5255     5252       -3     
- Misses       7120     7122       +2     
- Partials      389      390       +1     

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

@blampe
Copy link
Contributor

blampe commented Dec 19, 2024

Another side effect of multiple modules!

@blampe blampe closed this Dec 19, 2024
auto-merge was automatically disabled December 19, 2024 21:49

Pull request was closed

@pulumi-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v4.0.0-20241219211733-02c6a402cfc4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@pulumi-renovate pulumi-renovate bot deleted the renovate/pulumi branch December 19, 2024 21:50
blampe added a commit that referenced this pull request Dec 20, 2024
The `./tests` modules currently depends on the `./provider` module for
some OpenAPI helpers, but `./provider` also depends on `./tests` for
Gomega matchers.

Since `./tests` isn't versioned like a proper module this puts us in a
situation where Renovate will continuously try to update it
#3384

We can teach Renovate to ignore this bump, or we can break the
dependency by moving some code around. I've opted for the latter, moving
`tests/gomega` to `provider/pkg/gomega`. (This makes it easier to
consume from other projects if we want to.)

Of course it's worth mentioning this is a self-inflicted problem due to
our module structure. Related
pulumi/ci-mgmt#1238.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 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.

1 participant