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

Disallow missing resource docs on upgrades #5193

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

VenelinMartinov
Copy link
Contributor

Sets the allowMissingDocs ci-mgmt config to false to error on missing resource docs. This maintains the current behaviour.

Part of pulumi/upgrade-provider#303

@VenelinMartinov VenelinMartinov requested a review from a team February 11, 2025 14:52
@VenelinMartinov VenelinMartinov changed the title Allow missing resource docs on upgrades Disallow missing resource docs on upgrades Feb 11, 2025
Copy link

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.54%. Comparing base (6ed1eed) to head (458a10f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5193   +/-   ##
=======================================
  Coverage   24.54%   24.54%           
=======================================
  Files         362      362           
  Lines      144734   144734           
=======================================
  Hits        35524    35524           
  Misses     109112   109112           
  Partials       98       98           

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

@VenelinMartinov VenelinMartinov enabled auto-merge (squash) February 11, 2025 16:14
@VenelinMartinov VenelinMartinov merged commit 4bc6f5b into master Feb 11, 2025
26 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/allow_missing_docs_on_upgrades branch February 11, 2025 17:21
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 11, 2025
This PR changes all Tier2+ providers to allow missing resource docs when
running a provider upgrade. This is a common issue which happens and we
have to manually work around.

Fixes pulumi/upgrade-provider#303

Tier 1 providers are exempt as the config is explicitly false there:
pulumi/pulumi-gcp#2971
pulumi/pulumi-aws#5193
pulumi/pulumi-azure#3003
pulumi/pulumi-azuread#1877
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 12, 2025
This PR changes all Tier2+ providers to allow missing resource docs when
running a provider upgrade. This is a common issue which happens and we
have to manually work around.

Fixes pulumi/upgrade-provider#303

Tier 1 providers are exempt as the config is explicitly false there:
pulumi/pulumi-gcp#2971
pulumi/pulumi-aws#5193
pulumi/pulumi-azure#3003
pulumi/pulumi-azuread#1877
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.69.0.

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.

3 participants